Searched refs:make_crc_table (Results 1 - 5 of 5) sorted by relevance
/third_party/zlib/ |
H A D | crc32.c | 137 * Table of powers of x for combining CRC-32s, filled in by make_crc_table() 144 * of x for combining CRC-32s, all made by make_crc_table(). 316 local void make_crc_table(void) in make_crc_table() function 525 make_crc_table(); in main() 560 once(&made, make_crc_table); in get_crc_table() 597 once(&made, make_crc_table); in crc32_z() 711 once(&made, make_crc_table); in crc32_z() 1034 once(&made, make_crc_table); in crc32_combine64() 1047 once(&made, make_crc_table); in crc32_combine_gen64()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | crc32.c | 78 local void make_crc_table OF((void));
108 local void make_crc_table()
in make_crc_table() function 199 * Tables of CRC-32s of all single-byte values, made by make_crc_table().
211 make_crc_table();
in get_crc_table() 230 make_crc_table();
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | crc32.c | 64 local void make_crc_table OF((void)); 94 local void make_crc_table() in make_crc_table() function 186 * Tables of CRC-32s of all single-byte values, made by make_crc_table(). 198 make_crc_table(); in get_crc_table() 249 make_crc_table();
|
/third_party/skia/third_party/externals/zlib/ |
H A D | crc32.c | 64 local void make_crc_table OF((void)); 94 local void make_crc_table() in make_crc_table() function 186 * Tables of CRC-32s of all single-byte values, made by make_crc_table(). 198 make_crc_table(); in get_crc_table() 249 make_crc_table();
|
/third_party/node/deps/zlib/ |
H A D | crc32.c | 143 * Table of powers of x for combining CRC-32s, filled in by make_crc_table() 150 * of x for combining CRC-32s, all made by make_crc_table(). 316 local void make_crc_table(void) in make_crc_table() function 524 make_crc_table(); in main() 558 once(&made, make_crc_table); in get_crc_table() 595 once(&made, make_crc_table); in crc32_z() 769 once(&made, make_crc_table); in crc32_z() 1126 once(&made, make_crc_table); in crc32_combine64() 1138 once(&made, make_crc_table); in crc32_combine_gen64()
|
Completed in 6 milliseconds