Searched refs:r_str (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/hash_fn/
H A Dstring_hash_fn.hpp50 operator()(const String_T& r_str) const
53 const_iterator b = r_str.begin();
54 const_iterator e = r_str.end();
H A Dlimit_string_hash_fn.hpp51 operator()(const std::string& r_str) const
54 std::string::const_iterator b = r_str.begin();
55 std::string::const_iterator e = r_str.end();
H A Dstring_ranged_probe_fn.hpp58 operator()(const std::string& r_str) const
61 std::string::const_iterator b = r_str.begin();
62 std::string::const_iterator e = r_str.end();
H A Dstring_ranged_hash_fn.hpp58 operator()(const std::string& r_str) const
61 std::string::const_iterator b = r_str.begin();
62 std::string::const_iterator e = r_str.end();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dpriority_queue_xref.cc70 push(const int& r_str);
87 erase(const int& r_str);
111 push(const int& r_str) argument
114 if (m_map.find(r_str) != m_map.end())
118 pq_t::point_iterator pq_it = m_pq.push(r_str);
123 m_map[r_str] = pq_it;
149 erase(const int& r_str) argument
151 map_t::point_iterator map_it = m_map.find(r_str);
161 m_map.erase(r_str);
/haiku-buildtools/legacy/binutils/opcodes/
H A Dz80-dis.c46 static char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
169 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[0] >> 3) & 7]);
177 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
186 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
187 r_str[buf->data[buf->n_fetch - 1] & 7]);
197 r_str[buf->data[buf->n_fetch - 1] & 7]);
350 r_str[buf->data[1] & 7]);
355 r_str[buf->data[1] & 7]);
440 snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7]);
451 snprintf (mytxt, TXTSIZ, txt, r_str[
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dz80-dis.c48 static char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
173 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[0] >> 3) & 7]);
181 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
190 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
191 r_str[buf->data[buf->n_fetch - 1] & 7]);
201 r_str[buf->data[buf->n_fetch - 1] & 7]);
356 r_str[buf->data[1] & 7]);
361 r_str[buf->data[1] & 7]);
446 snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7]);
457 snprintf (mytxt, TXTSIZ, txt, r_str[
[all...]
/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c2106 char r_str[27]; local
2114 &index, &id, r_str);
2120 if (strcmp (lto_resolution_str[j], r_str) == 0)

Completed in 166 milliseconds