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 189 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);

Completed in 65 milliseconds