Searched refs:crc_table (Results 1 – 3 of 3) sorted by relevance
57 local z_crc_t FAR crc_table[TBLS][256]; variable113 crc_table[0][n] = c; in make_crc_table()120 c = crc_table[0][n]; in make_crc_table()121 crc_table[4][n] = ZSWAP32(c); in make_crc_table()124 crc_table[k][n] = c; in make_crc_table()149 write_table(out, crc_table[0]); in make_crc_table()194 return (const z_crc_t FAR *)crc_table; in get_crc_table()261 c = crc_table[3][c & 0xff] ^ crc_table[2][(c >> 8) & 0xff] ^ \262 crc_table[1][(c >> 16) & 0xff] ^ crc_table[0][c >> 24]301 c = crc_table[4][c & 0xff] ^ crc_table[5][(c >> 8) & 0xff] ^ \[all …]
5 local const z_crc_t FAR crc_table[TBLS][256] = 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()
Completed in 6 milliseconds