Home
last modified time | relevance | path

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

/external/kmod/port-gnu/
Dendian-darwin.h35 # define htole64(x) OSSwapHostToLittleInt64(x) macro
79 # define htole64(x) (x) macro
97 # define htole64(x) __builtin_bswap64(x) macro
/external/vboot_reference/cgpt/
Dcgpt_endian.h32 # define htole64(x) (x) macro
47 # define htole64(x) __bswap_64 (x) macro
/external/iperf3/src/
Dportable_endian.h59 # define htole64(x) OSSwapHostToLittleInt64(x) macro
105 # define htole64(x) (x) macro
123 # define htole64(x) __builtin_bswap64(x) macro
/external/nos/host/android/hals/oemlock/test/
Dtest.cpp59 const uint64_t version_le = htole64(version); in makeSignature()
63 const uint64_t nonce_le = htole64(nonce); in makeSignature()
/external/libmtp/m4/
Dbyteorder.m4283 #ifndef htole64
284 # define htole64(x) (x)
370 # define htole64a(a,x) *(uint64_t*)(a) = htole64(x)
/external/libexif/m4m/
Dgp-byteorder.m4257 #define htole64(x) (x)
309 #define htole64a(a,x) *(uint64_t*)(a) = htole64(x)
/external/u-boot/tools/
Dmips-relocs.c71 _val = is_be ? htobe64(val) : htole64(val); \