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

/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c887 big_cmp_abs_high(BIGNUM *aa, BIGNUM *bb) function
1129 while (big_cmp_abs_high(&tmp1, &bbhigh) >= 0) {
1139 while (big_cmp_abs_high(&tmp1, &bblow) >= 0) {

Completed in 50 milliseconds