Lines Matching refs:RT_H2BE_U32
382 pHeader->u32Magic = RT_H2BE_U32(QCOW_MAGIC);
383 pHeader->u32Version = RT_H2BE_U32(pImage->uVersion);
387 pHeader->Version.v1.u32BackingFileSize = RT_H2BE_U32(pImage->cbBackingFilename);
388 pHeader->Version.v1.u32MTime = RT_H2BE_U32(pImage->MTime);
392 pHeader->Version.v1.u32CryptMethod = RT_H2BE_U32(0);
399 pHeader->Version.v2.u32BackingFileSize = RT_H2BE_U32(pImage->cbBackingFilename);
400 pHeader->Version.v2.u32ClusterBits = RT_H2BE_U32(qcowGetPowerOfTwo(pImage->cbCluster));
402 pHeader->Version.v2.u32CryptMethod = RT_H2BE_U32(0);
403 pHeader->Version.v2.u32L1Size = RT_H2BE_U32(pImage->cL1TableEntries);
406 pHeader->Version.v2.u32RefcountTableClusters = RT_H2BE_U32(pImage->cbRefcountTable / pImage->cbCluster);
407 pHeader->Version.v2.u32NbSnapshots = RT_H2BE_U32(0);