OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextCounter
(Results
1 - 2
of
2
) sorted by null
/external/tpm2/
Session.c
19
// value of
contextCounter
.
22
//
contextCounter
is an 8-bit counter with a value of 0x37. Since the low nibble is 7, that means that values
39
lowBits = (CONTEXT_SLOT)gr.
contextCounter
;
104
gr.
contextCounter
= MAX_LOADED_SESSIONS + 1;
268
if( (CONTEXT_SLOT)gr.
contextCounter
439
// of the
contextCounter
, then the GAP is maxed out.
440
&& gr.contextArray[s_oldestSavedSession] == (CONTEXT_SLOT)gr.
contextCounter
)
444
*contextID = gr.
contextCounter
;
452
gr.contextArray[contextIndex] = (CONTEXT_SLOT)gr.
contextCounter
;
454
gr.
contextCounter
++
[
all
...]
Global.h
[
all
...]
Completed in 1513 milliseconds