OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:le64_to_cpu
(Results
1 - 3
of
3
) sorted by null
/external/libsepol/src/
private.h
30
#define
le64_to_cpu
(x) (x)
macro
37
#define
le64_to_cpu
(x) bswap_64(x)
macro
/external/kernel-headers/original/linux/byteorder/
generic.h
92
#define
le64_to_cpu
__le64_to_cpu
macro
/external/qemu-pc-bios/bochs/bios/
rombios32.c
453
static inline uint64_t
le64_to_cpu
(uint64_t x)
function
544
return
le64_to_cpu
(ret);
[
all
...]
Completed in 110 milliseconds