Searched defs:pairs (Results 1 – 5 of 5) sorted by relevance
152 vector<struct key_value_pair> pairs; in writeKeyValuePairs() local
218 void stats_event_write_key_value_pairs(struct stats_event* event, struct key_value_pair* pairs, in stats_event_write_key_value_pairs()
219 struct key_value_pair pairs[numPairs]; in TEST() local
375 std::vector<pair_t> pairs(TEST_SIZE); in TEST() local
21 void ditherAndClamp(int32_t *out, const int32_t *sums, size_t pairs) in ditherAndClamp()