Searched refs:__b2 (Results 1 – 8 of 8) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/net/ |
D | smc91111.h | 106 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 …]
|
D | lan91c96.h | 83 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 …]
|
/third_party/uboot/u-boot-2020.01/include/ |
D | usbdevice.h | 87 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); \
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utf8.h | 647 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)) { \
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utf8.h | 646 uint8_t __b2=s[(length)-2]; \ 647 if(0xe0<=__b2 && __b2<=0xf4) { \ 648 if(__b2<0xf0 ? U8_IS_VALID_LEAD3_AND_T1(__b2, __b1) : \ 649 U8_IS_VALID_LEAD4_AND_T1(__b2, __b1)) { \ 652 } else if(U8_IS_TRAIL(__b2) && ((length)-3)>=(start)) { \ 654 if(0xf0<=__b3 && __b3<=0xf4 && U8_IS_VALID_LEAD4_AND_T1(__b3, __b2)) { \
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 647 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)) { \
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 647 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)) { \
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/loongson/ |
D | loongson-mmintrin.h | 52 uint8_t __b3, uint8_t __b2, uint8_t __b1, uint8_t __b0) in _mm_set_pi8() argument 57 ((uint32_t)__b2 << 8) | in _mm_set_pi8()
|