OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wpos1
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/bn/
bn_exp2.c
122
int i,j,bits,b,bits1,bits2,ret=0,
wpos1
,wpos2,window1,window2,wvalue1,wvalue2;
local
240
wpos1
=0; /* If wvalue1 > 0, the bottom bit of the first window */
259
wpos1
= i;
261
for (i = b-1; i >=
wpos1
; i--)
286
if (wvalue1 && b ==
wpos1
)
/external/chromium_org/third_party/boringssl/src/crypto/bn/
exponentiation.c
1343
int i, j, bits, b, bits1, bits2, ret = 0,
wpos1
, wpos2, window1, window2,
local
[
all
...]
Completed in 273 milliseconds