OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_branch
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/openssl/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/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/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 7863 milliseconds