HomeSort by relevance Sort by last modified time
    Searched refs:no_branch (Results 1 - 3 of 3) 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);
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
div.c 122 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) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
results.py 38 self.no_branch = self.parser.lines_matching(
49 self.no_branch = set()
91 and p[0] not in self.no_branch

Completed in 1010 milliseconds