OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__swahw32
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/linux/
swab.h
59
#define
__swahw32
(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahw32(x) : __fswahw32(x))
macro
/development/ndk/platforms/android-3/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
/development/ndk/platforms/android-L/include/linux/
swab.h
59
#define
__swahw32
(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swahw32(x) : __fswahw32(x))
macro
/external/kernel-headers/original/uapi/linux/
swab.h
129
*
__swahw32
- return a word-swapped 32-bit value
132
*
__swahw32
(0x12340000) is 0x00001234
134
#define
__swahw32
(x) \
macro
193
* See
__swahw32
() for details of wordswapping.
200
return
__swahw32
(*p);
261
* See
__swahw32
() for details of wordswapping
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
swab.h
129
*
__swahw32
- return a word-swapped 32-bit value
132
*
__swahw32
(0x12340000) is 0x00001234
134
#define
__swahw32
(x) \
macro
193
* See
__swahw32
() for details of wordswapping.
200
return
__swahw32
(*p);
261
* See
__swahw32
() for details of wordswapping
Completed in 44 milliseconds