Home
last modified time | relevance | path

Searched refs:__b2 (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/drivers/net/
Dsmc91111.h106 dword *__b2; \
107 __b2 = (dword *) b; \
109 SMC_outl((a), *(__b2 + __i), r); \
114 word *__b2; \
115 __b2 = (word *) b; \
117 SMC_outw((a), *(__b2 + __i), r); \
122 dword *__b2; \
123 __b2 = (dword *) b; \
125 *(__b2 + __i) = SMC_inl((a),(r)); \
131 word *__b2; \
[all …]
Dlan91c96.h83 dword *__b2; \
84 __b2 = (dword *) b; \
86 SMC_outl(edev, *(__b2 + __i),\
92 word *__b2; \
93 __b2 = (word *) b; \
95 SMC_outw(edev, *(__b2 + __i),\
101 dword *__b2; \
102 __b2 = (dword *) b; \
104 *(__b2 + __i) = SMC_inl(edev,\
111 word *__b2; \
[all …]
/external/u-boot/include/
Dusbdevice.h87 u16 *__b2; \
88 __b2 = (u16 *) b; \
90 *(__b2 + __i) = inw(r); \
97 u16 *__b2; \
98 __b2 = (u16 *) b; \
100 outw( *(__b2 + __i), r); \
107 u8 *__b2; \
108 __b2 = (u8 *) b; \
110 *(__b2 + __i) = inb(r); \
/external/icu/libandroidicu/include/unicode/
Dutf8.h647 uint8_t __b2=s[(length)-2]; \
648 if(0xe0<=__b2 && __b2<=0xf4) { \
649 if(__b2<0xf0 ? U8_IS_VALID_LEAD3_AND_T1(__b2, __b1) : \
650 U8_IS_VALID_LEAD4_AND_T1(__b2, __b1)) { \
653 } else if(U8_IS_TRAIL(__b2) && ((length)-3)>=(start)) { \
655 if(0xf0<=__b3 && __b3<=0xf4 && U8_IS_VALID_LEAD4_AND_T1(__b3, __b2)) { \
/external/icu/icu4c/source/common/unicode/
Dutf8.h647 uint8_t __b2=s[(length)-2]; \
648 if(0xe0<=__b2 && __b2<=0xf4) { \
649 if(__b2<0xf0 ? U8_IS_VALID_LEAD3_AND_T1(__b2, __b1) : \
650 U8_IS_VALID_LEAD4_AND_T1(__b2, __b1)) { \
653 } else if(U8_IS_TRAIL(__b2) && ((length)-3)>=(start)) { \
655 if(0xf0<=__b3 && __b3<=0xf4 && U8_IS_VALID_LEAD4_AND_T1(__b3, __b2)) { \
/external/libcxx/include/
D__bit_reference730 __storage_type __b2 = *__result.__seg_ & __m;
733 *__first.__seg_ |= __b2;
749 __storage_type __b2 = *__result.__seg_ & __m;
752 *__first.__seg_ |= __b2;
783 __storage_type __b2 = *__result.__seg_ & __m;
789 *__first.__seg_ |= __b2 >> __s;
795 *__first.__seg_ |= __b2 << __s;
803 __b2 = *__result.__seg_ & __m;
807 *__first.__seg_ |= __b2 << __s;
820 __storage_type __b2 = *__result.__seg_ & __m;
[all …]
Dnumeric243 _InputIterator2 __first2, _Tp __init, _BinaryOp1 __b1, _BinaryOp2 __b2)
246 __init = __b1(__init, __b2(*__first1, *__first2));
/external/clang/lib/Headers/
Dmmintrin.h1346 _mm_set_pi8(char __b7, char __b6, char __b5, char __b4, char __b3, char __b2, in _mm_set_pi8() argument
1349 return (__m64)__builtin_ia32_vec_init_v8qi(__b0, __b1, __b2, __b3, in _mm_set_pi8()
1477 _mm_setr_pi8(char __b0, char __b1, char __b2, char __b3, char __b4, char __b5, in _mm_setr_pi8() argument
1480 return _mm_set_pi8(__b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0); in _mm_setr_pi8()
Demmintrin.h2058 …9, char __b8, char __b7, char __b6, char __b5, char __b4, char __b3, char __b2, char __b1, char __… in _mm_set_epi8() argument
2060 …return (__m128i)(__v16qi){ __b0, __b1, __b2, __b3, __b4, __b5, __b6, __b7, __b8, __b9, __b10, __b1… in _mm_set_epi8()
2177 _mm_setr_epi8(char __b0, char __b1, char __b2, char __b3, char __b4, char __b5, char __b6, char __b… in _mm_setr_epi8() argument
2179 …return (__m128i)(__v16qi){ __b0, __b1, __b2, __b3, __b4, __b5, __b6, __b7, __b8, __b9, __b10, __b1… in _mm_setr_epi8()
/external/libjpeg-turbo/simd/loongson/
Dloongson-mmintrin.h53 uint8_t __b3, uint8_t __b2, uint8_t __b1, uint8_t __b0) in _mm_set_pi8() argument
58 ((uint32_t)__b2 << 8) | in _mm_set_pi8()