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

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c2524 uint32_t nbits, nrootbits, highbits; local
2548 highbits = nrootbits - BIG_CHUNK_SIZE * (t1.len - 1);
2549 if (highbits == BIG_CHUNK_SIZE) {
2553 t1.value[t1.len - 1] = (BIG_CHUNK_TYPE)1 << (highbits - 1);

Completed in 66 milliseconds