Searched refs:wend (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_exp.c241 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
309 wend=0; /* The bottom bit of the window */
330 wend=0;
336 wvalue<<=(i-wend);
338 wend=i;
342 /* wend is the size of the current window */
343 j=wend+1;
357 wstart-=wend+1;
374 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
455 wend
878 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_exp.c272 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
341 wend = 0; /* The bottom bit of the window */
363 wend = 0;
368 wvalue <<= (i - wend);
370 wend = i;
374 /* wend is the size of the current window */
375 j = wend + 1;
388 wstart -= wend + 1;
405 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
488 wend
1344 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_exp.c272 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
341 wend = 0; /* The bottom bit of the window */
363 wend = 0;
368 wvalue <<= (i - wend);
370 wend = i;
374 /* wend is the size of the current window */
375 j = wend + 1;
388 wstart -= wend + 1;
405 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
488 wend
1344 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexAU3.cxx785 strcmp(szKeyword,"endwith") == 0 ||strcmp(szKeyword,"wend") == 0){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c1354 s64 wend = (rl->vcn << vol->cluster_size_bits) + ofs + to_write; local
1357 s64 rounding = ((wend + bsize - 1) & ~(s64)(bsize - 1)) - wend;
1365 if (rounding && ((wend == na->initialized_size) ||
1366 (wend < (hole_end << vol->cluster_size_bits)))){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c869 const tr_webseed ** const wend = w + tr_ptrArraySize( &t->webseeds ); local
871 for( ; w!=wend; ++w )

Completed in 134 milliseconds