Home
last modified time | relevance | path

Searched refs:big_shiftright (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/common/bignum/
H A Dbignum.h160 void big_shiftright(BIGNUM *result, BIGNUM *aa, int offs);
H A Dbignumimpl.c992 big_shiftright(BIGNUM *result, BIGNUM *aa, int offs) in big_shiftright() function
1098 big_shiftright(&bbhigh, &bblow, BIG_CHUNK_SIZE / 2); in big_div_pos()
1147 big_shiftright(&tmp1, &tmp1, offs); in big_div_pos()