HomeSort by relevance Sort by last modified time
    Searched defs:__swab64p (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/linux/byteorder/
swab.h 170 static __inline__ __u64 __swab64p(const __u64 *x) function
186 #define swab64p __swab64p
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 199 static __inline__ __u64 __swab64p(const __u64 *x) function
  /external/kernel-headers/original/linux/
swab.h 171 * __swab64p - return a byteswapped 64-bit value from a pointer
174 static inline __u64 __swab64p(const __u64 *p) function
247 *p = __swab64p(p);
289 # define swab64p __swab64p

Completed in 76 milliseconds