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

  /external/kernel-headers/original/uapi/linux/
swab.h 151 * __swab16p - return a byteswapped 16-bit value from a pointer
154 static inline __u16 __swab16p(const __u16 *p) function
228 *p = __swab16p(p);
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
swab.h 151 * __swab16p - return a byteswapped 16-bit value from a pointer
154 static inline __u16 __swab16p(const __u16 *p) function
228 *p = __swab16p(p);

Completed in 71 milliseconds