Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dcrc32.c143 local z_crc_t FAR x2n_table[32]; variable
288 x2n_table[0] = p; in make_crc_table()
290 x2n_table[n] = p = multmodp(p, p); in make_crc_table()
424 write_table(out, x2n_table, 32); in make_crc_table()
568 p = multmodp(x2n_table[k & 31], p); in x2nmodp()
H A Dcrc32.h9439 local const z_crc_t FAR x2n_table[] = { variable