Searched defs:crc_table (Results 1 – 13 of 13) sorted by relevance
5 local const unsigned long FAR crc_table[TBLS][256] = variable
77 local unsigned long FAR crc_table[TBLS][256]; variable
5 local const z_crc_t FAR crc_table[TBLS][256] = variable
59 local z_crc_t FAR crc_table[TBLS][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
518 unsigned crc, *crc_table = (unsigned *)(toybuf+sizeof(toybuf)-1024); in gzip_crc() local
690 void crc_init(unsigned int *crc_table, int little_endian) in crc_init()
489 static png_uint_32 crc_table[256] = variable
981 unsigned crc_table[256]; member