Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 – 6 of 6) 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.h98 return le32toh(val); in readU32()
115 return le32toh(val); in readU64()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c159 if (osAppInfoByIndex(le32toh(unaligned_u32(&req->appIdx)), &appId, &appVer, &appSize)) { in queryAppInfo()
299 mDownloadState->size = le32toh(req->size); in doStartFirmwareUpload()
300 mDownloadState->crc = le32toh(req->crc); in doStartFirmwareUpload()
595 uint32_t offset = le32toh(req->offset); in firmwareChunk()
918 uint32_t event = le32toh(req->evtType); in writeEvent()
1081 if (osAppInfoByIndex(le32toh(req->idx), &appId, &appVer, &appSize)) { in halQueryApps()
1163 offset = le32toh(req->offset); in halContUpload()
DhostIntf.c273 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()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dendian.h186 #define le32toh(x) htole32(x) macro