Searched refs:write_table32hi (Results 1 – 3 of 3) sorted by relevance
/third_party/freetype/src/gzip/ |
D | crc32.c | 156 local void write_table32hi OF((FILE *, const z_word_t FAR *, int)); 350 write_table32hi(out, crc_big_table, 256); in make_crc_table() 408 write_table32hi(out, big[k], 256); in make_crc_table() 458 local void write_table32hi( in write_table32hi() function
|
/third_party/zlib/ |
D | crc32.c | 156 local void write_table32hi OF((FILE *, const z_word_t FAR *, int)); 350 write_table32hi(out, crc_big_table, 256); in make_crc_table() 408 write_table32hi(out, big[k], 256); in make_crc_table() 458 local void write_table32hi(out, table, k) in write_table32hi() function
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 9331 + local void write_table32hi OF((FILE *, const z_word_t FAR *, int)); 9596 + write_table32hi(out, crc_big_table, 256); 9654 + write_table32hi(out, big[k], 256); 9711 +local void write_table32hi(
|