bn_exp.c | 254 int i,j,bits,ret=0,wstart,wend,window,wvalue; local 322 wend=0; /* The bottom bit of the window */ 343 wend=0; 349 wvalue<<=(i-wend); 351 wend=i; 355 /* wend is the size of the current window */ 356 j=wend+1; 370 wstart-=wend+1; 387 int i,j,bits,ret=0,wstart,wend,window,wvalue; local 468 wend=0; /* The bottom bit of the window * 993 int i,j,bits,ret=0,wstart,wend,window,wvalue; local [all...] |