~vcs-imports/nasm/main

  • Committer: hpa
  • Date: 2007-09-12 17:02:55 UTC
  • Revision ID: vcs-imports@canonical.com-20070912170255-zheqv4j83537lxbd
pptok.c: quick-and-dirty downcasing during prehashing

Speed up pptok.c by just doing |= 0x20 instead of calling tolower() for
every character during prehashing.  This is good enough for our needs,
since we don't have any tokens containing the characters @ [ \ ] _ nor
any high-bit characters (in which case we'd have to worry about multibyte
anyway.)
Filename Latest Rev Last Changed Committer Comment Size
..
doc 31 22 years ago hpa NASM 0.98.22 Diff
Mkfiles 36 22 years ago hpa NASM 0.98.26 Diff
test 5 22 years ago hpa NASM 0.96 Diff
collectn.c 372 19 years ago hpa Apply Nindent to all .c and .h files 771 bytes Diff Download File
collectn.h 395 17 years ago hpa Remove obsolete types; add <inttypes.h> where need 579 bytes Diff Download File
hash.c 396 17 years ago hpa Remove redundant inclusion of <inttypes.h> "hash. 3.8 KB Diff Download File
hash.h 395 17 years ago hpa Remove obsolete types; add <inttypes.h> where need 457 bytes Diff Download File
ldrdf.c 480 16 years ago hpa ldrdf: cast output of sizeof() before passing to p 41.9 KB Diff Download File
ldsegs.h 399 17 years ago kkanios Fixed distinction between char and int8_t data typ 1.8 KB Diff Download File
Makefile.in 420 17 years ago hpa Get rid of @GCCFLAGS@ Get rid of the now-obsolete 2.8 KB Diff Download File
rdf2bin.c 409 17 years ago kkanios c99 printf/fprintf compliance. 3.2 KB Diff Download File
rdf2ihx.c 409 17 years ago kkanios c99 printf/fprintf compliance. 5.8 KB Diff Download File
rdfdump.c 409 17 years ago kkanios c99 printf/fprintf compliance. 9.6 KB Diff Download File
rdflib.c 485 16 years ago fbkotler remove "#include <unistd.h> from rdoff directory - 11 KB Diff Download File
rdfload.c 399 17 years ago kkanios Fixed distinction between char and int8_t data typ 4.8 KB Diff Download File
rdfload.h 399 17 years ago kkanios Fixed distinction between char and int8_t data typ 781 bytes Diff Download File
rdlar.c 485 16 years ago fbkotler remove "#include <unistd.h> from rdoff directory - 12.3 KB Diff Download File
rdlar.h 409 17 years ago kkanios c99 printf/fprintf compliance. 905 bytes Diff Download File
rdlib.c 399 17 years ago kkanios Fixed distinction between char and int8_t data typ 6.3 KB Diff Download File
rdlib.h 399 17 years ago kkanios Fixed distinction between char and int8_t data typ 803 bytes Diff Download File
rdoff.c 409 17 years ago kkanios c99 printf/fprintf compliance. 14.3 KB Diff Download File
rdoff.h 399 17 years ago kkanios Fixed distinction between char and int8_t data typ 8.7 KB Diff Download File
rdx.c 395 17 years ago hpa Remove obsolete types; add <inttypes.h> where need 1.5 KB Diff Download File
README 348 19 years ago yuriz outrdf2.c now uses the same definitions of RDOFF2 6.1 KB Diff Download File
segtab.c 392 17 years ago kkanios General push for x86-64 support, dubbed 0.99.00. 3.2 KB Diff Download File
segtab.h 395 17 years ago hpa Remove obsolete types; add <inttypes.h> where need 330 bytes Diff Download File
symtab.c 409 17 years ago kkanios c99 printf/fprintf compliance. 2.9 KB Diff Download File
symtab.h 399 17 years ago kkanios Fixed distinction between char and int8_t data typ 673 bytes Diff Download File