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

/vbox/src/VBox/Storage/
H A DQCOW.cpp125 #define QCOW_V1_COMPRESSED_FLAG RT_BIT_64(63) macro
865 if (RT_UNLIKELY(off & QCOW_V1_COMPRESSED_FLAG))
868 off &= ~QCOW_V1_COMPRESSED_FLAG;

Completed in 44 milliseconds