HomeSort by relevance Sort by last modified time
    Searched defs:TBLS (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/zlib-1.2.3/
crc32.c 62 # define TBLS 8
64 # define TBLS 1
75 local unsigned long FAR crc_table[TBLS][256];
166 fprintf(out, "crc_table[TBLS][256] =\n{\n {\n");
  /external/zlib/src/
crc32.c 44 # define TBLS 8
46 # define TBLS 1
59 local z_crc_t FAR crc_table[TBLS][256];
150 fprintf(out, "crc_table[TBLS][256] =\n{\n {\n");

Completed in 411 milliseconds