Searched refs:OPTION_U64 (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/subcmd/
H A Dparse-options.h26 OPTION_U64, enumerator in enum:parse_opt_type
135 #define OPT_U64(s, l, v, h) { .type = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) }
H A Dparse-options.c120 case OPTION_U64:
171 case OPTION_U64:
319 case OPTION_U64:
728 case OPTION_U64:

Completed in 280 milliseconds