OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:___constant_swahb32
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
swab.h
28
#define
___constant_swahb32
(x) ((__u32) ((((__u32) (x) & (__u32) 0x00ff00ffUL) << 8) | (((__u32) (x) & (__u32) 0xff00ff00UL) >> 8)))
macro
50
return
___constant_swahb32
(val);
57
#define __swahb32(x) (__builtin_constant_p((__u32) (x)) ?
___constant_swahb32
(x) : __fswahb32(x))
/external/kernel-headers/original/uapi/linux/
swab.h
37
#define
___constant_swahb32
(x) ((__u32)( \
macro
92
return
___constant_swahb32
(val);
154
___constant_swahb32
(x) : \
Completed in 49 milliseconds