HomeSort by relevance Sort by last modified time
    Searched refs:TBLS (Results 1 - 6 of 6) 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");
crc32.h 5 local const unsigned long FAR crc_table[TBLS][256] =
  /external/chromium_org/third_party/zlib/
crc32.c 62 # define TBLS 8
64 # define TBLS 1
77 local unsigned long FAR crc_table[TBLS][256];
168 fprintf(out, "crc_table[TBLS][256] =\n{\n {\n");
crc32.h 5 local const unsigned long FAR crc_table[TBLS][256] =
  /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");
crc32.h 5 local const z_crc_t FAR crc_table[TBLS][256] =

Completed in 163 milliseconds