Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/zlib/
A Dcrc32.c92 z_crc_t poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
104 poly = 0; in make_crc_table()
106 poly |= (z_crc_t)1 << (31 - p[n]); in make_crc_table()
112 c = c & 1 ? poly ^ (c >> 1) : c >> 1; in make_crc_table()

Completed in 2 milliseconds