Searched refs:CurrMFMAForTransPosition (Results 1 – 1 of 1) sorted by relevance
1584 unsigned CurrMFMAForTransPosition = 0; in applyIGLPStrategy() local1587 &CurrMFMAForTransPosition]() { in applyIGLPStrategy()1588 CurrMFMAForTransPosition += MFMAEnablement; in applyIGLPStrategy()1589 PositionInChain = (CurrMFMAForTransPosition / MFMAChains); in applyIGLPStrategy()1590 MFMAChain = CurrMFMAForTransPosition % MFMAChains; in applyIGLPStrategy()1593 auto getNextTransPositionInChain = [&CurrMFMAForTransPosition]() { in applyIGLPStrategy()1594 auto TempMFMAForTrans = CurrMFMAForTransPosition + MFMAEnablement; in applyIGLPStrategy()1598 auto getNextTransMFMAChain = [&CurrMFMAForTransPosition]() { in applyIGLPStrategy()1599 auto TempMFMAForTrans = CurrMFMAForTransPosition + MFMAEnablement; in applyIGLPStrategy()