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/google/contexthub/contexthubhal/
Dmessage_buf.h121 uint64_t tmp = htole64(val); in writeU64()
DNanohubHidlAdapter.cpp404 .app_id.id = htole64(appBinary.appId), in loadNanoApp()
407 .hw_hub_type = htole64(0), in loadNanoApp()
Dsystem_comms.cpp200 hub_app_name_t res = { .id = htole64(src.id) }; in hostAppNameToDevice()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c169 resp->appId = htole64(appId); in queryAppInfo()