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