OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POPT_ARGFLAG_OR
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libpopt/
popt.h
49
#define
POPT_ARGFLAG_OR
0x08000000 /*!< arg will be or'ed */
56
(
POPT_ARGFLAG_OR
|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
58
#define POPT_BIT_SET (POPT_ARG_VAL|
POPT_ARGFLAG_OR
)
popthelp.c
299
case
POPT_ARGFLAG_OR
:
popt.c
660
case
POPT_ARGFLAG_OR
:
688
case
POPT_ARGFLAG_OR
:
[
all
...]
/external/oprofile/
popt.h
49
#define
POPT_ARGFLAG_OR
0x08000000 /*!< arg will be or'ed */
56
(
POPT_ARGFLAG_OR
|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
58
#define POPT_BIT_SET (POPT_ARG_VAL|
POPT_ARGFLAG_OR
)
Completed in 63 milliseconds