Searched refs:value_pair (Results 1 - 6 of 6) sorted by relevance

/external/fio/
H A Dparse.h27 struct value_pair { struct
63 struct value_pair posval[PARSE_MAX_VP];/* possible values */
H A Dparse.c25 const struct value_pair *vp1 = p1;
26 const struct value_pair *vp2 = p2;
31 static void posval_sort(struct fio_option *o, struct value_pair *vpmap)
33 const struct value_pair *vp;
36 memset(vpmap, 0, PARSE_MAX_VP * sizeof(struct value_pair));
46 qsort(vpmap, entries, sizeof(struct value_pair), vp_cmp);
76 const struct value_pair *vp = &o->posval[i];
394 static int str_match_len(const struct value_pair *vp, const char *str)
418 const struct value_pair *vp;
419 struct value_pair posva
[all...]
H A Dgoptions.c314 struct value_pair *vp;
334 struct value_pair *vp;
359 struct value_pair *vp;
379 struct value_pair *vp;
424 struct value_pair *vp;
1207 struct value_pair *vp;
/external/ppp/pppd/plugins/radius/
H A Dradiusclient.h323 typedef struct value_pair struct
331 struct value_pair *next;
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp430 std::pair<llvm::StringRef, llvm::StringRef> value_pair;
431 value_pair.second = value;
434 value_pair = value_pair.second.split(',');
435 if (!value_pair.first.empty())
437 uint32_t reg = Args::StringToUInt32 (value_pair.first.str().c_str(), LLDB_INVALID_REGNUM, 16);
441 } while (!value_pair.second.empty());
445 std::pair<llvm::StringRef, llvm::StringRef> value_pair;
446 value_pair.second = value;
449 value_pair
[all...]
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1026 OptionArgValue value_pair = cur_option.second; local
1027 std::string value = value_pair.second;
1320 OptionArgValue value_pair = option_pair.second; local
1321 int value_type = value_pair.first;
1323 std::string value = value_pair.second;
2286 OptionArgValue value_pair = option_pair.second; local
2287 int value_type = value_pair.first;
2289 std::string value = value_pair.second;

Completed in 621 milliseconds