OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__swab32
(Results
51 - 55
of
55
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/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
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/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);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
swab.h
105
*
__swab32
- return a byteswapped 32-bit value
108
#define
__swab32
(x) \
macro
166
return
__swab32
(*p);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
swab.h
105
*
__swab32
- return a byteswapped 32-bit value
108
#define
__swab32
(x) \
macro
166
return
__swab32
(*p);
Completed in 116 milliseconds
1
2
3