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

/vbox/src/VBox/Storage/
H A DQED.cpp928 * @param offTbl The table offset to check.
933 DECLINLINE(bool) qedIsTblOffsetValid(uint64_t offTbl, uint64_t cbFile, size_t cbTable, size_t cbCluster) argument
935 return (offTbl <= cbFile - cbTable)
936 && !(offTbl & (cbCluster - 1));

Completed in 49 milliseconds