Home | History | Annotate | Download | only in tpm2

Lines Matching defs:lowBits

32     CONTEXT_SLOT         lowBits;
39 lowBits = (CONTEXT_SLOT)gr.contextCounter;
47 // is brand new (= lowBits-1) and equal to our initial
49 if(((CONTEXT_SLOT) (entry - lowBits)) <= smallest)
51 smallest = (entry - lowBits);