OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swab32
(Results
151 - 152
of
152
) sorted by null
1
2
3
4
5
6
7
/bionic/libc/kernel/common/linux/
swab.h
52
#define
__swab32
(x) (__builtin_constant_p((__u32)(x)) ? ___constant_swab32(x) : __fswab32(x))
macro
/external/kernel-headers/original/linux/
swab.h
105
*
__swab32
- return a byteswapped 32-bit value
108
#define
__swab32
(x) \
macro
166
return
__swab32
(*p);
283
# define swab32
__swab32
Completed in 79 milliseconds
1
2
3
4
5
6
7