Searched refs:le32toh (Results 1 – 6 of 6) sorted by relevance
58 #define le32toh(x) ((uint32_t)(x)) macro72 #define le32toh(x) bswap32((x)) macro
98 return le32toh(val); in readU32()115 return le32toh(val); in readU64()
8 static inline uint32_t le32_to_cpu(__le32 x) { return le32toh(x); } in le32_to_cpu()
168 if (osAppInfoByIndex(le32toh(unaligned_u32(&req->appIdx)), &appId, &appVer, &appSize)) { in queryAppInfo()313 mDownloadState->size = le32toh(req->size); in doStartFirmwareUpload()314 mDownloadState->crc = le32toh(req->crc); in doStartFirmwareUpload()636 uint32_t offset = le32toh(req->offset); in firmwareChunk()971 uint32_t event = le32toh(req->evtType); in writeEvent()1171 if (osExtAppInfoByIndex(le32toh(req->idx), &appId, &appVer, &appSize)) { in halLegacyQueryApps()1261 offset = le32toh(req->offset); in halLegacyContUpload()1604 …if ((le32toh(req->addr) >= (uint32_t)shared && le32toh(req->addr) < (uint32_t)shared + sharedSize)… in halAppInfo()1605 (le32toh(req->addr) < (uint32_t)shared && in halAppInfo()1607 (numApps > 0 && le32toh(req->addr) > (uint32_t)(internal+numApps-1))))) { in halAppInfo()[all …]
274 packetReason = le32toh(packet->reason); in hostIntfFindHandler()
41 #define le32toh(x) ((uint32_t)(x)) macro131 rsa->num[i] = le32toh(le32SigPack[i]); in validateSignature()