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

/external/openssl/crypto/bn/
H A Dbn_div.c189 int no_branch=0; local
204 no_branch=1;
218 if (!no_branch && BN_ucmp(num,divisor) < 0)
244 if (no_branch)
287 res->top=loop-no_branch;
293 if (!no_branch)
440 if (no_branch) bn_correct_top(res);
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Ddiv.c122 int no_branch = 0; local
134 no_branch = 1;
142 if (!no_branch && BN_ucmp(num, divisor) < 0) {
179 if (no_branch) {
226 res->top = loop - no_branch;
234 if (!no_branch) {
365 if (no_branch) {

Completed in 187 milliseconds