Home
last modified time | relevance | path

Searched refs:le64toh (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/external/freebsd/inc/sys/
Dendian.h59 #define le64toh(x) ((uint64_t)(x)) macro
73 #define le64toh(x) bswap64((x)) macro
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c144 if (osAppInfoById(le64toh(unaligned_u64(&req->appId)), &appIdx, &appVer, &appSize)) { in getAppVersion()
1052 …halSendMgmtResponse(NANOHUB_HAL_EXT_APPS_ON, osExtAppStartApps(le64toh(unaligned_u64(&req->appId))… in halExtAppsOn()
1059 …halSendMgmtResponse(NANOHUB_HAL_EXT_APPS_OFF, osExtAppStopApps(le64toh(unaligned_u64(&req->appId))… in halExtAppsOff()
1066 …halSendMgmtResponse(NANOHUB_HAL_EXT_APP_DELETE, osExtAppEraseApps(le64toh(unaligned_u64(&req->appI… in halExtAppDelete()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dendian.h187 #define le64toh(x) htole64(x) macro
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp119 hub_app_name_t res = { .id = le64toh(src.id) }; in deviceAppNameToHost()