Lines Matching refs:RT_H2LE_U64
703 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_END);
2752 Header.gdOffset = RT_H2LE_U64(VMDK_GD_AT_END);
2760 Header.rgdOffset = RT_H2LE_U64(pExtent->uSectorRGD);
2761 Header.gdOffset = RT_H2LE_U64(pExtent->uSectorGD);
2765 Header.gdOffset = RT_H2LE_U64(pExtent->uSectorGD);
2768 Header.overHead = RT_H2LE_U64(pExtent->cOverheadSectors);
4189 pMarker->uSector = RT_H2LE_U64(VMDK_BYTE2SECTOR((uint64_t)pExtent->cGTEntries * sizeof(uint32_t)));
4296 pMarker->uSector = VMDK_BYTE2SECTOR(RT_ALIGN_64(RT_H2LE_U64((uint64_t)pExtent->cGDEntries * sizeof(uint32_t)), 512));
4929 uint32_t uGTSectorLE = RT_H2LE_U64(uGTSector);
4940 uint32_t uRGTSectorLE = RT_H2LE_U64(uRGTSector);