HomeSort by relevance Sort by last modified time
    Searched defs:POPT_ARG_VAL (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libpopt/
popt.h 33 #define POPT_ARG_VAL 7 /*!< arg should take value val */
58 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
60 #define POPT_BIT_CLR (POPT_ARG_VAL|POPT_ARGFLAG_NAND)
  /external/oprofile/
popt.h 33 #define POPT_ARG_VAL 7 /*!< arg should take value val */
58 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
60 #define POPT_BIT_CLR (POPT_ARG_VAL|POPT_ARGFLAG_NAND)

Completed in 99 milliseconds