OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPDMASK
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
115
#define
OPDMASK
((u_int32_t)0x07ffffffUL)
118
#define OPND(n) ((int)((n)&
OPDMASK
))
/external/llvm/lib/Support/
regex2.h
65
#define
OPDMASK
0x07ffffffLU
68
#define OPND(n) ((n)&
OPDMASK
)
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
65
#define
OPDMASK
0x07ffffffLU
68
#define OPND(n) ((n)&
OPDMASK
)
Completed in 22 milliseconds