Searched defs:POPT_ARGFLAG_OR (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libpopt/
H A Dpopt.h49 #define POPT_ARGFLAG_OR 0x08000000 /*!< arg will be or'ed */ macro
56 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
58 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
/external/oprofile/
H A Dpopt.h49 #define POPT_ARGFLAG_OR 0x08000000 /*!< arg will be or'ed */ macro
56 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
58 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)

Completed in 251 milliseconds