Home
last modified time | relevance | path

Searched refs:__arch_swab64 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dswab.h14 static __inline__ __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() function
21 #define __arch_swab64 __arch_swab64 macro
25 return __arch_swab64(x) >> 32; in __arch_swab32()
31 return __arch_swab64(x) >> 48; in __arch_swab16()
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dswab.h55 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() function
68 #define __arch_swab64 __arch_swab64 macro
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dswab.h15 static inline __attribute_const__ __u64 __arch_swab64(__u64 val) in __arch_swab64() function
35 #define __arch_swab64 __arch_swab64 macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dswab.h54 static inline __attribute_const__ __u64 __arch_swab64(__u64 x) in __arch_swab64() function
65 #define __arch_swab64 __arch_swab64 macro
/OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/
H A Dswab.h37 static inline __u64 __arch_swab64(__u64 val) in __arch_swab64() function
48 #define __arch_swab64 __arch_swab64 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dswab.h68 #if defined (__arch_swab64) in __fswab64()
69 return __arch_swab64(val); in __fswab64()
/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/linux/
H A Dswab.h67 #if defined (__arch_swab64) in __fswab64()
68 return __arch_swab64(val); in __fswab64()
/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/linux/
H A Dswab.h67 #if defined (__arch_swab64) in __fswab64()
68 return __arch_swab64(val); in __fswab64()
/OK3568_Linux_fs/kernel/arch/c6x/include/uapi/asm/
H A Dswab.h51 #define __arch_swab64 __c6x_swab64 macro