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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_exp.c231 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
291 wend=0; /* The bottom bit of the window */
312 wend=0;
318 wvalue<<=(i-wend);
320 wend=i;
324 /* wend is the size of the current window */
325 j=wend+1;
339 wstart-=wend+1;
357 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
432 wend
642 int i,j,bits,ret=0,wstart,wend,window,wvalue,ts=0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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)))){

Completed in 66 milliseconds