| /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 D | list_partition.h | 153 size_t __index = 0; variable 159 __index += __size_part; 160 __starts[__i] = __os_starts[__index]; 168 __index += (__size_part+1); 169 __starts[__i] = __os_starts[__index];
|
| H A D | quicksort.h | 71 const unsigned long long __index = static_cast<unsigned long long> in __parallel_sort_qs_divide() local 73 ::new(&(__samples[__s])) _ValueType(__begin[__index]); in __parallel_sort_qs_divide()
|
| /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 D | list_partition.h | 153 size_t __index = 0; variable 159 __index += __size_part; 160 __starts[__i] = __os_starts[__index]; 168 __index += (__size_part+1); 169 __starts[__i] = __os_starts[__index];
|
| H A D | quicksort.h | 71 const unsigned long long __index = static_cast<unsigned long long> in __parallel_sort_qs_divide() local 73 ::new(&(__samples[__s])) _ValueType(__begin[__index]); in __parallel_sort_qs_divide()
|
| /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 D | regex_automaton.tcc | 149 _NFA<_TraitsT>::_M_insert_backref(size_t __index) in _M_insert_backref() argument 161 if (__index >= _M_subexpr_count) in _M_insert_backref() 166 if (__index == __it) in _M_insert_backref() 172 __tmp._M_backref_index = __index; in _M_insert_backref()
|
| H A D | ios_base.h | 542 register_callback(event_callback __fn, int __index); in _GLIBCXX_VISIBILITY() 561 _Callback_list(ios_base::event_callback __fn, int __index, in _GLIBCXX_VISIBILITY() 563 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { } in _GLIBCXX_VISIBILITY() 612 _M_grow_words(int __index, bool __iword); in _GLIBCXX_VISIBILITY()
|
| H A D | deque.tcc | 240 const difference_type __index = __position - begin(); in _M_erase() local 241 if (static_cast<size_type>(__index) < (size() >> 1)) in _M_erase() 253 return begin() + __index; in _M_erase() 653 difference_type __index = __pos - this->_M_impl._M_start; in _M_insert_aux() local 654 if (static_cast<size_type>(__index) < size() / 2) in _M_insert_aux() 661 __pos = this->_M_impl._M_start + __index; in _M_insert_aux() 673 __pos = this->_M_impl._M_start + __index; in _M_insert_aux()
|
| /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 D | regex_automaton.tcc | 149 _NFA<_TraitsT>::_M_insert_backref(size_t __index) in _M_insert_backref() argument 161 if (__index >= _M_subexpr_count) in _M_insert_backref() 166 if (__index == __it) in _M_insert_backref() 172 __tmp._M_backref_index = __index; in _M_insert_backref()
|
| H A D | ios_base.h | 542 register_callback(event_callback __fn, int __index); in _GLIBCXX_VISIBILITY() 561 _Callback_list(ios_base::event_callback __fn, int __index, in _GLIBCXX_VISIBILITY() 563 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { } in _GLIBCXX_VISIBILITY() 612 _M_grow_words(int __index, bool __iword); in _GLIBCXX_VISIBILITY()
|
| H A D | deque.tcc | 240 const difference_type __index = __position - begin(); in _M_erase() local 241 if (static_cast<size_type>(__index) < (size() >> 1)) in _M_erase() 253 return begin() + __index; in _M_erase() 653 difference_type __index = __pos - this->_M_impl._M_start; in _M_insert_aux() local 654 if (static_cast<size_type>(__index) < size() / 2) in _M_insert_aux() 661 __pos = this->_M_impl._M_start + __index; in _M_insert_aux() 673 __pos = this->_M_impl._M_start + __index; in _M_insert_aux()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | typeindex | 97 size_t operator()(type_index __index) const _NOEXCEPT 98 {return __index.hash_code();}
|
| H A D | variant | 439 __visit_alt_at(size_t __index, _Visitor&& __visitor, _Vs&&... __vs) { 443 return __fdiagonal[__index](_VSTD::forward<_Visitor>(__visitor), 467 size_t __index, _Indices... __indices) { 468 return __at(__elems[__index], __indices...); 551 __visit_alt_at(size_t __index, _Visitor&& __visitor, _Vs&&... __vs) { 552 return __base::__visit_alt_at(__index, 568 __visit_value_at(size_t __index, _Visitor&& __visitor, _Vs&&... __vs) { 570 __index, 681 : __data(tag), __index(__variant_npos<__index_t>) {} 688 __index(_Ip) {} [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | typeindex | 97 size_t operator()(type_index __index) const _NOEXCEPT 98 {return __index.hash_code();}
|
| H A D | variant | 439 __visit_alt_at(size_t __index, _Visitor&& __visitor, _Vs&&... __vs) { 443 return __fdiagonal[__index](_VSTD::forward<_Visitor>(__visitor), 467 size_t __index, _Indices... __indices) { 468 return __at(__elems[__index], __indices...); 551 __visit_alt_at(size_t __index, _Visitor&& __visitor, _Vs&&... __vs) { 552 return __base::__visit_alt_at(__index, 568 __visit_value_at(size_t __index, _Visitor&& __visitor, _Vs&&... __vs) { 570 __index, 681 : __data(tag), __index(__variant_npos<__index_t>) {} 688 __index(_Ip) {} [all …]
|
| /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 D | arm_neon.h | 18090 vdot_lane_u32 (uint32x2_t __r, uint8x8_t __a, uint8x8_t __b, const int __index) in vdot_lane_u32() argument 18092 return __builtin_neon_udot_lanev8qi_uuuus (__r, __a, __b, __index); in vdot_lane_u32() 18098 const int __index) in vdotq_lane_u32() argument 18100 return __builtin_neon_udot_lanev16qi_uuuus (__r, __a, __b, __index); in vdotq_lane_u32() 18105 vdot_lane_s32 (int32x2_t __r, int8x8_t __a, int8x8_t __b, const int __index) in vdot_lane_s32() argument 18107 return __builtin_neon_sdot_lanev8qi (__r, __a, __b, __index); in vdot_lane_s32() 18112 vdotq_lane_s32 (int32x4_t __r, int8x16_t __a, int8x8_t __b, const int __index) in vdotq_lane_s32() argument 18114 return __builtin_neon_sdot_lanev16qi (__r, __a, __b, __index); in vdotq_lane_s32() 18183 const int __index) in vfmlal_lane_low_f16() argument 18185 __builtin_arm_lane_check (4, __index); in vfmlal_lane_low_f16() [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/ext/ |
| H A D | bitmap_allocator.h | 411 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp) in _GLIBCXX_VISIBILITY() 412 { this->_M_reset(__index); } in _GLIBCXX_VISIBILITY() 415 _M_reset(long __index = -1) throw() in _GLIBCXX_VISIBILITY() 417 if (__index == -1) in _GLIBCXX_VISIBILITY() 424 _M_curr_index = __index; in _GLIBCXX_VISIBILITY() 428 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1); 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/ext/ |
| H A D | bitmap_allocator.h | 411 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp) in _GLIBCXX_VISIBILITY() 412 { this->_M_reset(__index); } in _GLIBCXX_VISIBILITY() 415 _M_reset(long __index = -1) throw() in _GLIBCXX_VISIBILITY() 417 if (__index == -1) in _GLIBCXX_VISIBILITY() 424 _M_curr_index = __index; in _GLIBCXX_VISIBILITY() 428 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1); in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcm_ring.h | 481 #define WORKQ_ELEMENT(__elem_type, __workq, __index) ({ \ argument 483 WORKQ_ASSERT((__index) < ((__workq)->ring_size)); \ 484 ((__elem_type *)((__workq)->buffer)) + (__index); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcm_ring.h | 513 #define WORKQ_ELEMENT(__elem_type, __workq, __index) ({ \ argument 515 WORKQ_ASSERT((__index) < ((__workq)->ring_size)); \ 516 ((__elem_type *)((__workq)->buffer)) + (__index); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcm_ring.h | 528 #define WORKQ_ELEMENT(__elem_type, __workq, __index) ({ \ argument 530 WORKQ_ASSERT((__index) < ((__workq)->ring_size)); \ 531 ((__elem_type *)((__workq)->buffer)) + (__index); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcm_ring.h | 481 #define WORKQ_ELEMENT(__elem_type, __workq, __index) ({ \ argument 483 WORKQ_ASSERT((__index) < ((__workq)->ring_size)); \ 484 ((__elem_type *)((__workq)->buffer)) + (__index); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcm_ring.h | 513 #define WORKQ_ELEMENT(__elem_type, __workq, __index) ({ \ argument 515 WORKQ_ASSERT((__index) < ((__workq)->ring_size)); \ 516 ((__elem_type *)((__workq)->buffer)) + (__index); \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcm_ring.h | 513 #define WORKQ_ELEMENT(__elem_type, __workq, __index) ({ \ argument 515 WORKQ_ASSERT((__index) < ((__workq)->ring_size)); \ 516 ((__elem_type *)((__workq)->buffer)) + (__index); \
|
| /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 D | variant | 865 static constexpr size_t __index = 868 using _Variant = typename _Nth_type<__index, _Variants...>::type; 959 template<bool __do_cookie, size_t __index, typename _Tp> 967 std::index_sequence<__indices..., __index>>::_S_apply(); 976 std::index_sequence<__indices..., __index>>::_S_apply(); 993 template<size_t __index, typename _Variant> 997 if constexpr (__index != variant_npos) 998 return __variant::__get<__index>(std::forward<_Variant>(__var)); 1434 constexpr auto __index = __accepted_index<_Tp>; 1435 if (index() == __index) [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/ |
| H A D | variant | 865 static constexpr size_t __index = 868 using _Variant = typename _Nth_type<__index, _Variants...>::type; 959 template<bool __do_cookie, size_t __index, typename _Tp> 967 std::index_sequence<__indices..., __index>>::_S_apply(); 976 std::index_sequence<__indices..., __index>>::_S_apply(); 993 template<size_t __index, typename _Variant> 997 if constexpr (__index != variant_npos) 998 return __variant::__get<__index>(std::forward<_Variant>(__var)); 1434 constexpr auto __index = __accepted_index<_Tp>; 1435 if (index() == __index) [all …]
|