Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/external/freebsd/inc/sys/
Dendian.h52 #define htole64(x) ((uint64_t)(x)) macro
66 #define htole64(x) bswap64((x)) macro
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dendian.h155 #define htole64(x) bswap64((uint64_t)(x)) macro
171 #define htole64(x) (x)
187 #define le64toh(x) htole64(x)
/device/google/contexthub/contexthubhal/
Dmessage_buf.h121 uint64_t tmp = htole64(val); in writeU64()
Dsystem_comms.cpp125 hub_app_name_t res = { .id = htole64(src.id) }; in hostAppNameToDevice()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c160 resp->appId = htole64(appId); in queryAppInfo()