OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swahb32
(Results
1 - 4
of
4
) sorted by null
/bionic/tests/
linux_swab_test.cpp
47
EXPECT_EQ(0x34127856U,
__swahb32
(0x12345678U));
/bionic/libc/kernel/uapi/linux/
swab.h
57
#define
__swahb32
(x) (__builtin_constant_p((__u32) (x)) ? ___constant_swahb32(x) : __fswahb32(x))
macro
90
return
__swahb32
(* p);
/external/kernel-headers/original/uapi/linux/
swab.h
147
*
__swahb32
- return a high and low byte-swapped 32-bit value
150
*
__swahb32
(0x12345678) is 0x34127856
152
#define
__swahb32
(x) \
macro
215
* See
__swahb32
() for details of high/low byteswapping.
222
return
__swahb32
(*p);
283
* See
__swahb32
() for details of high and low byte swapping
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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
Completed in 465 milliseconds