OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wpos1
(Results
1 - 1
of
1
) 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
)
Completed in 38 milliseconds