Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dswab.h30 #define ___constant_swahb32(x) ((__u32) ((((__u32) (x) & (__u32) 0x00ff00ffUL) << 8) | (((__u32) (x… macro
60 #define __swahb32(x) (__builtin_constant_p((__u32) (x)) ? ___constant_swahb32(x) : __fswahb32(x))