Lines Matching refs:contextCounter
2577 584 CONTEXT_COUNTER contextCounter; // This array contains contains the
14074 …The counter (contextCounter)in this implementation is a UINT64 but can be smaller. The "tracking a…
14085 … compare the low-order 16 bits of contextCounter to the existing values in contextArray and if one
14143 value of contextCounter.
14146 …contextCounter is an 8-bit counter with a value of 0x37. Since the low nibble is 7, that means tha…
14170 18 lowBits = (CONTEXT_SLOT)gr.contextCounter;
14245 81 gr.contextCounter = MAX_LOADED_SESSIONS + 1;
14439 187 if( (CONTEXT_SLOT)gr.contextCounter
14651 354 // of the contextCounter, then the GAP is maxed out.
14652 355 && gr.contextArray[s_oldestSavedSession] == (CONTEXT_SLOT)gr.contextCounter)
14657 360 *contextID = gr.contextCounter;
14669 372 gr.contextArray[contextIndex] = (CONTEXT_SLOT)gr.contextCounter;
14672 375 gr.contextCounter++;
14675 378 if(gr.contextCounter == 0)
14678 381 gr.contextCounter--;
14684 387 if(((CONTEXT_SLOT)gr.contextCounter) == 0)
14685 388 gr.contextCounter += MAX_LOADED_SESSIONS + 1;
14750 431 && (CONTEXT_SLOT)gr.contextCounter == gr.contextArray[s_oldestSavedSession]