HomeSort by relevance Sort by last modified time
    Searched full:wend (Results 1 - 25 of 28) sorted by null

1 2

  /external/boringssl/src/crypto/bn/
exponentiation.c 513 int wend; /* The bottom bit of the window */ local
533 wend = 0;
539 wvalue <<= (i - wend);
541 wend = i;
545 /* wend is the size of the current window */
546 j = wend + 1;
562 wstart -= wend + 1;
721 int wend; /* The bottom bit of the window */ local
738 wend = 0;
744 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))
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
Percentile.java 365 final double wEnd = work[inclusiveEnd];
368 if (wMiddle < wEnd) {
371 return (wBegin < wEnd) ? inclusiveEnd : begin;
374 if (wBegin < wEnd) {
377 return (wMiddle < wEnd) ? inclusiveEnd : middle;
  /external/curl/lib/
mk-ca-bundle.vbs 84 Wend
135 Wend
  /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)
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate.go 173 wEnd := win[pos+length]
177 if w0 == win[i] && w1 == win[i+1] && wEnd == win[i+length] {
192 wEnd = win[pos+n]
  /prebuilts/go/linux-x86/src/compress/flate/
deflate.go 173 wEnd := win[pos+length]
177 if w0 == win[i] && w1 == win[i+1] && wEnd == win[i+length] {
192 wEnd = win[pos+n]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 432 WEND
920 WEND
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 435 WEND
923 WEND
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 527 double wend = fend*(2.*M_PI); local
528 double wstep = (wend - wstart)/steps;
  /ndk/sources/android/support/src/stdio/
vfprintf.c 767 f->wend = internal_buf + sizeof internal_buf;
775 f->wpos = f->wbase = f->wend = 0;
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 301 for (unsigned WIdx = 0, WEnd = SchedWrites.size(); WIdx != WEnd; ++WIdx) {
    [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 40 FX_WCHAR wEnd;
59 } else if (ch > g_XMLNameChars[iMid].wEnd) {
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-refonly/assets/js/
android_3p-bundle.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libX11.a     [all...]
libX11.so 
libX11.so.6 
libX11.so.6.3.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libX11.a     [all...]
libX11.so 
libX11.so.6 

Completed in 684 milliseconds

1 2