OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fswahw32
(Results
26 - 36
of
36
) sorted by null
1
2
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/byteorder/
swabb.h
43
#define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) :
__fswahw32
((x)))
46
#define __swahw32(x)
__fswahw32
(x)
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/byteorder/
swabb.h
43
#define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) :
__fswahw32
((x)))
46
#define __swahw32(x)
__fswahw32
(x)
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swabb.h
43
#define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) :
__fswahw32
((x)))
46
#define __swahw32(x)
__fswahw32
(x)
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swabb.h
43
#define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) :
__fswahw32
((x)))
46
#define __swahw32(x)
__fswahw32
(x)
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swabb.h
43
#define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) :
__fswahw32
((x)))
46
#define __swahw32(x)
__fswahw32
(x)
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swabb.h
43
#define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) :
__fswahw32
((x)))
46
#define __swahw32(x)
__fswahw32
(x)
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/byteorder/
swabb.h
43
#define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) :
__fswahw32
((x)))
46
#define __swahw32(x)
__fswahw32
(x)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/byteorder/
swabb.h
43
#define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) :
__fswahw32
((x)))
46
#define __swahw32(x)
__fswahw32
(x)
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/byteorder/
swabb.h
43
#define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) :
__fswahw32
((x)))
46
#define __swahw32(x)
__fswahw32
(x)
/bionic/libc/kernel/common/linux/
swab.h
55
#define __swahw32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahw32(x) :
__fswahw32
(x))
/external/kernel-headers/original/linux/
swab.h
77
static inline __attribute_const__ __u32
__fswahw32
(__u32 val)
function
131
__fswahw32
(x))
Completed in 216 milliseconds
1
2