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

  /external/openssl/crypto/bn/
bn_exp.c 242 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
310 wend=0; /* The bottom bit of the window */
331 wend=0;
337 wvalue<<=(i-wend);
339 wend=i;
343 /* wend is the size of the current window */
344 j=wend+1;
358 wstart-=wend+1;
375 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
456 wend=0; /* The bottom bit of the window *
879 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
    [all...]
  /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 49 milliseconds