Home
last modified time | relevance | path

Searched refs:crc_table (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/lib/zlib/
Dcrc32.c194 local z_crc_t FAR crc_table[256]; variable
319 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 …]
Dcrc32.h5 local const z_crc_t FAR crc_table[] = { variable
/trusted-firmware-a-latest/tools/nxp/create_pbl/
Dcreate_pbl.c332 uint32_t crc_table[MAX_CRC_ENTRIES]; in add_pbi_stop_cmd() local
372 crc_table[i] = c; in add_pbi_stop_cmd()
396 pbi_crc = crc_table in add_pbi_stop_cmd()