Searched refs:__swahb32 (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dswab.h10 # define swahb32 __swahb32
/external/kernel-headers/original/uapi/linux/
H A Dswab.h140 * __swahb32 - return a high and low byte-swapped 32-bit value
143 * __swahb32(0x12345678) is 0x34127856
145 #define __swahb32(x) \ macro
208 * See __swahb32() for details of high/low byteswapping.
215 return __swahb32(*p);
276 * See __swahb32() for details of high and low byte swapping
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dswab.h140 * __swahb32 - return a high and low byte-swapped 32-bit value
143 * __swahb32(0x12345678) is 0x34127856
145 #define __swahb32(x) \ macro
208 * See __swahb32() for details of high/low byteswapping.
215 return __swahb32(*p);
276 * See __swahb32() for details of high and low byte swapping

Completed in 318 milliseconds