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

  /bionic/libc/kernel/uapi/linux/
swab.h 53 #define __swab16(x) (__u16) __builtin_bswap16((__u16) (x)) macro
62 return __swab16(* p);
  /external/kernel-headers/original/uapi/linux/
swab.h 97 * __swab16 - return a byteswapped 16-bit value
101 #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x)) macro
103 #define __swab16(x) \ macro
166 return __swab16(*p);
  /external/u-boot/include/linux/byteorder/
swab.h 56 # define __arch__swab16p(x) __swab16(*(x))
80 # define __swab16(x) \ macro
93 # define __swab16(x) __fswab16(x) macro
145 #define swab16 __swab16

Completed in 120 milliseconds