OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wend
(Results
1 - 5
of
5
) sorted by null
/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
))
/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;
/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 403 milliseconds