OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cpu_to_le64
(Results
1 - 7
of
7
) sorted by null
/external/u-boot/include/linux/byteorder/
generic.h
86
#define cpu_to_le64
__cpu_to_le64
big_endian.h
32
#define
__cpu_to_le64
(x) ((__force __le64)__swab64((x)))
macro
little_endian.h
32
#define
__cpu_to_le64
(x) ((__force __le64)(__u64)(x))
macro
/bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h
45
#define
__cpu_to_le64
(x) ((__force __le64) __swab64((x)))
macro
little_endian.h
45
#define
__cpu_to_le64
(x) ((__force __le64) (__u64) (x))
macro
/external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h
31
#define
__cpu_to_le64
(x) ((__force __le64)__swab64((x)))
macro
little_endian.h
31
#define
__cpu_to_le64
(x) ((__force __le64)(__u64)(x))
macro
Completed in 62 milliseconds