Home
last modified time | relevance | path

Searched refs:___constant_swahw32 (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dswab.h28 #define ___constant_swahw32(x) ((__u32) ((((__u32) (x) & (__u32) 0x0000ffffUL) << 16) | (((__u32) (… macro
44 return ___constant_swahw32(val); in __fswahw32()
60 #define __swahw32(x) (__builtin_constant_p((__u32) (x)) ? ___constant_swahw32(x) : __fswahw32(x))