Searched refs:__k1 (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dvstring_util.h142 _S_copy_chars(_CharT* __p, _Iterator __k1, _Iterator __k2) argument
144 for (; __k1 != __k2; ++__k1, ++__p)
145 traits_type::assign(*__p, *__k1); // These types are off.
149 _S_copy_chars(_CharT* __p, __sso_iterator __k1, __sso_iterator __k2) argument
150 { _S_copy_chars(__p, __k1.base(), __k2.base()); }
153 _S_copy_chars(_CharT* __p, __const_sso_iterator __k1, argument
155 { _S_copy_chars(__p, __k1.base(), __k2.base()); }
158 _S_copy_chars(_CharT* __p, __rc_iterator __k1, __rc_iterator __k2) argument
159 { _S_copy_chars(__p, __k1
162 _S_copy_chars(_CharT* __p, __const_rc_iterator __k1, __const_rc_iterator __k2) argument
167 _S_copy_chars(_CharT* __p, _CharT* __k1, _CharT* __k2) argument
171 _S_copy_chars(_CharT* __p, const _CharT* __k1, const _CharT* __k2) argument
[all...]
H A Dvstring.h1146 _InputIterator __k1, _InputIterator __k2)
1150 __glibcxx_requires_valid_range(__k1, __k2);
1152 return _M_replace_dispatch(__i1, __i2, __k1, __k2, _Integral());
1158 replace(iterator __i1, iterator __i2, _CharT* __k1, _CharT* __k2) argument
1162 __glibcxx_requires_valid_range(__k1, __k2);
1164 __k1, __k2 - __k1);
1169 const _CharT* __k1, const _CharT* __k2)
1173 __glibcxx_requires_valid_range(__k1, __k2);
1175 __k1, __k
1145 replace(iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) argument
1168 replace(iterator __i1, iterator __i2, const _CharT* __k1, const _CharT* __k2) argument
1179 replace(iterator __i1, iterator __i2, iterator __k1, iterator __k2) argument
1189 replace(iterator __i1, iterator __i2, const_iterator __k1, const_iterator __k2) argument
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dbasic_string.h371 _S_copy_chars(_CharT* __p, _Iterator __k1, _Iterator __k2) argument
373 for (; __k1 != __k2; ++__k1, ++__p)
374 traits_type::assign(*__p, *__k1); // These types are off.
378 _S_copy_chars(_CharT* __p, iterator __k1, iterator __k2) argument
379 { _S_copy_chars(__p, __k1.base(), __k2.base()); }
382 _S_copy_chars(_CharT* __p, const_iterator __k1, const_iterator __k2) argument
383 { _S_copy_chars(__p, __k1.base(), __k2.base()); }
386 _S_copy_chars(_CharT* __p, _CharT* __k1, _CharT* __k2) argument
387 { _M_copy(__p, __k1, __k
390 _S_copy_chars(_CharT* __p, const _CharT* __k1, const _CharT* __k2) argument
1372 replace(iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) argument
1385 replace(iterator __i1, iterator __i2, _CharT* __k1, _CharT* __k2) argument
1395 replace(iterator __i1, iterator __i2, const _CharT* __k1, const _CharT* __k2) argument
1406 replace(iterator __i1, iterator __i2, iterator __k1, iterator __k2) argument
1416 replace(iterator __i1, iterator __i2, const_iterator __k1, const_iterator __k2) argument
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dbasic_string.h295 _S_copy_chars(_CharT* __p, _Iterator __k1, _Iterator __k2) argument
297 for (; __k1 != __k2; ++__k1, ++__p)
298 traits_type::assign(*__p, *__k1); // These types are off.
302 _S_copy_chars(_CharT* __p, iterator __k1, iterator __k2) argument
303 { _S_copy_chars(__p, __k1.base(), __k2.base()); }
306 _S_copy_chars(_CharT* __p, const_iterator __k1, const_iterator __k2) argument
307 { _S_copy_chars(__p, __k1.base(), __k2.base()); }
310 _S_copy_chars(_CharT* __p, _CharT* __k1, _CharT* __k2) argument
311 { traits_type::copy(__p, __k1, __k
314 _S_copy_chars(_CharT* __p, const _CharT* __k1, const _CharT* __k2) argument
622 replace(iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) argument
630 replace(iterator __i1, iterator __i2, _CharT* __k1, _CharT* __k2) argument
635 replace(iterator __i1, iterator __i2, const _CharT* __k1, const _CharT* __k2) argument
640 replace(iterator __i1, iterator __i2, iterator __k1, iterator __k2) argument
646 replace(iterator __i1, iterator __i2, const_iterator __k1, const_iterator __k2) argument
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dhash.h104 static const _Size __k1 = 0xb492b66fbe98f273ULL; member in struct:__murmur2_or_cityhash
164 const _Size __a = std::__loadword<_Size>(__s) * __k1;
252 pair<_Size, _Size> __w = __weak_hash_len_32_with_seeds(__s + __len - 32, __y + __k1, __x);
253 __x = __x * __k1 + std::__loadword<_Size>(__s);
258 __x = __rotate(__x + __y + __v.first + std::__loadword<_Size>(__s + 8), 37) * __k1;
259 __y = __rotate(__y + __v.second + std::__loadword<_Size>(__s + 48), 42) * __k1;
262 __z = __rotate(__z + __w.first, 33) * __k1;
263 __v = __weak_hash_len_32_with_seeds(__s, __v.second * __k1, __x + __w.first);
271 __hash_len_16(__v.first, __w.first) + __shift_mix(__y) * __k1 + __z,

Completed in 186 milliseconds