Searched refs:currentSlot (Results 1 – 2 of 2) sorted by relevance
52 var currentSlot = positionToSlot(pos + width / 2);53 var currentScanSlot = currentSlot;59 currentScanSlot = currentSlot + (mod ? -1 : 1) * (slotsChecked >> 1);233 for (var currentSlot = -40; currentSlot < 40; ++currentSlot) { variable234 if (currentSlot != 0) {
184 static UCHAR getHeaderSlot(UCHAR currentSlot, UCHAR hdrSlotUsage[(1) + 1]) { in getHeaderSlot() argument187 UCHAR slot = hdrSlotUsage[currentSlot]; in getHeaderSlot()