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);
  /external/u-boot/include/linux/byteorder/
swab.h 62 # define __arch__swab64p(x) __swab64(*(x))
88 # define __swab64(x) \ macro
95 # define __swab64(x) __fswab64(x) macro
147 #define swab64 __swab64

Completed in 2534 milliseconds