OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:le64toh
(Results
1 - 3
of
3
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
66
#ifndef
le64toh
67
# define
le64toh
(x) (x)
macro
75
#define
LE64TOH
(x) (void) (x)
115
# define le64atoh(x)
le64toh
(*(uint64_t*)(x))
gphoto2-endian-ppc.h
63
#ifndef
le64toh
64
# define
le64toh
(x) swap64(x)
macro
78
#define
LE64TOH
(x) (x) =
le64toh
(x)
/bionic/libc/include/sys/
endian.h
271
#define
le64toh
(x) htole64(x)
macro
Completed in 92 milliseconds