OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__swab64p
(Results
1 - 5
of
5
) sorted by null
/external/kernel-headers/original/linux/byteorder/
swab.h
170
static __inline__ __u64
__swab64p
(const __u64 *x)
function
186
#define swab64p
__swab64p
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h
199
static __inline__ __u64
__swab64p
(const __u64 *x)
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h
199
static __inline__ __u64
__swab64p
(const __u64 *x)
function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h
199
static __inline__ __u64
__swab64p
(const __u64 *x)
function
/external/kernel-headers/original/linux/
swab.h
171
*
__swab64p
- return a byteswapped 64-bit value from a pointer
174
static inline __u64
__swab64p
(const __u64 *p)
function
247
*p =
__swab64p
(p);
289
# define swab64p
__swab64p
Completed in 61 milliseconds