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

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_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");
  /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 2569 milliseconds