OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPND
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
118
#define
OPND
(n) ((int)((n)&OPDMASK))
119
#define SOP(op,
opnd
) ((op)|(
opnd
))
/external/llvm/lib/Support/
regex2.h
68
#define
OPND
(n) ((n)&OPDMASK)
69
#define SOP(op,
opnd
) ((op)|(
opnd
))
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
68
#define
OPND
(n) ((n)&OPDMASK)
69
#define SOP(op,
opnd
) ((op)|(
opnd
))
Completed in 83 milliseconds