Home | Sort by: relevance | last modified time | path |
/src/common/dist/zlib/ | |
crc32.h | 9439 local const z_crc_t FAR x2n_table[] = { variable in typeref:typename:local const z_crc_t FAR[] |
crc32.c | 141 local z_crc_t FAR x2n_table[32]; variable in typeref:typename:local z_crc_t FAR[32] 175 Return x^(n * 2^k) modulo p(x). Requires that x2n_table[] has been 184 p = multmodp(x2n_table[k & 31], p); 329 x2n_table[0] = p; 331 x2n_table[n] = p = multmodp(p, p); 334 /* initialize the braiding tables -- needs x2n_table[] */ 463 "local const z_crc_t FAR x2n_table[] = {\n" 465 write_table(out, x2n_table, 32); |