OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__fswahw32
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
swab.h
39
static inline __attribute__((__const__)) __u32
__fswahw32
(__u32 val) {
function
56
#define __swahw32(x) (__builtin_constant_p((__u32) (x)) ? ___constant_swahw32(x) :
__fswahw32
(x))
/external/kernel-headers/original/uapi/linux/
swab.h
78
static inline __attribute_const__ __u32
__fswahw32
(__u32 val)
function
144
__fswahw32
(x))
Completed in 452 milliseconds