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

/netgear-R7000-V1.0.7.12_1.2.5/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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_exp2.c123 0, wpos1, wpos2, window1, window2, wvalue1, wvalue2; local
231 wpos1 = 0; /* If wvalue1 > 0, the bottom bit of the
252 wpos1 = i;
254 for (i = b - 1; i >= wpos1; i--) {
278 if (wvalue1 && b == wpos1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_exp2.c123 0, wpos1, wpos2, window1, window2, wvalue1, wvalue2; local
231 wpos1 = 0; /* If wvalue1 > 0, the bottom bit of the
252 wpos1 = i;
254 for (i = b - 1; i >= wpos1; i--) {
278 if (wvalue1 && b == wpos1) {

Completed in 69 milliseconds