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

  /external/linux-tools-perf/util/
parse-options.h 23 OPTION_BIT,
114 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }
parse-options.c 53 case OPTION_BIT:
71 case OPTION_BIT:
521 case OPTION_BIT:

Completed in 25 milliseconds