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

  /bionic/libc/kernel/uapi/linux/
swab.h 55 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___constant_swab16(x) : __fswab16(x)) macro
  /development/ndk/platforms/android-L/include/linux/
swab.h 55 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___constant_swab16(x) : __fswab16(x)) macro
  /development/ndk/platforms/android-3/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /external/kernel-headers/original/uapi/linux/
swab.h 102 * __swab16 - return a byteswapped 16-bit value
105 #define __swab16(x) \ macro
159 return __swab16(*p);
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
swab.h 102 * __swab16 - return a byteswapped 16-bit value
105 #define __swab16(x) \ macro
159 return __swab16(*p);

Completed in 151 milliseconds