OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fswahb32
(Results
26 - 36
of
36
) sorted by null
1
2
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/byteorder/
swabb.h
44
#define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) :
__fswahb32
((x)))
47
#define __swahb32(x)
__fswahb32
(x)
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/byteorder/
swabb.h
44
#define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) :
__fswahb32
((x)))
47
#define __swahb32(x)
__fswahb32
(x)
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swabb.h
44
#define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) :
__fswahb32
((x)))
47
#define __swahb32(x)
__fswahb32
(x)
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swabb.h
44
#define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) :
__fswahb32
((x)))
47
#define __swahb32(x)
__fswahb32
(x)
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swabb.h
44
#define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) :
__fswahb32
((x)))
47
#define __swahb32(x)
__fswahb32
(x)
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swabb.h
44
#define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) :
__fswahb32
((x)))
47
#define __swahb32(x)
__fswahb32
(x)
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/byteorder/
swabb.h
44
#define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) :
__fswahb32
((x)))
47
#define __swahb32(x)
__fswahb32
(x)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/byteorder/
swabb.h
44
#define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) :
__fswahb32
((x)))
47
#define __swahb32(x)
__fswahb32
(x)
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/byteorder/
swabb.h
44
#define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) :
__fswahb32
((x)))
47
#define __swahb32(x)
__fswahb32
(x)
/bionic/libc/kernel/common/linux/
swab.h
56
#define __swahb32(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahb32(x) :
__fswahb32
(x))
/external/kernel-headers/original/linux/
swab.h
86
static inline __attribute_const__ __u32
__fswahb32
(__u32 val)
function
142
__fswahb32
(x))
Completed in 440 milliseconds
1
2