Searched defs:__swahw32p (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dswab.h190 * __swahw32p - return a wordswapped 32-bit value from a pointer
195 static inline __u32 __swahw32p(const __u32 *p) function
268 *p = __swahw32p(p);
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dswab.h190 * __swahw32p - return a wordswapped 32-bit value from a pointer
195 static inline __u32 __swahw32p(const __u32 *p) function
268 *p = __swahw32p(p);

Completed in 80 milliseconds