Home
last modified time | relevance | path

Searched refs:crc_big_table (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Dcrc32.h63 local const z_word_t FAR crc_big_table[] = { variable
153 local const z_word_t FAR crc_big_table[] = { variable
H A Dcrc32.c196 local z_word_t FAR crc_big_table[256]; variable
321 crc_big_table[i] = byte_swap(p); in make_crc_table()
375 write_table64(out, crc_big_table, 256); in make_crc_table()
386 write_table32hi(out, crc_big_table, 256); in make_crc_table()
687 crc_big_table[(data >> ((W - 1) << 3)) & 0xff]; in crc_word_big()