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

/external/openssl/crypto/bn/
H A Dbn_exp.c254 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
993 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dexponentiation.c419 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
490 wend = 0; /* The bottom bit of the window */
515 wend = 0;
521 wvalue <<= (i - wend);
523 wend = i;
527 /* wend is the size of the current window */
528 j = wend + 1;
544 wstart -= wend + 1;
604 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
685 wend
[all...]
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c14 wchar_t *wend = wbuf + wbufSize - 1; local
15 for (; wcur != wend && *buf != 0; ++buf, ++wcur)

Completed in 145 milliseconds