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

  /external/kernel-headers/original/linux/byteorder/
swab.h 137 static __inline__ __u16 __swab16p(const __u16 *x) function
184 #define swab16p __swab16p
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 166 static __inline__ __u16 __swab16p(const __u16 *x) function
  /external/kernel-headers/original/linux/
swab.h 145 * __swab16p - return a byteswapped 16-bit value from a pointer
148 static inline __u16 __swab16p(const __u16 *p) function
222 *p = __swab16p(p);
287 # define swab16p __swab16p

Completed in 2811 milliseconds