Searched defs:make_crc_table (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Dcrc32.c78 local void make_crc_table OF((void));
108 local void make_crc_table() function
199 * Tables of CRC-32s of all single-byte values, made by make_crc_table().
211 make_crc_table();
230 make_crc_table();
/external/qemu/distrib/zlib-1.2.8/
H A Dcrc32.c60 local void make_crc_table OF((void));
90 local void make_crc_table() function
182 * Tables of CRC-32s of all single-byte values, made by make_crc_table().
194 make_crc_table();
213 make_crc_table();
/external/zlib/src/
H A Dcrc32.c60 local void make_crc_table OF((void));
90 local void make_crc_table() function
182 * Tables of CRC-32s of all single-byte values, made by make_crc_table().
194 make_crc_table();
213 make_crc_table();
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_crc32.c60 local void make_crc_table OF((void));
90 local void make_crc_table() function
182 * Tables of CRC-32s of all single-byte values, made by make_crc_table().
194 make_crc_table();
213 make_crc_table();

Completed in 164 milliseconds