Searched refs:__i2 (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Headers/ |
D | avxintrin.h | 2550 _mm256_set_epi32(int __i0, int __i1, int __i2, int __i3, in _mm256_set_epi32() argument 2553 return (__m256i)(__v8si){ __i7, __i6, __i5, __i4, __i3, __i2, __i1, __i0 }; in _mm256_set_epi32() 2605 _mm256_setr_epi32(int __i0, int __i1, int __i2, int __i3, in _mm256_setr_epi32() argument 2608 return (__m256i)(__v8si){ __i0, __i1, __i2, __i3, __i4, __i5, __i6, __i7 }; in _mm256_setr_epi32()
|
D | emmintrin.h | 1970 _mm_set_epi32(int __i3, int __i2, int __i1, int __i0) in _mm_set_epi32() argument 1972 return (__m128i)(__v4si){ __i0, __i1, __i2, __i3}; in _mm_set_epi32() 2165 _mm_setr_epi32(int __i0, int __i1, int __i2, int __i3) in _mm_setr_epi32() argument 2167 return (__m128i)(__v4si){ __i0, __i1, __i2, __i3}; in _mm_setr_epi32()
|
/external/libcxx/include/ |
D | string | 1202 basic_string& replace(const_iterator __i1, const_iterator __i2, const basic_string& __str); 1211 …onst_iterator __i1, const_iterator __i2, const _Tp& __t) { __self_view __sv = __t; return replace(… 1214 …basic_string& replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type _… 1216 basic_string& replace(const_iterator __i1, const_iterator __i2, const value_type* __s); 1218 basic_string& replace(const_iterator __i1, const_iterator __i2, size_type __n, value_type __c); 1226 replace(const_iterator __i1, const_iterator __i2, _InputIterator __j1, _InputIterator __j2); 1229 … basic_string& replace(const_iterator __i1, const_iterator __i2, initializer_list<value_type> __il) 1230 {return replace(__i1, __i2, __il.begin(), __il.end());} 2903 basic_string<_CharT, _Traits, _Allocator>::replace(const_iterator __i1, const_iterator __i2, 2907 return this->replace(__i1, __i2, __temp); [all …]
|
D | algorithm | 3794 value_type* __i2 = __j2; 3795 if (__comp(*__first1, *--__i2)) 3797 ::new(__j2) value_type(_VSTD::move(*__i2)); 3799 for (--__j2; __i2 != __first2 && __comp(*__first1, *--__i2); --__j2) 3800 *__j2 = _VSTD::move(*__i2);
|
/external/mesa3d/src/freedreno/.gitlab-ci/traces/ |
D | crash.devcore | 2495 …uVWOT->>-khgnm(InO>2X1M^V-&Or@8ERq->7cAT+:(<Uj8mcPIDkr:-4;nGljH!3g#Aiac6@4__i2].;9c">f:HOcU`N-5%os…
|