Home
last modified time | relevance | path

Searched refs:htole64 (Results 1 – 4 of 4) 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.h134 uint64_t tmp = htole64(val); in writeU64()
Dsystem_comms.cpp128 hub_app_name_t res = { .id = htole64(src.id) }; in hostAppNameToDevice()
/device/google/contexthub/firmware/src/
DnanohubCommand.c152 resp->appId = htole64(appId); in queryAppInfo()