HomeSort by relevance Sort by last modified time
    Searched refs:___swab32 (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 67 static __inline__ __u32 ___swab32(__u32 x) function
112 # define __arch__swab32(x) ___swab32(x)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 67 static __inline__ __u32 ___swab32(__u32 x) function
112 # define __arch__swab32(x) ___swab32(x)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 67 static __inline__ __u32 ___swab32(__u32 x) function
112 # define __arch__swab32(x) ___swab32(x)
  /external/kernel-headers/original/linux/byteorder/
swab.h 31 #define ___swab32(x) \ macro
83 # define __arch__swab32(x) ({ __u32 __tmp = (x) ; ___swab32(__tmp); })
120 ___swab32((x)) : \

Completed in 177 milliseconds

12