Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/external/freebsd/inc/sys/
Dendian.h49 #define htobe64(x) bswap64((x)) macro
63 #define htobe64(x) ((uint64_t)(x)) macro
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dendian.h152 #define htobe64(x) (x) macro
168 #define htobe64(x) bswap64((uint64_t)(x))
184 #define be64toh(x) htobe64(x)
/device/google/contexthub/contexthubhal/test/
Dmain.cpp29 __be64 beAppId = htobe64(appId.id); in operator <<()
/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp53 __be64 beAppId = htobe64(appId.id); in operator <<()
/device/generic/goldfish/fingerprint/
Dfingerprint.c575 htobe64((uint64_t)ts.tv_sec * 1000 + ts.tv_nsec / 1000000); in send_scan_notice()