Home | Sort by: relevance | last modified time | path |
/src/common/dist/zlib/ | |
crc32.h | 63 local const z_word_t FAR crc_big_table[] = { variable in typeref:typename:local const z_word_t FAR[] 153 local const z_word_t FAR crc_big_table[] = { variable in typeref:typename:local const z_word_t FAR[] |
crc32.c | 198 local z_word_t FAR crc_big_table[256]; variable in typeref:typename:local z_word_t FAR[256] 323 crc_big_table[i] = byte_swap(p); 375 "local const z_word_t FAR crc_big_table[] = {\n" 377 write_table64(out, crc_big_table, 256); 386 "local const z_word_t FAR crc_big_table[] = {\n" 388 write_table32hi(out, crc_big_table, 256); 689 crc_big_table[(data >> ((W - 1) << 3)) & 0xff]; |