OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__swab64p
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/perf-3.12.0/include/linux/
swab.h
13
# define swab64p
__swab64p
/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);
/external/linux-tools-perf/perf-3.12.0/include/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);
Completed in 690 milliseconds