Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/linux/byteorder/
Dswabb.h43 #define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x))) macro
46 #define __swahw32(x) __fswahw32(x) macro