Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/bignum/
H A Dbignumimpl.c963 big_shiftleft(BIGNUM *result, BIGNUM *aa, int offs) in big_shiftleft() function
1093 big_shiftleft(&bblow, bb, offs); in big_div_pos()
1096 big_shiftleft(&bbhigh, &bblow, BIG_CHUNK_SIZE / 2); in big_div_pos()
1108 big_shiftleft(&tmp1, aa, offs); in big_div_pos()