Searched refs:le32toh (Results 1 – 5 of 5) sorted by relevance
58 #define le32toh(x) ((uint32_t)(x)) macro72 #define le32toh(x) bswap32((x)) macro
111 return le32toh(val); in readU32()128 return le32toh(val); in readU64()
151 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()
258 packetReason = le32toh(packet->reason); in hostIntfFindHandler()
41 #define le32toh(x) ((uint32_t)(x)) macro131 rsa->num[i] = le32toh(le32SigPack[i]); in validateSignature()