OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FWD
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c
127
#define
FWD
(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
151
#undef
FWD
179
#define
FWD
(dst, src, n) ((dst)[here+(n)] |= (src)[here])
/external/llvm/lib/Support/
regexec.c
76
#define
FWD
(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
100
#undef
FWD
125
#define
FWD
(dst, src, n) ((dst)[here+(n)] |= (src)[here])
/external/chromium_org/third_party/icu/source/common/
unisetspan.h
38
FWD
= 0x20,
47
FWD_UTF16_CONTAINED =
FWD
| UTF16 | CONTAINED,
48
FWD_UTF16_NOT_CONTAINED =
FWD
| UTF16 | NOT_CONTAINED,
49
FWD_UTF8_CONTAINED =
FWD
| UTF8 | CONTAINED,
50
FWD_UTF8_NOT_CONTAINED =
FWD
| UTF8 | NOT_CONTAINED,
/external/icu/icu4c/source/common/
unisetspan.h
38
FWD
= 0x20,
47
FWD_UTF16_CONTAINED =
FWD
| UTF16 | CONTAINED,
48
FWD_UTF16_NOT_CONTAINED =
FWD
| UTF16 | NOT_CONTAINED,
49
FWD_UTF8_CONTAINED =
FWD
| UTF8 | CONTAINED,
50
FWD_UTF8_NOT_CONTAINED =
FWD
| UTF8 | NOT_CONTAINED,
/external/aac/libAACdec/src/
rvlc_info.h
94
#define
FWD
0 /* bitstream decoding direction forward (RVL coded part) */
129
/* for RVL-Codeword decoder to distinguish between
fwd
and bwd decoding */
Completed in 170 milliseconds