Lines Matching refs:maxXorBits
2416 UINT_32 maxXorBits = blockSizeLog2; in HwlComputeThinEquation() local
2425 maxXorBits = Max(maxXorBits, m_pipeInterleaveLog2 + 2 * GetPipeXorBits(blockSizeLog2)); in HwlComputeThinEquation()
2426 maxXorBits = Max(maxXorBits, m_pipeInterleaveLog2 + in HwlComputeThinEquation()
2432 ADDR_ASSERT((2 * maxBitsUsed) >= maxXorBits); in HwlComputeThinEquation()
2437 ADDR_ASSERT(extraXorBits >= maxXorBits - blockSizeLog2); in HwlComputeThinEquation()
2493 for (UINT_32 i = blockSizeLog2; i < maxXorBits; i++) in HwlComputeThinEquation()
2568 UINT_32 maxXorBits = blockSizeLog2; in HwlComputeThickEquation() local
2577 maxXorBits = Max(maxXorBits, m_pipeInterleaveLog2 + 3 * GetPipeXorBits(blockSizeLog2)); in HwlComputeThickEquation()
2578 maxXorBits = Max(maxXorBits, m_pipeInterleaveLog2 + in HwlComputeThickEquation()
2591 ADDR_ASSERT((3 * maxBitsUsed) >= maxXorBits); in HwlComputeThickEquation()
2597 ADDR_ASSERT(extraXorBits >= maxXorBits - blockSizeLog2); in HwlComputeThickEquation()
2762 for (UINT_32 i = blockSizeLog2; i < maxXorBits; i++) in HwlComputeThickEquation()