Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dcrc32.c139 local z_crc_t FAR x2n_table[32]; variable
182 p = multmodp(x2n_table[k & 31], p); in x2nmodp()
327 x2n_table[0] = p; in make_crc_table()
329 x2n_table[n] = p = multmodp(p, p); in make_crc_table()
463 write_table(out, x2n_table, 32); in make_crc_table()
Dcrc32.h9439 local const z_crc_t FAR x2n_table[] = { variable
/openbsd/src/sys/lib/libz/
Dcrc32.c137 local z_crc_t FAR x2n_table[32]; variable
180 p = multmodp(x2n_table[k & 31], p); in x2nmodp()
325 x2n_table[0] = p; in make_crc_table()
327 x2n_table[n] = p = multmodp(p, p); in make_crc_table()
461 write_table(out, x2n_table, 32); in make_crc_table()
Dcrc32.h9439 local const z_crc_t FAR x2n_table[] = { variable
/openbsd/src/lib/libz/
Dcrc32.c137 local z_crc_t FAR x2n_table[32]; variable
180 p = multmodp(x2n_table[k & 31], p); in x2nmodp()
325 x2n_table[0] = p; in make_crc_table()
327 x2n_table[n] = p = multmodp(p, p); in make_crc_table()
461 write_table(out, x2n_table, 32); in make_crc_table()
Dcrc32.h9439 local const z_crc_t FAR x2n_table[] = { variable