| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | search.h | 44 extern void insque (void *__elem, void *__prev) __THROW; 47 extern void remque (void *__elem) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | search.h | 44 extern void insque (void *__elem, void *__prev) __THROW; 47 extern void remque (void *__elem) __THROW;
|
| /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/experimental/ |
| H A D | list | 58 experimental::erase_if(__cont, [&](__elem_type& __elem) { 59 return __elem == __value;
|
| H A D | forward_list | 58 std::experimental::erase_if(__cont, [&](__elem_type& __elem) { 59 return __elem == __value;
|
| /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/experimental/ |
| H A D | forward_list | 58 std::experimental::erase_if(__cont, [&](__elem_type& __elem) { 59 return __elem == __value;
|
| H A D | list | 58 experimental::erase_if(__cont, [&](__elem_type& __elem) { 59 return __elem == __value;
|
| /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 | forward_list | 77 return std::erase_if(__cont, [&](__elem_type& __elem) { 78 return __elem == __value;
|
| H A D | list | 101 return std::erase_if(__cont, [&](__elem_type& __elem) { 102 return __elem == __value;
|
| /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 | forward_list | 77 return std::erase_if(__cont, [&](__elem_type& __elem) { 78 return __elem == __value;
|
| H A D | list | 101 return std::erase_if(__cont, [&](__elem_type& __elem) { 102 return __elem == __value;
|
| /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 | fs_path.h | 1151 for (auto& __elem : *this) in _GLIBCXX_VISIBILITY() 1154 if (__elem._M_type() == _Type::_Root_dir) in _GLIBCXX_VISIBILITY() 1162 __str += basic_string_view<value_type>(__elem._M_pathname); in _GLIBCXX_VISIBILITY() 1163 __add_slash = __elem._M_type() == _Type::_Filename; in _GLIBCXX_VISIBILITY()
|
| /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/experimental/bits/ |
| H A D | fs_path.h | 1103 for (auto& __elem : *this) in _GLIBCXX_VISIBILITY() 1105 if (__elem._M_type == _Type::_Root_dir) in _GLIBCXX_VISIBILITY() 1112 __str += __elem.string<_CharT, _Traits, _Allocator>(__a); in _GLIBCXX_VISIBILITY() 1113 __add_slash = __elem._M_type == _Type::_Filename; 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/experimental/bits/ |
| H A D | fs_path.h | 1103 for (auto& __elem : *this) in _GLIBCXX_VISIBILITY() 1105 if (__elem._M_type == _Type::_Root_dir) in _GLIBCXX_VISIBILITY() 1112 __str += __elem.string<_CharT, _Traits, _Allocator>(__a); in _GLIBCXX_VISIBILITY() 1113 __add_slash = __elem._M_type == _Type::_Filename; in _GLIBCXX_VISIBILITY()
|
| /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 | fs_path.h | 1151 for (auto& __elem : *this) in _GLIBCXX_VISIBILITY() 1154 if (__elem._M_type() == _Type::_Root_dir) in _GLIBCXX_VISIBILITY() 1162 __str += basic_string_view<value_type>(__elem._M_pathname); in _GLIBCXX_VISIBILITY() 1163 __add_slash = __elem._M_type() == _Type::_Filename; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | arm_neon.h | 675 #define __aarch64_vset_lane_any(__elem, __vec, __index) \ argument 679 __vec[__aarch64_lane (__vec, __index)] = __elem; \ 6109 vset_lane_f16 (float16_t __elem, float16x4_t __vec, const int __index) in vset_lane_f16() argument 6111 return __aarch64_vset_lane_any (__elem, __vec, __index); in vset_lane_f16() 6116 vset_lane_f32 (float32_t __elem, float32x2_t __vec, const int __index) in vset_lane_f32() argument 6118 return __aarch64_vset_lane_any (__elem, __vec, __index); in vset_lane_f32() 6123 vset_lane_f64 (float64_t __elem, float64x1_t __vec, const int __index) in vset_lane_f64() argument 6125 return __aarch64_vset_lane_any (__elem, __vec, __index); in vset_lane_f64() 6130 vset_lane_p8 (poly8_t __elem, poly8x8_t __vec, const int __index) in vset_lane_p8() argument 6132 return __aarch64_vset_lane_any (__elem, __vec, __index); in vset_lane_p8() [all …]
|
| /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/pstl/ |
| H A D | glue_algorithm_impl.h | 362 [&__pred, &__new_value](_ElementType __elem) { in replace_if() 363 if (__pred(__elem)) in replace_if() 365 __elem = __new_value; in replace_if()
|
| /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/pstl/ |
| H A D | glue_algorithm_impl.h | 362 [&__pred, &__new_value](_ElementType __elem) { in replace_if() 363 if (__pred(__elem)) in replace_if() 365 __elem = __new_value; in replace_if()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | variant | 462 static constexpr const _Tp& __at(const _Tp& __elem) { return __elem; }
|
| H A D | forward_list | 1761 { _VSTD::erase_if(__c, [&](auto& __elem) { return __elem == __v; }); }
|
| H A D | list | 2467 { _VSTD::erase_if(__c, [&](auto& __elem) { return __elem == __v; }); }
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | forward_list | 1761 { _VSTD::erase_if(__c, [&](auto& __elem) { return __elem == __v; }); }
|
| H A D | variant | 462 static constexpr const _Tp& __at(const _Tp& __elem) { return __elem; }
|
| H A D | list | 2467 { _VSTD::erase_if(__c, [&](auto& __elem) { return __elem == __v; }); }
|
| /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 | 6358 float16_t __elem = (__e); \ 6361 __vec[__arm_lane (__vec, __idx)] = __elem; \ 6457 float16_t __elem = (__e); \ 6460 __vec[__arm_laneq (__vec, __idx)] = __elem; \ 18882 bfloat16_t __elem = (__e); \ 18885 __vec[__arm_lane(__vec, __idx)] = __elem; \ 18892 bfloat16_t __elem = (__e); \ 18895 __vec[__arm_laneq(__vec, __idx)] = __elem; \
|