HomeSort by relevance Sort by last modified time
    Searched refs:___swab64 (Results 26 - 29 of 29) sorted by null

12

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 73 static __inline__ __u64 ___swab64(__u64 x) function
115 # define __arch__swab64(x) ___swab64(x)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 73 static __inline__ __u64 ___swab64(__u64 x) function
115 # define __arch__swab64(x) ___swab64(x)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 73 static __inline__ __u64 ___swab64(__u64 x) function
115 # define __arch__swab64(x) ___swab64(x)
  /external/kernel-headers/original/linux/byteorder/
swab.h 41 #define ___swab64(x) \ macro
86 # define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
124 ___swab64((x)) : \

Completed in 105 milliseconds

12