Home
last modified time | relevance | path

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

/external/kmod/port-gnu/
Dendian-darwin.h37 # define le64toh(x) OSSwapLittleToHostInt64(x) macro
59 # define le64toh(x) letoh64(x) macro
81 # define le64toh(x) (x) macro
99 # define le64toh(x) __builtin_bswap64(x) macro
/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/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))