/external/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 455 uint8_t __t1, __t2, __t3; \ 460 ++(src) != (limit) && (__t2 = *(src) - 0x80) <= 0x3f && \ 461 (__lead = ((int32_t)(trie)->index[(__lead << 6) + (__t1 & 0x3f)]) + __t2, 1) \ 466 (__t2 = *(src) - 0x80) <= 0x3f && \ 470 ucptrie_internalSmallU8Index((trie), __lead, __t2, __t3), 1) \
|
/external/icu/libandroidicu/include/unicode/ |
D | ucptrie.h | 455 uint8_t __t1, __t2, __t3; \ 460 ++(src) != (limit) && (__t2 = *(src) - 0x80) <= 0x3f && \ 461 (__lead = ((int32_t)(trie)->index[(__lead << 6) + (__t1 & 0x3f)]) + __t2, 1) \ 466 (__t2 = *(src) - 0x80) <= 0x3f && \ 470 ucptrie_internalSmallU8Index((trie), __lead, __t2, __t3), 1) \
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucptrie.h | 455 uint8_t __t1, __t2, __t3; \ 460 ++(src) != (limit) && (__t2 = *(src) - 0x80) <= 0x3f && \ 461 (__lead = ((int32_t)(trie)->index[(__lead << 6) + (__t1 & 0x3f)]) + __t2, 1) \ 466 (__t2 = *(src) - 0x80) <= 0x3f && \ 470 ucptrie_internalSmallU8Index((trie), __lead, __t2, __t3), 1) \
|
/external/icu/icu4c/source/common/ |
D | ustrtrns.cpp | 314 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 318 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 319 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 354 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 358 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 407 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 412 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 413 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 454 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 459 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() [all …]
|
D | utrie2.h | 911 uint8_t __t1, __t2; \ 915 (__t2=(uint8_t)(*((src)+1)-0x80))<= 0x3f \ 920 … ((__t1&0x3f)<<(6-UTRIE2_SHIFT_2))+(__t2>>UTRIE2_SHIFT_2)]) \ 922 (__t2&UTRIE2_DATA_MASK)]; \
|
/external/libchrome/base/third_party/icu/ |
D | icu_utf.h | 236 uint8_t __t1, __t2; \ 241 (__t2=(s)[(i)+1]-0x80)<=0x3f) { \ 242 (c)=(((c)&0xf)<<12)|((__t1&0x3f)<<6)|__t2; \
|
/external/icu/libicu/cts_headers/ |
D | utrie2.h | 911 uint8_t __t1, __t2; \ 915 (__t2=(uint8_t)(*((src)+1)-0x80))<= 0x3f \ 920 … ((__t1&0x3f)<<(6-UTRIE2_SHIFT_2))+(__t2>>UTRIE2_SHIFT_2)]) \ 922 (__t2&UTRIE2_DATA_MASK)]; \
|
/external/libcxx/include/ |
D | numeric | 420 typename iterator_traits<_InputIterator>::value_type __t2(*__first); 421 *__result = __t2 - __t1; 422 __t1 = _VSTD::move(__t2); 440 typename iterator_traits<_InputIterator>::value_type __t2(*__first); 441 *__result = __binary_op(__t2, __t1); 442 __t1 = _VSTD::move(__t2);
|
D | utility | 338 pair(_T1 const& __t1, _T2 const& __t2) : first(__t1), second(__t2) {} 420 explicit pair(_T1 const& __t1, _T2 const& __t2) 423 : first(__t1), second(__t2) {} 429 pair(_T1 const& __t1, _T2 const& __t2) 432 : first(__t1), second(__t2) {} 667 make_pair(_T1&& __t1, _T2&& __t2) 670 (_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2));
|
D | variant | 1454 _LIBCPP_INLINE_VISIBILITY constexpr bool operator()(_T1 && __t1, _T2&& __t2) const { 1455 …vertible<decltype(_Operator{}(_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2))), bool>::value, 1457 return _Operator{}(_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2));
|
D | regex | 4315 _ForwardIterator __t2 = __parse_decimal_escape(__t1, __last); 4316 if (__t2 != __t1) 4317 __first = __t2; 4320 __t2 = __parse_character_class_escape(__t1, __last); 4321 if (__t2 != __t1) 4322 __first = __t2; 4325 __t2 = __parse_character_escape(__t1, __last); 4326 if (__t2 != __t1) 4327 __first = __t2;
|
D | algorithm | 3295 for (value_type* __t2 = __p.first; __t2 < __t; ++__t2, ++__i) 3296 *__i = _VSTD::move(*__t2); 3427 for (value_type* __t2 = __p.first; __t2 < __t; ++__t2, ++__i) 3428 *__i = _VSTD::move(*__t2);
|
D | memory | 2250 __compressed_pair(_U1&& __t1, _U2&& __t2) 2251 : _Base1(std::forward<_U1>(__t1)), _Base2(std::forward<_U2>(__t2)) {} 2270 __compressed_pair(__second_tag, _T2 __t2) 2271 : _Base1(), _Base2(_VSTD::forward<_T2>(__t2)) {} 2274 __compressed_pair(_T1 __t1, _T2 __t2) 2275 : _Base1(_VSTD::forward<_T1>(__t1)), _Base2(_VSTD::forward<_T2>(__t2)) {}
|
/external/llvm-project/libcxx/include/ |
D | utility | 320 pair(_T1 const& __t1, _T2 const& __t2) : first(__t1), second(__t2) {} 417 explicit pair(_T1 const& __t1, _T2 const& __t2) 420 : first(__t1), second(__t2) {} 426 pair(_T1 const& __t1, _T2 const& __t2) 429 : first(__t1), second(__t2) {} 664 make_pair(_T1&& __t1, _T2&& __t2) 667 (_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2));
|
D | variant | 1516 _LIBCPP_INLINE_VISIBILITY constexpr bool operator()(_T1 && __t1, _T2&& __t2) const { 1517 …vertible<decltype(_Operator{}(_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2))), bool>::value, 1519 return _Operator{}(_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2));
|
D | regex | 4382 _ForwardIterator __t2 = __parse_decimal_escape(__t1, __last); 4383 if (__t2 != __t1) 4384 __first = __t2; 4387 __t2 = __parse_character_class_escape(__t1, __last); 4388 if (__t2 != __t1) 4389 __first = __t2; 4392 __t2 = __parse_character_escape(__t1, __last); 4393 if (__t2 != __t1) 4394 __first = __t2;
|
D | algorithm | 3428 for (value_type* __t2 = __p.first; __t2 < __t; ++__t2, (void) ++__i) 3429 *__i = _VSTD::move(*__t2); 3560 for (value_type* __t2 = __p.first; __t2 < __t; ++__t2, (void) ++__i) 3561 *__i = _VSTD::move(*__t2);
|
D | memory | 2047 __compressed_pair(_U1&& __t1, _U2&& __t2) 2048 : _Base1(_VSTD::forward<_U1>(__t1)), _Base2(_VSTD::forward<_U2>(__t2)) {}
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_utils.h | 180 simdscalar __t2 = _simd_unpacklo_ps(vMask2, vMask3); in vTranspose8x8() local 186 simdscalar __tt0 = _simd_shuffle_ps(__t0, __t2, _MM_SHUFFLE(1, 0, 1, 0)); in vTranspose8x8() 187 simdscalar __tt1 = _simd_shuffle_ps(__t0, __t2, _MM_SHUFFLE(3, 2, 3, 2)); in vTranspose8x8()
|
/external/llvm-project/clang/lib/Headers/ppc_wrappers/ |
D | xmmintrin.h | 1825 __v4sf __t2 = vec_vmrglw (__r0, __r1); \ 1831 (row2) = (__v4sf)vec_mergeh ((__vector long long)__t2, \ 1833 (row3) = (__v4sf)vec_mergel ((__vector long long)__t2, \
|
/external/llvm-project/clang/lib/Headers/ |
D | avx512fintrin.h | 9350 __m256d __t2 = _mm512_extractf64x4_pd(__W, 1); \ 9351 __m256d __t3 = __t1 op __t2; \ 9426 __m256 __t2 = (__m256)_mm512_extractf64x4_pd((__m512d)__W, 1); \ 9427 __m256 __t3 = __t1 op __t2; \ 9549 __m256d __t2 = _mm512_extractf64x4_pd(__V, 1); \ 9550 __m256d __t3 = _mm256_##op(__t1, __t2); \ 9583 __m256 __t2 = (__m256)_mm512_extractf64x4_pd((__m512d)__V, 1); \ 9584 __m256 __t3 = _mm256_##op(__t1, __t2); \
|