HomeSort by relevance Sort by last modified time
    Searched refs:wend (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/bn/
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...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
exponentiation.c 419 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 = 0; /* The bottom bit of the window *
    [all...]
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 327 wchar_t wbegin, wend; local
329 wbegin = wend = L' ';
336 "%lc", &wend) != 1)
338 if (iswword(wbegin) || iswword(wend))
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 524 double wend = fend*(2.*M_PI); local
525 double wstep = (wend - wstart)/steps;
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 14 wchar_t *wend = wbuf + wbufSize - 1; local
15 for (; wcur != wend && *buf != 0; ++buf, ++wcur)
  /ndk/sources/android/support/src/stdio/
vfprintf.c 767 f->wend = internal_buf + sizeof internal_buf;
775 f->wpos = f->wbase = f->wend = 0;
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 14 wchar_t *wend = wbuf + wbufSize - 1; local
15 for (; wcur != wend && *buf != 0; ++buf, ++wcur)

Completed in 334 milliseconds