| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | sgiarcs.h | 380 long __vec = (long) romvec->dest; \ 381 __res = call_o32(__vec, O32_STK); \ 388 long __vec = (long) romvec->dest; \ 389 __res = call_o32(__vec, O32_STK, __a1); \ 397 long __vec = (long) romvec->dest; \ 398 __res = call_o32(__vec, O32_STK, __a1, __a2); \ 407 long __vec = (long) romvec->dest; \ 408 __res = call_o32(__vec, O32_STK, __a1, __a2, __a3); \ 418 long __vec = (long) romvec->dest; \ 419 __res = call_o32(__vec, O32_STK, __a1, __a2, __a3, __a4); \ [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/arm-none-linux-gnueabihf/bits/ |
| H A D | ctype_inline.h | 48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY() 51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)]; 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/aarch64-none-linux-gnu/bits/ |
| H A D | ctype_inline.h | 48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY() 51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)]; 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 | locale_facets.h | 186 is(const char_type *__lo, const char_type *__hi, mask *__vec) const in _GLIBCXX_VISIBILITY() 187 { return this->do_is(__lo, __hi, __vec); } in _GLIBCXX_VISIBILITY() 398 mask* __vec) const = 0; in _GLIBCXX_VISIBILITY() 633 do_is(const char_type* __lo, const char_type* __hi, mask* __vec) const; in _GLIBCXX_VISIBILITY() 759 is(const char* __lo, const char* __hi, mask* __vec) const; in _GLIBCXX_VISIBILITY() 1273 do_is(const char_type* __lo, const char_type* __hi, mask* __vec) const; in _GLIBCXX_VISIBILITY()
|
| H A D | stl_vector.h | 1709 _Temporary_value(vector* __vec, _Args&&... __args) : _M_this(__vec) 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 D | locale_facets.h | 186 is(const char_type *__lo, const char_type *__hi, mask *__vec) const in _GLIBCXX_VISIBILITY() 187 { return this->do_is(__lo, __hi, __vec); } in _GLIBCXX_VISIBILITY() 398 mask* __vec) const = 0; in _GLIBCXX_VISIBILITY() 633 do_is(const char_type* __lo, const char_type* __hi, mask* __vec) const; in _GLIBCXX_VISIBILITY() 759 is(const char* __lo, const char* __hi, mask* __vec) const; in _GLIBCXX_VISIBILITY() 1273 do_is(const char_type* __lo, const char_type* __hi, mask* __vec) const; in _GLIBCXX_VISIBILITY()
|
| H A D | stl_vector.h | 1709 _Temporary_value(vector* __vec, _Args&&... __args) : _M_this(__vec) 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/libc/usr/include/sys/ |
| H A D | mman.h | 123 extern int mincore (void *__start, size_t __len, unsigned char *__vec)
|
| /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/sys/ |
| H A D | mman.h | 123 extern int mincore (void *__start, size_t __len, unsigned char *__vec)
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa.h | 287 #define bfa_msix(__bfa, __vec) \ argument 288 ((__bfa)->msix.handler[__vec](__bfa, __vec))
|
| /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 | 655 #define __AARCH64_LANE_CHECK(__vec, __idx) \ argument 656 __builtin_aarch64_im_lane_boundsi (sizeof(__vec), sizeof(__vec[0]), __idx) 661 #define __aarch64_lane(__vec, __idx) (__AARCH64_NUM_LANES (__vec) - 1 - __idx) argument 663 #define __aarch64_lane(__vec, __idx) __idx argument 667 #define __aarch64_vget_lane_any(__vec, __index) \ argument 670 __AARCH64_LANE_CHECK (__vec, __index); \ 671 __vec[__aarch64_lane (__vec, __index)]; \ 675 #define __aarch64_vset_lane_any(__elem, __vec, __index) \ argument 678 __AARCH64_LANE_CHECK (__vec, __index); \ 679 __vec[__aarch64_lane (__vec, __index)] = __elem; \ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __locale | 496 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const 498 return do_is(__low, __high, __vec); 566 …virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const; 597 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const 599 for (; __low != __high; ++__low, ++__vec) 600 *__vec = isascii(*__low) ? __tab_[static_cast<int>(*__low)] : 0; 735 …virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const;
|
| H A D | vector | 3354 size_t operator()(const vector<bool, _Allocator>& __vec) const _NOEXCEPT 3355 {return __vec.__hash_code();}
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __locale | 496 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const 498 return do_is(__low, __high, __vec); 566 …virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const; 597 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const 599 for (; __low != __high; ++__low, ++__vec) 600 *__vec = isascii(*__low) ? __tab_[static_cast<int>(*__low)] : 0; 735 …virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const;
|
| H A D | vector | 3354 size_t operator()(const vector<bool, _Allocator>& __vec) const _NOEXCEPT 3355 {return __vec.__hash_code();}
|
| /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 | buffer | 567 dynamic_buffer(vector<_Tp, _Allocator>& __vec) noexcept 568 { return dynamic_vector_buffer<_Tp, _Allocator>{__vec}; } 572 dynamic_buffer(vector<_Tp, _Allocator>& __vec, size_t __n) noexcept 573 { return {__vec, __n}; }
|
| /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 | buffer | 567 dynamic_buffer(vector<_Tp, _Allocator>& __vec) noexcept 568 { return dynamic_vector_buffer<_Tp, _Allocator>{__vec}; } 572 dynamic_buffer(vector<_Tp, _Allocator>& __vec, size_t __n) noexcept 573 { return {__vec, __n}; }
|
| /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 | 50 #define __arm_lane(__vec, __idx) (__idx ^ (__ARM_NUM_LANES(__vec) - 1)) argument 51 #define __arm_laneq(__vec, __idx) (__idx ^ (__ARM_NUM_LANES(__vec)/2 - 1)) argument 53 #define __arm_lane(__vec, __idx) __idx 54 #define __arm_laneq(__vec, __idx) __idx 6162 float16x4_t __vec = (__v); \ 6164 float16_t __res = __vec[__arm_lane(__vec, __idx)]; \ 6260 float16x8_t __vec = (__v); \ 6262 float16_t __res = __vec[__arm_laneq(__vec, __idx)]; \ 6359 float16x4_t __vec = (__v); \ 6361 __vec[__arm_lane (__vec, __idx)] = __elem; \ [all …]
|
| H A D | arm_mve.h | 3010 #define __ARM_LANEQ(__vec, __idx) (__idx ^ (__ARM_NUM_LANES(__vec)/2 - 1)) argument 3012 #define __ARM_LANEQ(__vec, __idx) __idx argument 3014 #define __ARM_CHECK_LANEQ(__vec, __idx) \ argument 3015 __builtin_arm_lane_check (__ARM_NUM_LANES(__vec), \ 3016 __ARM_LANEQ(__vec, __idx))
|