| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | string.h | 17 extern char *strcpy(char *__dest, __const__ char *__src); 20 extern char *strncpy(char *__dest, __const__ char *__src, __kernel_size_t __n); 23 extern int strcmp(__const__ char *__cs, __const__ char *__ct); 26 extern int strncmp(__const__ char *__cs, __const__ char *__ct, __kernel_size_t __count); 32 extern void *memcpy(void *__to, __const__ void *__from, __kernel_size_t __n); 35 extern void *memmove(void *__dest, __const__ void *__src, __kernel_size_t __n);
|
| /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 | mathcalls.h | 159 __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__)); 162 __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__)); 165 __MATHCALLX (floor,, (_Mdouble_ __x), (__const__)); 178 __attribute__ ((__const__)); 184 __attribute__ ((__const__)); 198 __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); 214 __attribute__ ((__const__)); 301 __MATHCALLX (round,, (_Mdouble_ __x), (__const__)); 305 __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__)); 332 __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); [all …]
|
| H A D | mathcalls-helper-functions.h | 21 __attribute__ ((__const__)); 25 __attribute__ ((__const__)); 30 __attribute__ ((__const__)); 34 __attribute__ ((__const__)); 38 __attribute__ ((__const__)); 45 __attribute__ ((__const__));
|
| /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 | mathcalls.h | 159 __MATHCALLX (ceil,, (_Mdouble_ __x), (__const__)); 162 __MATHCALLX (fabs,, (_Mdouble_ __x), (__const__)); 165 __MATHCALLX (floor,, (_Mdouble_ __x), (__const__)); 178 __attribute__ ((__const__)); 184 __attribute__ ((__const__)); 198 __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); 214 __attribute__ ((__const__)); 301 __MATHCALLX (round,, (_Mdouble_ __x), (__const__)); 305 __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__)); 332 __MATHCALLX (fmax,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); [all …]
|
| H A D | mathcalls-helper-functions.h | 21 __attribute__ ((__const__)); 25 __attribute__ ((__const__)); 30 __attribute__ ((__const__)); 34 __attribute__ ((__const__)); 38 __attribute__ ((__const__)); 45 __attribute__ ((__const__));
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | string.h | 114 extern void *memcpy(void *__to, __const__ void *__from, size_t __n); 115 extern void *__memcpy(void *__to, __const__ void *__from, size_t __n); 118 extern void *memmove(void *__dest, __const__ void *__src, size_t __n); 119 extern void *__memmove(void *__dest, __const__ void *__src, size_t __n);
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | bitops.h | 140 static __inline__ int test_bit(int nr, __const__ volatile void *addr) in test_bit() 142 __const__ unsigned int *p = (__const__ unsigned int *) addr; in test_bit() 312 static __inline__ int ext2_test_bit(int nr, __const__ void * addr) in ext2_test_bit() 314 __const__ unsigned char *ADDR = (__const__ unsigned char *) addr; in ext2_test_bit()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | bitops.h | 23 static inline int test_bit(int nr, __const__ volatile void *addr) in test_bit() 25 __const__ unsigned int *p = (__const__ unsigned int *) addr; in test_bit()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | string.h | 17 extern void *memcpy(void *__to, __const__ void *__from, size_t __n); 20 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/platform/ |
| H A D | linux.hpp | 89 # ifndef __const__ 90 # define __const__ const macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | string_32.h | 91 extern void *memcpy(void *__to, __const__ void *__from, size_t __n); 94 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | string.h | 120 extern void *memcpy(void *__to, __const__ void *__from, size_t __n); 123 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/byteorder/ |
| H A D | swabb.h | 114 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 128 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/byteorder/ |
| H A D | swabb.h | 110 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 124 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/byteorder/ |
| H A D | swabb.h | 109 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 123 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/byteorder/ |
| H A D | swabb.h | 110 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 124 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/byteorder/ |
| H A D | swabb.h | 109 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 123 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/byteorder/ |
| H A D | swabb.h | 109 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 123 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/byteorder/ |
| H A D | swabb.h | 110 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 124 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/byteorder/ |
| H A D | swabb.h | 114 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 128 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/byteorder/ |
| H A D | swabb.h | 109 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 123 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/byteorder/ |
| H A D | swabb.h | 109 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 123 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/byteorder/ |
| H A D | swabb.h | 110 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 124 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/byteorder/ |
| H A D | swabb.h | 114 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 128 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/byteorder/ |
| H A D | swabb.h | 110 __inline static__ __const__ __u32 __fswahw32(__u32 x) in __fswahw32() 124 __inline static__ __const__ __u32 __fswahb32(__u32 x) in __fswahb32()
|