Home
last modified time | relevance | path

Searched refs:x2n_table (Results 1 - 4 of 4) sorted by relevance

/third_party/zlib/
H A Dcrc32.c140 local z_crc_t FAR x2n_table[32]; variable
175 Return x^(n * 2^k) modulo p(x). Requires that x2n_table[] has been
185 p = multmodp(x2n_table[k & 31], p); in x2nmodp()
334 x2n_table[0] = p; in make_crc_table()
336 x2n_table[n] = p = multmodp(p, p); in make_crc_table()
339 /* initialize the braiding tables -- needs x2n_table[] */ in make_crc_table()
468 "local const z_crc_t FAR x2n_table[] = {\n" in make_crc_table()
470 write_table(out, x2n_table, 32); in make_crc_table()
H A Dcrc32.h9439 local const z_crc_t FAR x2n_table[] = { variable
/third_party/node/deps/zlib/
H A Dcrc32.c146 local z_crc_t FAR x2n_table[32]; variable
180 Return x^(n * 2^k) modulo p(x). Requires that x2n_table[] has been
189 p = multmodp(x2n_table[k & 31], p); in x2nmodp()
334 x2n_table[0] = p; in make_crc_table()
336 x2n_table[n] = p = multmodp(p, p); in make_crc_table()
339 /* initialize the braiding tables -- needs x2n_table[] */ in make_crc_table()
468 "local const z_crc_t FAR x2n_table[] = {\n" in make_crc_table()
470 write_table(out, x2n_table, 32); in make_crc_table()
H A Dcrc32.h9439 local const z_crc_t FAR x2n_table[] = { variable

Completed in 26 milliseconds