HomeSort by relevance Sort by last modified time
    Searched refs:POPT_ARG_DOUBLE (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libpopt/
popt.h 35 #define POPT_ARG_DOUBLE 9 /*!< arg will be converted to double */
popthelp.c 134 case POPT_ARG_DOUBLE: return POPT_("DOUBLE");
180 case POPT_ARG_DOUBLE:
323 case POPT_ARG_DOUBLE:
popt.c 936 case POPT_ARG_DOUBLE:
953 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_DOUBLE) {
    [all...]
  /external/oprofile/
popt.h 35 #define POPT_ARG_DOUBLE 9 /*!< arg will be converted to double */

Completed in 131 milliseconds