Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dswab.h29 #define ___constant_swahw32(x) ((__u32) ((((__u32) (x) & (__u32) 0x0000ffffUL) << 16) | (((__u32) (… macro
59 #define __swahw32(x) (__builtin_constant_p((__u32) (x)) ? ___constant_swahw32(x) : __fswahw32(x))