OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swab64p
(Results
1 - 9
of
9
) sorted by null
/external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h
45
return (__force __le64)
__swab64p
(p);
49
return
__swab64p
((__u64 *)p);
little_endian.h
69
return (__force __be64)
__swab64p
(p);
73
return
__swab64p
((__u64 *)p);
/external/kernel-headers/original/uapi/linux/
swab.h
177
*
__swab64p
- return a byteswapped 64-bit value from a pointer
180
static inline __u64
__swab64p
(const __u64 *p)
function
253
*p =
__swab64p
(p);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h
45
return (__le64)
__swab64p
(p);
49
return
__swab64p
((__u64 *)p);
little_endian.h
69
return (__be64)
__swab64p
(p);
73
return
__swab64p
((__u64 *)p);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h
45
return (__le64)
__swab64p
(p);
49
return
__swab64p
((__u64 *)p);
little_endian.h
69
return (__be64)
__swab64p
(p);
73
return
__swab64p
((__u64 *)p);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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);
Completed in 873 milliseconds