| /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/bits/ |
| H A D | stdlib.h | 103 extern size_t __mbstowcs_chk (wchar_t *__restrict __dst, 108 (wchar_t *__restrict __dst, 113 (wchar_t *__restrict __dst, 120 __NTH (mbstowcs (wchar_t *__restrict __dst, const char *__restrict __src, in __NTH() argument 123 if (__glibc_objsize (__dst) != (size_t) -1) in __NTH() 126 return __mbstowcs_chk (__dst, __src, __len, in __NTH() 127 __glibc_objsize (__dst) / sizeof (wchar_t)); in __NTH() 129 if (__len > __glibc_objsize (__dst) / sizeof (wchar_t)) in __NTH() 130 return __mbstowcs_chk_warn (__dst, __src, __len, in __NTH() 131 (__glibc_objsize (__dst) in __NTH() [all …]
|
| H A D | wchar2.h | 470 extern size_t __mbsrtowcs_chk (wchar_t *__restrict __dst, 475 (wchar_t *__restrict __dst, 480 (wchar_t *__restrict __dst, 488 __NTH (mbsrtowcs (wchar_t *__restrict __dst, const char **__restrict __src, in __NTH() argument 491 if (__glibc_objsize (__dst) != (size_t) -1) in __NTH() 494 return __mbsrtowcs_chk (__dst, __src, __len, __ps, in __NTH() 495 __glibc_objsize (__dst) / sizeof (wchar_t)); in __NTH() 497 if (__len > __glibc_objsize (__dst) / sizeof (wchar_t)) in __NTH() 498 return __mbsrtowcs_chk_warn (__dst, __src, __len, __ps, in __NTH() 499 (__glibc_objsize (__dst) in __NTH() [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/libc/usr/include/bits/ |
| H A D | stdlib.h | 103 extern size_t __mbstowcs_chk (wchar_t *__restrict __dst, 108 (wchar_t *__restrict __dst, 113 (wchar_t *__restrict __dst, 120 __NTH (mbstowcs (wchar_t *__restrict __dst, const char *__restrict __src, in __NTH() argument 123 if (__glibc_objsize (__dst) != (size_t) -1) in __NTH() 126 return __mbstowcs_chk (__dst, __src, __len, in __NTH() 127 __glibc_objsize (__dst) / sizeof (wchar_t)); in __NTH() 129 if (__len > __glibc_objsize (__dst) / sizeof (wchar_t)) in __NTH() 130 return __mbstowcs_chk_warn (__dst, __src, __len, in __NTH() 131 (__glibc_objsize (__dst) in __NTH() [all …]
|
| H A D | wchar2.h | 470 extern size_t __mbsrtowcs_chk (wchar_t *__restrict __dst, 475 (wchar_t *__restrict __dst, 480 (wchar_t *__restrict __dst, 488 __NTH (mbsrtowcs (wchar_t *__restrict __dst, const char **__restrict __src, in __NTH() argument 491 if (__glibc_objsize (__dst) != (size_t) -1) in __NTH() 494 return __mbsrtowcs_chk (__dst, __src, __len, __ps, in __NTH() 495 __glibc_objsize (__dst) / sizeof (wchar_t)); in __NTH() 497 if (__len > __glibc_objsize (__dst) / sizeof (wchar_t)) in __NTH() 498 return __mbsrtowcs_chk_warn (__dst, __src, __len, __ps, in __NTH() 499 (__glibc_objsize (__dst) in __NTH() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | special_insns.h | 249 struct { char _[64]; } *__dst = dst; in movdir64b() local 263 : "+m" (*__dst) in movdir64b() 264 : "m" (*__src), "a" (__dst), "d" (__src)); in movdir64b() 289 struct { char _[64]; } __iomem *__dst = dst; in enqcmds() local 299 : CC_OUT(z) (zf), "+m" (*__dst) in enqcmds() 300 : "m" (*__src), "a" (__dst), "d" (__src)); in enqcmds()
|
| /OK3568_Linux_fs/kernel/include/trace/ |
| H A D | bpf_probe.h | 39 UINTTYPE(sizeof(x)) __dst; \ 40 memcpy(&__dst, &__src, sizeof(__dst)); \ 41 (u64)__dst; })
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | io_32.h | 95 static inline void sbus_memset_io(volatile void __iomem *__dst, int c, in sbus_memset_io() argument 99 sbus_writeb(c, __dst); in sbus_memset_io() 100 __dst++; in sbus_memset_io()
|
| /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 | valarray_array.h | 301 _Tp* __restrict__ __dst, size_t __s2) in _GLIBCXX_VISIBILITY() 304 __dst[__i * __s2] = __src[__i * __s1]; in _GLIBCXX_VISIBILITY() 334 _Tp* __restrict__ __dst, const size_t* __restrict__ __j) in _GLIBCXX_VISIBILITY() 337 __dst[*__j++] = __src[*__i++]; in _GLIBCXX_VISIBILITY() 484 _Array<_Tp> __dst, _Array<size_t> __j) in _GLIBCXX_VISIBILITY() 487 __dst._M_data, __j._M_data); 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 | valarray_array.h | 301 _Tp* __restrict__ __dst, size_t __s2) in _GLIBCXX_VISIBILITY() 304 __dst[__i * __s2] = __src[__i * __s1]; in _GLIBCXX_VISIBILITY() 334 _Tp* __restrict__ __dst, const size_t* __restrict__ __j) in _GLIBCXX_VISIBILITY() 337 __dst[*__j++] = __src[*__i++]; in _GLIBCXX_VISIBILITY() 484 _Array<_Tp> __dst, _Array<size_t> __j) in _GLIBCXX_VISIBILITY() 487 __dst._M_data, __j._M_data); 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/ |
| H A D | cxxabi.h | 457 __do_upcast(const __class_type_info* __dst, const void* __obj, 526 __do_upcast(const __class_type_info*__dst, const void*__obj, 571 __do_upcast(const __class_type_info* __dst, const void* __obj,
|
| /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 | cxxabi.h | 457 __do_upcast(const __class_type_info* __dst, const void* __obj, 526 __do_upcast(const __class_type_info*__dst, const void*__obj, 571 __do_upcast(const __class_type_info* __dst, const void* __obj,
|
| /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 | wchar.h | 337 extern size_t mbsrtowcs (wchar_t *__restrict __dst, 343 extern size_t wcsrtombs (char *__restrict __dst, 351 extern size_t mbsnrtowcs (wchar_t *__restrict __dst, 357 extern size_t wcsnrtombs (char *__restrict __dst,
|
| /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 | wchar.h | 337 extern size_t mbsrtowcs (wchar_t *__restrict __dst, 343 extern size_t wcsrtombs (char *__restrict __dst, 351 extern size_t mbsnrtowcs (wchar_t *__restrict __dst, 357 extern size_t wcsnrtombs (char *__restrict __dst,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tc.c | 1969 typeof(dst) __dst = dst;\ 1971 memcpy(__dst,\ 1975 sizeof(*__dst));\
|