Searched defs:bblow (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
1062 if ((err = big_init1(&bblow, blen + 1,
1093 big_shiftleft(&bblow, bb, offs);
1096 big_shiftleft(&bbhigh, &bblow, BIG_CHUNK_SIZE / 2);
1098 big_shiftright(&bbhigh, &bblow, BIG_CHUNK_SIZE / 2);
1106 highb = bblow.value[bblow.len - 1];
1109 rlen = tmp1.len - bblow.len + 1;
1119 big_mulhalf_high(&tmp2, &bblow, coeff);
1136 big_mulhalf_low(&tmp2, &bblow, coef
[all...]

Completed in 66 milliseconds