Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/external/freebsd/inc/sys/
Dendian.h58 #define le32toh(x) ((uint32_t)(x)) macro
72 #define le32toh(x) bswap32((x)) macro
/device/google/contexthub/contexthubhal/
Dmessage_buf.h111 return le32toh(val); in readU32()
128 return le32toh(val); in readU64()
/device/google/contexthub/firmware/src/
DnanohubCommand.c151 if (osAppInfoByIndex(le32toh(req->appIdx), &appId, &appVer, &appSize)) { in queryAppInfo()
291 mDownloadState->size = le32toh(req->size); in doStartFirmwareUpload()
292 mDownloadState->crc = le32toh(req->crc); in doStartFirmwareUpload()
580 uint32_t offset = le32toh(req->offset); in firmwareChunk()
892 if (le32toh(req->evtType) == EVT_APP_FROM_HOST) { in writeEvent()
922 resp->accepted = osEnqueueEvtOrFree(le32toh(req->evtType), packet, free); in writeEvent()
1048 if (osAppInfoByIndex(le32toh(req->idx), &appId, &appVer, &appSize)) { in halQueryApps()
1130 offset = le32toh(req->offset); in halContUpload()
DhostIntf.c258 packetReason = le32toh(packet->reason); in hostIntfFindHandler()
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c41 #define le32toh(x) ((uint32_t)(x)) macro
131 rsa->num[i] = le32toh(le32SigPack[i]); in validateSignature()