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

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_div.c198 int no_branch = 0; local
216 no_branch = 1;
233 if (!no_branch && BN_ucmp(num, divisor) < 0) {
264 if (no_branch) {
311 res->top = loop - no_branch;
318 if (!no_branch) {
469 if (no_branch)

Completed in 97 milliseconds