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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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/pdfium/third_party/zlib_v128/
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");
  /external/syslinux/com32/lib/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");
  /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 458 milliseconds