Home
last modified time | relevance | path

Searched refs:be64toh (Results 1 – 9 of 9) sorted by relevance

/external/libmtp/src/
Dgphoto2-endian-intel.h81 #ifndef be64toh
82 # define be64toh(x) swap64(x) macro
86 #define BE64TOH(x) (x) = be64toh(x)
106 # define be64atoh(x) be64toh(*(uint64_t*)(x))
Dgphoto2-endian-ppc.h70 #ifndef be64toh
71 # define be64toh(x) (x) macro
Dptp-pack.c64 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var)); in dtoh64p()
/external/vboot_reference/cgpt/
Dcgpt_endian.h33 # define be64toh(x) __bswap_64 (x) macro
48 # define be64toh(x) (x) macro
/external/libmtp/m4/
Dbyteorder.m4260 #ifndef be64toh
261 # define be64toh(x) (x)
307 #ifndef be64toh
308 # define be64toh(x) swap64(x)
312 #define BE64TOH(x) (x) = be64toh(x)
342 # define be64atoh(x) be64toh(*(uint64_t*)(x))
/external/libexif/m4m/
Dgp-byteorder.m4241 #define be64toh(x) (x)
271 #define be64toh(x) swap64(x)
274 #define BE64TOH(x) (x) = be64toh(x)
299 #define be64atoh(x) be64toh(*(uint64_t*)(x))
/external/nfacct/
Dnfacct.c174 (unsigned long long)be64toh(nla_get_u64(tb[NFACCT_PKTS])), in valid_input()
175 (unsigned long long)be64toh(nla_get_u64(tb[NFACCT_BYTES])), in valid_input()
/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/elfutils/src/libdw/
Ddwarf_begin_elf.c160 size = be64toh (size); in check_section()