HomeSort by relevance Sort by last modified time
    Searched full:no_branch (Results 1 - 1 of 1) sorted by null

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

Completed in 399 milliseconds