Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/linux/byteorder/
Dswab.h17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | …
19__x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | (((__u32)(__x) & (__u32)…
21__x = (x); ((__u64)( (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | (__u64)(…
Dswabb.h15 …define ___swahw32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x0000ffffUL) <<…
16 …define ___swahb32(x) ({ __u32 __x = (x); ((__u32)( (((__u32)(__x) & (__u32)0x00ff00ffUL) <<…
/development/ndk/platforms/android-3/include/asm-generic/
Dcputime.h56 #define clock_t_to_cputime(__x) clock_t_to_jiffies(__x) argument