Home
last modified time | relevance | path

Searched refs:le64toh (Results 1 – 7 of 7) sorted by relevance

/external/libmtp/src/
Dgphoto2-endian-intel.h66 #ifndef le64toh
67 # define le64toh(x) (x) macro
115 # define le64atoh(x) le64toh(*(uint64_t*)(x))
Dgphoto2-endian-ppc.h63 #ifndef le64toh
64 # define le64toh(x) swap64(x) macro
78 #define LE64TOH(x) (x) = le64toh(x)
Dptp-pack.c64 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var)); in dtoh64p()
/external/vboot_reference/cgpt/
Dcgpt_endian.h34 # define le64toh(x) (x) macro
49 # define le64toh(x) __bswap_64 (x) macro
/external/libmtp/m4/
Dbyteorder.m4253 #ifndef le64toh
254 # define le64toh(x) swap64(x)
268 #define LE64TOH(x) (x) = le64toh(x)
292 #ifndef le64toh
293 # define le64toh(x) (x)
351 # define le64atoh(x) le64toh(*(uint64_t*)(x))
/external/elfutils/src/libdwfl/
Dlinux-core-attach.c230 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
273 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
/external/libexif/m4m/
Dgp-byteorder.m4260 #define le64toh(x) (x)
302 #define le64atoh(x) le64toh(*(uint64_t*)(x))