Searched defs:pidxL2 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Storage/
H A DQCOW.cpp765 * @param pidxL2 Where to store the index in the L2 table on success.
769 uint32_t *pidxL2, uint32_t *poffCluster)
772 AssertPtr(pidxL2);
777 *pidxL2 = (off & pImage->fL2Mask) >> pImage->cL2Shift;
768 qcowConvertLogicalOffset(PQCOWIMAGE pImage, uint64_t off, uint32_t *pidxL1, uint32_t *pidxL2, uint32_t *poffCluster) argument
H A DQED.cpp713 * @param pidxL2 Where to store the index in the L2 table on success.
717 uint32_t *pidxL2, uint32_t *poffCluster)
720 AssertPtr(pidxL2);
725 *pidxL2 = (off & pImage->fL2Mask) >> pImage->cL2Shift;
716 qedConvertLogicalOffset(PQEDIMAGE pImage, uint64_t off, uint32_t *pidxL1, uint32_t *pidxL2, uint32_t *poffCluster) argument

Completed in 44 milliseconds