Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn_div.c187 int no_branch=0; in BN_div() local
202 no_branch=1; in BN_div()
216 if (!no_branch && BN_ucmp(num,divisor) < 0) in BN_div()
242 if (no_branch) in BN_div()
285 res->top=loop-no_branch; in BN_div()
291 if (!no_branch) in BN_div()
438 if (no_branch) bn_correct_top(res); in BN_div()