Searched refs:value_pair (Results 1 - 8 of 8) 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.c29 const struct value_pair *vp1 = p1;
30 const struct value_pair *vp2 = p2;
35 static void posval_sort(struct fio_option *o, struct value_pair *vpmap)
37 const struct value_pair *vp;
40 memset(vpmap, 0, PARSE_MAX_VP * sizeof(struct value_pair));
50 qsort(vpmap, entries, sizeof(struct value_pair), vp_cmp);
80 const struct value_pair *vp = &o->posval[i];
436 static int str_match_len(const struct value_pair *vp, const char *str)
460 const struct value_pair *vp;
461 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.h327 typedef struct value_pair struct
335 struct value_pair *next;
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2172 const InnerMatcherArg value_pair(*left, *right);
2177 value_pair, &inner_listener)) {
2187 if (!mono_tuple_matcher_.Matches(value_pair))
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2761 const InnerMatcherArg value_pair(*left, *right);
2766 value_pair, &inner_listener)) {
2776 if (!mono_tuple_matcher_.Matches(value_pair))
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h2761 const InnerMatcherArg value_pair(*left, *right);
2766 value_pair, &inner_listener)) {
2776 if (!mono_tuple_matcher_.Matches(value_pair))
/external/fmtlib/test/gmock/
H A Dgmock.h7176 const InnerMatcherArg value_pair(*left, *right);
7181 value_pair, &inner_listener)) {
7191 if (!mono_tuple_matcher_.Matches(value_pair))

Completed in 802 milliseconds