Searched refs:blkSize (Results 1 – 1 of 1) sorted by relevance
126 static inline uint32 BlockSize2BitVectorSize(uint32 blkSize) in BlockSize2BitVectorSize() argument128 …uint32 bitVectorLen = ((blkSize + 3) / 4 + 7) / 8; // the bit vector's length in bytes is ((blksiz… in BlockSize2BitVectorSize()