Searched refs:UserIC (Results 1 – 2 of 2) sorted by relevance
6493 unsigned UserIC = Hints.getInterleave(); in processLoop() local6513 if (IC == 1 && UserIC <= 1) { in processLoop()6519 if (UserIC == 1) in processLoop()6522 } else if (IC > 1 && UserIC == 1) { in processLoop()6532 IC = UserIC > 0 ? UserIC : IC; in processLoop()
7452 unsigned UserIC = Hints.getInterleave(); in processLoop() local7472 if (IC == 1 && UserIC <= 1) { in processLoop()7479 if (UserIC == 1) { in processLoop()7484 } else if (IC > 1 && UserIC == 1) { in processLoop()7496 IC = UserIC > 0 ? UserIC : IC; in processLoop()