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

  /external/boringssl/src/crypto/fipsmodule/bn/
exponentiation.c 502 int wend; /* The bottom bit of the window */ local
522 wend = 0;
528 wvalue <<= (i - wend);
530 wend = i;
534 /* wend is the size of the current window */
535 j = wend + 1;
551 wstart -= wend + 1;
672 int wend; /* The bottom bit of the window */ local
689 wend = 0;
695 wvalue <<= (i - wend);
    [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/media/libaudioprocessing/
AudioResamplerFirGen.h 527 double wend = fend*(2.*M_PI); local
528 double wstep = (wend - wstart)/steps;
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
vfprintf.c 767 f->wend = internal_buf + sizeof internal_buf;
775 f->wpos = f->wbase = f->wend = 0;
  /prebuilts/ndk/r11/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)
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
vfprintf.c 767 f->wend = internal_buf + sizeof internal_buf;
775 f->wpos = f->wbase = f->wend = 0;
  /prebuilts/ndk/r13/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 141 milliseconds