Searched refs:a_v (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dhash_zlob_int_find.cc63 vec_t a_v(vm);
69 a_v[i] = std::make_pair(k << 8, 0);
70 if ((a_v[i].first& 127) != 0)
74 vec_t::const_iterator b = a_v.begin();
H A Dpriority_queue_text_join.cc85 vec_t a_v(vm);
86 text_populate(f_name, a_v);
89 vec_t::const_iterator b = a_v.begin();
H A Dpriority_queue_text_push_pop.cc64 vec_t a_v(vm);
65 text_populate(f_name, a_v);
68 vec_t::const_iterator b = a_v.begin();
H A Dpriority_queue_text_push.cc64 vec_t a_v(vm);
65 text_populate(f_name, a_v);
68 vec_t::const_iterator b = a_v.begin();
H A Dpriority_queue_int_push.cc63 vec_t a_v(vm);
66 a_v[i] = std::make_pair(static_cast<int>(g.get_unsigned_long()), 0);
69 vec_t::const_iterator b = a_v.begin();
H A Dtree_text_lor_find.cc65 vec_t a_v(vm);
66 text_populate(f_name, a_v);
69 vec_t::const_iterator b = a_v.begin();
H A Dhash_int_erase_mem.cc71 vec_t a_v(vm);
74 a_v[i] = static_cast<int>(g.get_unsigned_long());
76 vec_t::const_iterator b = a_v.begin();
H A Dall_int_subscript_find.cc65 vec_t a_v(vm);
68 a_v[i] = std::make_pair(static_cast<int>(g.get_unsigned_long()), 0);
69 vec_t::const_iterator b = a_v.begin();
H A Dall_int_find.cc65 vec_t a_v(vm);
68 a_v[i] = std::make_pair(static_cast<int>(g.get_unsigned_long()), 0);
69 vec_t::const_iterator b = a_v.begin();
H A Dall_int_subscript_insert.cc64 vec_t a_v(vm);
68 a_v[i] = std::make_pair(static_cast<int>(g.get_unsigned_long()), 0);
69 vec_t::const_iterator b = a_v.begin();
H A Dpriority_queue_text_pop_mem.cc69 vec_t a_v(vm);
70 text_populate(f_name, a_v);
73 vec_t::const_iterator b = a_v.begin();
H A Dpriority_queue_text_modify.hpp71 vec_t a_v(vm);
72 text_populate(f_name, a_v);
75 vec_t::const_iterator b = a_v.begin();
H A Dpriority_queue_int_push_pop.cc64 vector_type a_v(vm);
68 a_v[i] = std::make_pair(static_cast<int>(g.get_unsigned_long()), 0);
69 vector_type::const_iterator b = a_v.begin();
H A Dtree_text_insert.cc66 vec_t a_v(vm);
67 text_populate(f_name, a_v);
70 vec_t::const_iterator b = a_v.begin();
H A Dall_text_find.cc66 vec_t a_v(vm);
67 text_populate(f_name, a_v);
69 vec_t::const_iterator b = a_v.begin();
H A Dmultimap_text_insert.hpp78 vec_t a_v; local
82 a_v.push_back(std::make_pair(a_v_init[j].first,
85 vec_t::const_iterator b = a_v.begin();
H A Dmultimap_text_find.hpp79 vec_t a_v; local
83 a_v.push_back(std::make_pair(a_v_init[j].first,
86 vec_t::const_iterator b = a_v.begin();
H A Dmultimap_text_insert_mem.hpp82 vec_t a_v; local
86 a_v.push_back(std::make_pair(string_t(a_v_init[j].first.begin(), a_v_init[j].first.end()), static_cast<int>(g.get_unsigned_long())));
88 vec_t::const_iterator b = a_v.begin();
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-xtensa.c6940 xlate_compare (const void *a_v, const void *b_v)
6942 const xlate_map_entry_t *a = (const xlate_map_entry_t *) a_v;
6916 xlate_compare(const void *a_v, const void *b_v) argument
/haiku-buildtools/binutils/bfd/
H A Delf32-xtensa.c8294 xlate_compare (const void *a_v, const void *b_v)
8296 const xlate_map_entry_t *a = (const xlate_map_entry_t *) a_v;
8271 xlate_compare(const void *a_v, const void *b_v) argument

Completed in 195 milliseconds