OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swahb32
(Results
1 - 14
of
14
) sorted by null
/external/kernel-headers/original/linux/byteorder/
swabb.h
66
# define __arch__swahb32p(x)
__swahb32
(*(x))
85
# define
__swahb32
(x) \
macro
91
# define
__swahb32
(x) __fswahb32(x)
macro
133
#define swahb32
__swahb32
/bionic/libc/kernel/common/linux/byteorder/
swabb.h
32
#define __arch__swahb32p(x)
__swahb32
(*(x))
44
#define
__swahb32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x)))
macro
47
#define
__swahb32
(x) __fswahb32(x)
macro
/development/ndk/platforms/android-3/include/linux/byteorder/
swabb.h
32
#define __arch__swahb32p(x)
__swahb32
(*(x))
44
#define
__swahb32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x)))
macro
47
#define
__swahb32
(x) __fswahb32(x)
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swabb.h
32
#define __arch__swahb32p(x)
__swahb32
(*(x))
44
#define
__swahb32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x)))
macro
47
#define
__swahb32
(x) __fswahb32(x)
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swabb.h
32
#define __arch__swahb32p(x)
__swahb32
(*(x))
44
#define
__swahb32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x)))
macro
47
#define
__swahb32
(x) __fswahb32(x)
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swabb.h
32
#define __arch__swahb32p(x)
__swahb32
(*(x))
44
#define
__swahb32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x)))
macro
47
#define
__swahb32
(x) __fswahb32(x)
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
swabb.h
32
#define __arch__swahb32p(x)
__swahb32
(*(x))
44
#define
__swahb32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x)))
macro
47
#define
__swahb32
(x) __fswahb32(x)
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swabb.h
32
#define __arch__swahb32p(x)
__swahb32
(*(x))
44
#define
__swahb32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x)))
macro
47
#define
__swahb32
(x) __fswahb32(x)
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/byteorder/
swabb.h
32
#define __arch__swahb32p(x)
__swahb32
(*(x))
44
#define
__swahb32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x)))
macro
47
#define
__swahb32
(x) __fswahb32(x)
macro
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swabb.h
32
#define __arch__swahb32p(x)
__swahb32
(*(x))
44
#define
__swahb32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x)))
macro
47
#define
__swahb32
(x) __fswahb32(x)
macro
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swabb.h
32
#define __arch__swahb32p(x)
__swahb32
(*(x))
44
#define
__swahb32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x)))
macro
47
#define
__swahb32
(x) __fswahb32(x)
macro
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/byteorder/
swabb.h
32
#define __arch__swahb32p(x)
__swahb32
(*(x))
44
#define
__swahb32
(x) (__builtin_constant_p((__u32)(x)) ? ___swahb32((x)) : __fswahb32((x)))
macro
47
#define
__swahb32
(x) __fswahb32(x)
macro
/bionic/libc/kernel/common/linux/
swab.h
49
#define
__swahb32
(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahb32(x) : __fswahb32(x))
macro
/external/kernel-headers/original/linux/
swab.h
134
*
__swahb32
- return a high and low byte-swapped 32-bit value
137
*
__swahb32
(0x12345678) is 0x34127856
139
#define
__swahb32
(x) \
macro
202
* See
__swahb32
() for details of high/low byteswapping.
209
return
__swahb32
(*p);
270
* See
__swahb32
() for details of high and low byte swapping
286
# define swahb32
__swahb32
Completed in 31 milliseconds