OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__swab32
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/linux/
swab.h
56
#define
__swab32
(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swab32(x) : __fswab32(x))
macro
/development/ndk/platforms/android-L/include/linux/
swab.h
56
#define
__swab32
(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swab32(x) : __fswab32(x))
macro
/development/ndk/platforms/android-3/include/linux/byteorder/
swab.h
59
#define
__swab32
(x) (__builtin_constant_p((__u32)(x)) ? ___swab32((x)) : __fswab32((x)))
macro
63
#define
__swab32
(x) __fswab32(x)
macro
/external/kernel-headers/original/uapi/linux/
swab.h
111
*
__swab32
- return a byteswapped 32-bit value
114
#define
__swab32
(x) \
macro
172
return
__swab32
(*p);
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
swab.h
111
*
__swab32
- return a byteswapped 32-bit value
114
#define
__swab32
(x) \
macro
172
return
__swab32
(*p);
Completed in 183 milliseconds