HomeSort by relevance Sort by last modified time
    Searched refs:wend (Results 1 - 4 of 4) 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 *
986 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
    [all...]
  /system/core/toolbox/grep/
util.c 326 wint_t wbegin, wend; local
328 wbegin = wend = L' ';
335 "%lc", &wend) != 1)
337 if (iswword(wbegin) || iswword(wend))
  /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/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 105 milliseconds