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

  /bionic/libc/kernel/uapi/linux/
swab.h 55 #define __swab64(x) (__u64) __builtin_bswap64((__u64) (x)) macro
76 return __swab64(* p);
  /external/kernel-headers/original/uapi/linux/
swab.h 123 * __swab64 - return a byteswapped 64-bit value
127 #define __swab64(x) (__u64)__builtin_bswap64((__u64)(x)) macro
129 #define __swab64(x) \ macro
192 return __swab64(*p);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
swab.h 114 * __swab64 - return a byteswapped 64-bit value
117 #define __swab64(x) \ macro
179 return __swab64(*p);

Completed in 199 milliseconds