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

/external/kernel-headers/original/uapi/linux/
H A Dswab.h129 * __swahw32 - return a word-swapped 32-bit value
132 * __swahw32(0x12340000) is 0x00001234
134 #define __swahw32(x) \ macro
193 * See __swahw32() for details of wordswapping.
200 return __swahw32(*p);
261 * See __swahw32() for details of wordswapping
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dswab.h129 * __swahw32 - return a word-swapped 32-bit value
132 * __swahw32(0x12340000) is 0x00001234
134 #define __swahw32(x) \ macro
193 * See __swahw32() for details of wordswapping.
200 return __swahw32(*p);
261 * See __swahw32() for details of wordswapping

Completed in 266 milliseconds