Searched refs:crc_big_table (Results 1 – 2 of 2) sorted by relevance
63 local const z_word_t FAR crc_big_table[] = { variable153 local const z_word_t FAR crc_big_table[] = { variable
158 local z_word_t FAR crc_big_table[256]; variable294 crc_big_table[i] = byte_swap(p); in make_crc_table()348 write_table64(out, crc_big_table, 256); in make_crc_table()359 write_table32hi(out, crc_big_table, 256); in make_crc_table()741 crc_big_table[(data >> ((W - 1) << 3)) & 0xff];
Completed in 17 milliseconds