Home
last modified time | relevance | path

Searched refs:__b1 (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Duaccess.h366 unsigned long __b1, __b2; \
367 __get_user_asm_byte(__b1, __gu_addr, err); \
369 (x) = __b1 | (__b2 << 8); \
374 unsigned long __b1, __b2; \
375 __get_user_asm_byte(__b1, __gu_addr, err); \
377 (x) = (__b1 << 8) | __b2; \
/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 Datomic_base.h459 memory_order __b1 = __m1 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
462 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
474 memory_order __b1 = __m1 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
477 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
504 memory_order __b1 = __m1 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
507 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
519 memory_order __b1 = __m1 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
523 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
781 memory_order __b1 = __m1 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
784 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.h609 _UIntType1 __b1, size_t __t1, in _GLIBCXX_VISIBILITY()
615 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY()
635 _UIntType1 __b1, size_t __t1, in _GLIBCXX_VISIBILITY()
641 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h3730 __gen_two_uniform_ints(_IntType __b0, _IntType __b1, in _GLIBCXX_VISIBILITY()
3734 = uniform_int_distribution<_IntType>{0, (__b0 * __b1) - 1}(__g); in _GLIBCXX_VISIBILITY()
3735 return std::make_pair(__x / __b1, __x % __b1); in _GLIBCXX_VISIBILITY()
/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 Datomic_base.h459 memory_order __b1 = __m1 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
462 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
474 memory_order __b1 = __m1 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
477 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
504 memory_order __b1 = __m1 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
507 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
519 memory_order __b1 = __m1 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
523 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
781 memory_order __b1 = __m1 & __memory_order_mask; in _GLIBCXX_VISIBILITY()
784 __glibcxx_assert(__b2 <= __b1); in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.h609 _UIntType1 __b1, size_t __t1, in _GLIBCXX_VISIBILITY()
615 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY()
635 _UIntType1 __b1, size_t __t1, in _GLIBCXX_VISIBILITY()
641 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h3730 __gen_two_uniform_ints(_IntType __b0, _IntType __b1, in _GLIBCXX_VISIBILITY()
3734 = uniform_int_distribution<_IntType>{0, (__b0 * __b1) - 1}(__g); in _GLIBCXX_VISIBILITY()
3735 return std::make_pair(__x / __b1, __x % __b1); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__bit_reference728 __storage_type __b1 = *__first.__seg_ & __m;
732 *__result.__seg_ |= __b1;
747 __storage_type __b1 = *__first.__seg_ & __m;
751 *__result.__seg_ |= __b1;
778 __storage_type __b1 = *__first.__seg_ & __m;
788 *__result.__seg_ |= __b1 << __s;
794 *__result.__seg_ |= __b1 >> __s;
806 *__result.__seg_ |= __b1 >> __s;
819 __storage_type __b1 = *__first.__seg_;
822 *__result.__seg_ |= __b1 << __result.__ctz_;
[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_reference728 __storage_type __b1 = *__first.__seg_ & __m;
732 *__result.__seg_ |= __b1;
747 __storage_type __b1 = *__first.__seg_ & __m;
751 *__result.__seg_ |= __b1;
778 __storage_type __b1 = *__first.__seg_ & __m;
788 *__result.__seg_ |= __b1 << __s;
794 *__result.__seg_ |= __b1 >> __s;
806 *__result.__seg_ |= __b1 >> __s;
819 __storage_type __b1 = *__first.__seg_;
822 *__result.__seg_ |= __b1 << __result.__ctz_;
[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/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dratio96 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
98 static_assert(__a1 == 0 || __b1 == 0,
100 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1),
104 static_assert((__a0 * __b1 + __b0 * __a1) * __c
/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/
H A Dratio96 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
98 static_assert(__a1 == 0 || __b1 == 0,
100 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1),
104 static_assert((__a0 * __b1 + __b0 * __a1) * __c
/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/tr1/
H A Drandom.h643 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
649 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
662 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
668 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
/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/tr1/
H A Drandom.h643 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
649 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
662 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, in _GLIBCXX_VISIBILITY()
668 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
/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
1121 __i0 = __i0 << 8 | (unsigned char)__b1; 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()