Searched refs:crc_table (Results 1 – 3 of 3) sorted by relevance
194 local z_crc_t FAR crc_table[256]; variable319 crc_table[i] = p; in make_crc_table()362 write_table(out, crc_table, 256); in make_crc_table()553 return (const z_crc_t FAR *)crc_table; in get_crc_table()679 data = (data >> 8) ^ crc_table[data & 0xff]; in crc_word()718 crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; in crc32_z()994 crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; in crc32_z()995 crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; in crc32_z()996 crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; in crc32_z()997 crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; in crc32_z()[all …]
5 local const z_crc_t FAR crc_table[] = { variable
332 uint32_t crc_table[MAX_CRC_ENTRIES]; in add_pbi_stop_cmd() local372 crc_table[i] = c; in add_pbi_stop_cmd()396 pbi_crc = crc_table in add_pbi_stop_cmd()