Searched refs:wpos1 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_exp2.c122 int i,j,bits,b,bits1,bits2,ret=0,wpos1,wpos2,window1,window2,wvalue1,wvalue2; local
239 wpos1=0; /* If wvalue1 > 0, the bottom bit of the first window */
258 wpos1 = i;
260 for (i = b-1; i >= wpos1; i--)
285 if (wvalue1 && b == wpos1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_exp2.c122 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 128 milliseconds