OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swab64
(Results
151 - 152
of
152
) sorted by null
1
2
3
4
5
6
7
/external/kernel-headers/original/linux/byteorder/
swab.h
122
# define
__swab64
(x) \
macro
129
# define
__swab64
(x) __fswab64(x)
macro
183
#define swab64
__swab64
/external/kernel-headers/original/linux/
swab.h
114
*
__swab64
- return a byteswapped 64-bit value
117
#define
__swab64
(x) \
macro
179
return
__swab64
(*p);
284
# define swab64
__swab64
Completed in 70 milliseconds
1
2
3
4
5
6
7