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

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1026 BIGNUM bbhigh, bblow, tresult, tmp1, tmp2; local
1066 if ((err = big_init1(&bbhigh, blen + 1,
1096 big_shiftleft(&bbhigh, &bblow, BIG_CHUNK_SIZE / 2);
1098 big_shiftright(&bbhigh, &bblow, BIG_CHUNK_SIZE / 2);
1100 if (bbhigh.value[bbhigh.len - 1] == 0) {
1101 bbhigh.len--;
1103 bbhigh.value[bbhigh.len] = 0;
1121 bbhigh
[all...]

Completed in 66 milliseconds