Home
last modified time | relevance | path

Searched refs:htobe64 (Results 1 – 6 of 6) sorted by relevance

/external/libmtp/src/
Dgphoto2-endian-intel.h78 #ifndef htobe64
79 # define htobe64(x) swap64(x) macro
85 #define HTOBE64(x) (x) = htobe64(x)
125 # define htobe64a(a,x) *(uint64_t*)(a) = htobe64(x)
Dgphoto2-endian-ppc.h67 #ifndef htobe64
68 # define htobe64(x) (x) macro
/external/vboot_reference/cgpt/
Dcgpt_endian.h31 # define htobe64(x) __bswap_64 (x) macro
46 # define htobe64(x) (x) macro
/external/libmtp/m4/
Dbyteorder.m4257 #ifndef htobe64
258 # define htobe64(x) (x)
304 #ifndef htobe64
305 # define htobe64(x) swap64(x)
311 #define HTOBE64(x) (x) = htobe64(x)
361 # define htobe64a(a,x) *(uint64_t*)(a) = htobe64(x)
/external/libexif/m4m/
Dgp-byteorder.m4240 #define htobe64(x) (x)
270 #define htobe64(x) swap64(x)
273 #define HTOBE64(x) (x) = htobe64(x)
306 #define htobe64a(a,x) *(uint64_t*)(a) = htobe64(x)
/external/nfacct/
Dnfacct.c280 nla_put_u64(msg, NFACCT_PKTS, htobe64(pkts)); in _nfacct_cmd_add()
281 nla_put_u64(msg, NFACCT_BYTES, htobe64(bytes)); in _nfacct_cmd_add()