Searched defs:crc_table (Results 1 – 14 of 14) sorted by relevance
5 local const z_crc_t FAR crc_table[TBLS][256] = variable
57 local z_crc_t FAR crc_table[TBLS][256]; variable
32 local uint32_t crc_table[256]; variable86 local const uint32_t crc_table[256] = { variable
9 static uint32_t crc_table[256]; variable
28 static unsigned long crc_table[256]; variable
16 crc_table equ (REG_SIZE + data_size) define
104 crc_table equ (8 + crc_val) define
417 unsigned crc, *crc_table = dd->crctable; in gzip_crc() local
789 void crc_init(unsigned int *crc_table, int little_endian) in crc_init()
2042 unsigned int crc_table[16] = { in ispVMCalculateCRC32() local
488 static png_uint_32 crc_table[256] = variable
965 unsigned crc_table[256]; member