OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swahw32
(Results
26 - 36
of
36
) sorted by null
1
2
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/byteorder/
swabb.h
29
#define __arch__swahw32p(x)
__swahw32
(*(x))
43
#define
__swahw32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
macro
46
#define
__swahw32
(x) __fswahw32(x)
macro
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/byteorder/
swabb.h
29
#define __arch__swahw32p(x)
__swahw32
(*(x))
43
#define
__swahw32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
macro
46
#define
__swahw32
(x) __fswahw32(x)
macro
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swabb.h
29
#define __arch__swahw32p(x)
__swahw32
(*(x))
43
#define
__swahw32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
macro
46
#define
__swahw32
(x) __fswahw32(x)
macro
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swabb.h
29
#define __arch__swahw32p(x)
__swahw32
(*(x))
43
#define
__swahw32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
macro
46
#define
__swahw32
(x) __fswahw32(x)
macro
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swabb.h
29
#define __arch__swahw32p(x)
__swahw32
(*(x))
43
#define
__swahw32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
macro
46
#define
__swahw32
(x) __fswahw32(x)
macro
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swabb.h
29
#define __arch__swahw32p(x)
__swahw32
(*(x))
43
#define
__swahw32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
macro
46
#define
__swahw32
(x) __fswahw32(x)
macro
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/byteorder/
swabb.h
29
#define __arch__swahw32p(x)
__swahw32
(*(x))
43
#define
__swahw32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
macro
46
#define
__swahw32
(x) __fswahw32(x)
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/byteorder/
swabb.h
29
#define __arch__swahw32p(x)
__swahw32
(*(x))
43
#define
__swahw32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
macro
46
#define
__swahw32
(x) __fswahw32(x)
macro
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/byteorder/
swabb.h
29
#define __arch__swahw32p(x)
__swahw32
(*(x))
43
#define
__swahw32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahw32((x)) : __fswahw32((x)))
macro
46
#define
__swahw32
(x) __fswahw32(x)
macro
/bionic/libc/kernel/common/linux/
swab.h
55
#define
__swahw32
(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahw32(x) : __fswahw32(x))
macro
/external/kernel-headers/original/linux/
swab.h
123
*
__swahw32
- return a word-swapped 32-bit value
126
*
__swahw32
(0x12340000) is 0x00001234
128
#define
__swahw32
(x) \
macro
187
* See
__swahw32
() for details of wordswapping.
194
return
__swahw32
(*p);
255
* See
__swahw32
() for details of wordswapping
285
# define swahw32
__swahw32
Completed in 643 milliseconds
1
2