Searched refs:value_pair (Results 1 – 7 of 7) sorted by relevance
/external/fio/ |
D | parse.h | 27 struct value_pair { struct 63 struct value_pair posval[PARSE_MAX_VP];/* possible values */
|
D | parse.c | 29 const struct value_pair *vp1 = p1; in vp_cmp() 30 const struct value_pair *vp2 = p2; in vp_cmp() 35 static void posval_sort(struct fio_option *o, struct value_pair *vpmap) in posval_sort() 37 const struct value_pair *vp; in posval_sort() 40 memset(vpmap, 0, PARSE_MAX_VP * sizeof(struct value_pair)); in posval_sort() 50 qsort(vpmap, entries, sizeof(struct value_pair), vp_cmp); in posval_sort() 80 const struct value_pair *vp = &o->posval[i]; in show_option_values() 436 static int str_match_len(const struct value_pair *vp, const char *str) in str_match_len() 460 const struct value_pair *vp; in __handle_option() 461 struct value_pair posval[PARSE_MAX_VP]; in __handle_option()
|
D | goptions.c | 314 struct value_pair *vp; in gopt_combo_str_set_val() 334 struct value_pair *vp; in gopt_new_combo_str() 359 struct value_pair *vp; in gopt_combo_int_set_val() 379 struct value_pair *vp; in gopt_new_combo_int() 424 struct value_pair *vp; in gopt_new_str_multi() 1207 struct value_pair *vp; in gopt_handle_str_multi_changed()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 430 std::pair<llvm::StringRef, llvm::StringRef> value_pair; in BuildDynamicRegisterInfo() local 431 value_pair.second = value; in BuildDynamicRegisterInfo() 434 value_pair = value_pair.second.split(','); in BuildDynamicRegisterInfo() 435 if (!value_pair.first.empty()) in BuildDynamicRegisterInfo() 437 … uint32_t reg = Args::StringToUInt32 (value_pair.first.str().c_str(), LLDB_INVALID_REGNUM, 16); in BuildDynamicRegisterInfo() 441 } while (!value_pair.second.empty()); in BuildDynamicRegisterInfo() 445 std::pair<llvm::StringRef, llvm::StringRef> value_pair; in BuildDynamicRegisterInfo() local 446 value_pair.second = value; in BuildDynamicRegisterInfo() 449 value_pair = value_pair.second.split(','); in BuildDynamicRegisterInfo() 450 if (!value_pair.first.empty()) in BuildDynamicRegisterInfo() [all …]
|
/external/ppp/pppd/plugins/radius/ |
D | radiusclient.h | 327 typedef struct value_pair struct 335 struct value_pair *next; argument
|
/external/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 1026 OptionArgValue value_pair = cur_option.second; in GetAliasHelp() local 1027 std::string value = value_pair.second; in GetAliasHelp() 1320 OptionArgValue value_pair = option_pair.second; in BuildAliasResult() local 1321 int value_type = value_pair.first; in BuildAliasResult() 1323 std::string value = value_pair.second; in BuildAliasResult() 2286 OptionArgValue value_pair = option_pair.second; in BuildAliasCommandArgs() local 2287 int value_type = value_pair.first; in BuildAliasCommandArgs() 2289 std::string value = value_pair.second; in BuildAliasCommandArgs()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 2172 const InnerMatcherArg value_pair(*left, *right); 2177 value_pair, &inner_listener)) { 2187 if (!mono_tuple_matcher_.Matches(value_pair))
|