OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swab16
(Results
151 - 152
of
152
) sorted by null
1
2
3
4
5
6
7
/external/kernel-headers/original/linux/byteorder/
swab.h
114
# define
__swab16
(x) \
macro
127
# define
__swab16
(x) __fswab16(x)
macro
181
#define swab16
__swab16
/external/kernel-headers/original/linux/
swab.h
96
*
__swab16
- return a byteswapped 16-bit value
99
#define
__swab16
(x) \
macro
153
return
__swab16
(*p);
282
# define swab16
__swab16
Completed in 101 milliseconds
1
2
3
4
5
6
7