Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsmc91111.h107 dword *__b2; \
108 __b2 = (dword *) b; \
110 SMC_outl((a), *(__b2 + __i), r); \
115 word *__b2; \
116 __b2 = (word *) b; \
118 SMC_outw((a), *(__b2 + __i), r); \
123 dword *__b2; \
124 __b2 = (dword *) b; \
126 *(__b2 + __i) = SMC_inl((a),(r)); \
132 word *__b2; \
[all …]
H A Dlan91c96.h84 dword *__b2; \
85 __b2 = (dword *) b; \
87 SMC_outl(edev, *(__b2 + __i),\
93 word *__b2; \
94 __b2 = (word *) b; \
96 SMC_outw(edev, *(__b2 + __i),\
102 dword *__b2; \
103 __b2 = (dword *) b; \
105 *(__b2 + __i) = SMC_inl(edev,\
112 word *__b2; \
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dusbdevice.h88 u16 *__b2; \
89 __b2 = (u16 *) b; \
91 *(__b2 + __i) = inw(r); \
98 u16 *__b2; \
99 __b2 = (u16 *) b; \
101 outw( *(__b2 + __i), r); \
108 u8 *__b2; \
109 __b2 = (u8 *) b; \
111 *(__b2 + __i) = inb(r); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dcharconv.h53 const unsigned __b2 = __base * __base; in _GLIBCXX_VISIBILITY() local
54 const unsigned __b3 = __b2 * __base; in _GLIBCXX_VISIBILITY()
59 if (__value < __b2) return __n + 1; in _GLIBCXX_VISIBILITY()
H A Datomic_base.h458 memory_order __b2 = __m2 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
460 __glibcxx_assert(__b2 != memory_order_release); in _GLIBCXX_VISIBILITY()
461 __glibcxx_assert(__b2 != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
462 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
473 memory_order __b2 = __m2 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
475 __glibcxx_assert(__b2 != memory_order_release); in _GLIBCXX_VISIBILITY()
476 __glibcxx_assert(__b2 != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
477 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
503 memory_order __b2 = __m2 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
505 __glibcxx_assert(__b2 != memory_order_release); in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dcharconv.h53 const unsigned __b2 = __base * __base; in _GLIBCXX_VISIBILITY() local
54 const unsigned __b3 = __b2 * __base; in _GLIBCXX_VISIBILITY()
59 if (__value < __b2) return __n + 1; in _GLIBCXX_VISIBILITY()
H A Datomic_base.h458 memory_order __b2 = __m2 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
460 __glibcxx_assert(__b2 != memory_order_release); in _GLIBCXX_VISIBILITY()
461 __glibcxx_assert(__b2 != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
462 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
473 memory_order __b2 = __m2 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
475 __glibcxx_assert(__b2 != memory_order_release); in _GLIBCXX_VISIBILITY()
476 __glibcxx_assert(__b2 != memory_order_acq_rel); in _GLIBCXX_VISIBILITY()
477 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
503 memory_order __b2 = __m2 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
505 __glibcxx_assert(__b2 != memory_order_release); in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Duaccess.h366 unsigned long __b1, __b2; \
368 __get_user_asm_byte(__b2, __gu_addr + 1, err); \
369 (x) = __b1 | (__b2 << 8); \
374 unsigned long __b1, __b2; \
376 __get_user_asm_byte(__b2, __gu_addr + 1, err); \
377 (x) = (__b1 << 8) | __b2; \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A 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 …]
H A Dnumeric243 _InputIterator2 __first2, _Tp __init, _BinaryOp1 __b1, _BinaryOp2 __b2)
246 __init = __b1(__init, __b2(*__first1, *__first2));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A 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 …]
H A Dnumeric243 _InputIterator2 __first2, _Tp __init, _BinaryOp1 __b1, _BinaryOp2 __b2)
246 __init = __b1(__init, __b2(*__first1, *__first2));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dfor_each_selectors.h234 __inner_product_selector(_It __b1, _It2 __b2) in __inner_product_selector()
235 : __begin1_iterator(__b1), __begin2_iterator(__b2) { } in __inner_product_selector()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dfor_each_selectors.h234 __inner_product_selector(_It __b1, _It2 __b2) in __inner_product_selector()
235 : __begin1_iterator(__b1), __begin2_iterator(__b2) { } in __inner_product_selector()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dmmintrin.h1110 char __b3, char __b2, char __b1, char __b0) in _mm_set_pi8() argument
1120 __i0 = __i0 << 8 | (unsigned char)__b2; in _mm_set_pi8()
1141 _mm_setr_pi8 (char __b0, char __b1, char __b2, char __b3, in _mm_setr_pi8() argument
1144 return _mm_set_pi8 (__b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0); in _mm_setr_pi8()