Searched defs:nrootbits (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c2524 uint32_t nbits, nrootbits, highbits; local
2542 nrootbits = (nbits + 1) / 2;
2543 t1.len = t2.len = t3.len = (nrootbits - 1) / BIG_CHUNK_SIZE + 1;
2548 highbits = nrootbits - BIG_CHUNK_SIZE * (t1.len - 1);

Completed in 52 milliseconds