Searched refs:RT_H2LE_U64 (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp219 Hdr.u64Id = RT_H2LE_U64(pIoLogger->idNext);
402 Entry.u64Id = RT_H2LE_U64(pIoLogEntry->idStart);
403 Entry.Io.u64Off = RT_H2LE_U64(off);
404 Entry.Io.u64IoSize = RT_H2LE_U64(cbIo);
475 Entry.u64Id = RT_H2LE_U64(pIoLogEntry->idStart);
488 DiscardRange.u64Off = RT_H2LE_U64(paRanges[i].offStart);
540 Entry.u64Id = RT_H2LE_U64(pIoLogEntry->idStart);
541 Entry.msDuration = RTTimeProgramMilliTS() - RT_H2LE_U64(pIoLogEntry->tsStart);
543 Entry.u64IoBuffer = RT_H2LE_U64(pIoLogEntry->cbIo);
/vbox/src/VBox/Storage/
H A DQED.cpp317 pHeader->u64FeatureFlags = RT_H2LE_U64(pImage->pszBackingFilename ? QED_FEATURE_BACKING_FILE : UINT64_C(0));
318 pHeader->u64CompatFeatureFlags = RT_H2LE_U64(UINT64_C(0));
319 pHeader->u64AutoresetFeatureFlags = RT_H2LE_U64(UINT64_C(0));
320 pHeader->u64OffL1Table = RT_H2LE_U64(pImage->offL1Table);
321 pHeader->u64Size = RT_H2LE_U64(pImage->cbSize);
355 *paTblImg = RT_H2LE_U64(*paTbl);
1449 uint64_t offUpdateLe = RT_H2LE_U64(pClusterAlloc->pL2Entry->offL2Tbl);
1495 uint64_t offUpdateLe = RT_H2LE_U64(pClusterAlloc->offClusterNew);
H A DVMDK.cpp703 pMarker->uSector = RT_H2LE_U64(pMarker->uSector);
831 pMarker->uSector = RT_H2LE_U64(uLBA);
1323 uGTSectorLE = RT_H2LE_U64(uOffsetSectors);
1341 uGTSectorLE = RT_H2LE_U64(uOffsetSectors);
2737 Header.capacity = RT_H2LE_U64(pExtent->cSectors);
2738 Header.grainSize = RT_H2LE_U64(pExtent->cSectorsPerGrain);
2739 Header.descriptorOffset = RT_H2LE_U64(pExtent->uDescriptorSector);
2740 Header.descriptorSize = RT_H2LE_U64(pExtent->cDescriptorSectors);
2747 Header.rgdOffset = RT_H2LE_U64(VMDK_GD_AT_END);
2748 Header.gdOffset = RT_H2LE_U64(VMDK_GD_AT_EN
[all...]
H A DVCICache.cpp1388 Hdr.cBlocksCache = RT_H2LE_U64(cBlocks);
1393 Hdr.offTreeRoot = RT_H2LE_U64(offTreeRoot);
1394 Hdr.offBlkMap = RT_H2LE_U64(offBlkMap);
H A DVHDX.cpp566 #define SET_ENDIAN_U64(u64) (enmConv == VHDXECONV_H2F ? RT_H2LE_U64(u64) : RT_LE2H_U64(u64))
H A DVDI.cpp39 #define SET_ENDIAN_U64(conv, u64) (conv == VDIECONV_H2F ? RT_H2LE_U64(u64) : RT_LE2H_U64(u64))
/vbox/include/VBox/
H A Dpci.h584 *(uint64_t*)&pPciDev->config[offReg] = RT_H2LE_U64(u64Value);
590 return RT_H2LE_U64(u64Value);
/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp2098 g->u64Address = RT_H2LE_U64(u64Address);
2140 facs.u64X_FWVector = RT_H2LE_U64(0);
2205 fadt.u64XFACS = RT_H2LE_U64((uint64_t)GCPhysFacs);
2206 fadt.u64XDSDT = RT_H2LE_U64((uint64_t)GCPhysDsdt);
2273 xsdt->u64Entry[i] = RT_H2LE_U64((uint64_t)addrs[i]);
2298 rsdp->u64XSDT = RT_H2LE_U64(GCPhysXsdt);
/vbox/include/iprt/
H A Dcdefs.h1882 /** @def RT_H2LE_U64
1885 # define RT_H2LE_U64(u64) RT_BSWAP_U64(u64) macro
1887 # define RT_H2LE_U64(u64) (u64) macro
/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp5850 aRanges[idxRange] = RT_H2LE_U64(aRanges[idxRange]);
5897 aRanges[idxRangeSrc] = RT_H2LE_U64(aRanges[idxRangeSrc]);

Completed in 3349 milliseconds