Home | History | Annotate | Download | only in Dispatcher

Lines Matching refs:mDepexEvaluationStackPointer

26 BOOLEAN *mDepexEvaluationStackPointer = NULL;

77 mDepexEvaluationStackPointer = NewStack + (mDepexEvaluationStackPointer - mDepexEvaluationStack);
105 if (mDepexEvaluationStackPointer == mDepexEvaluationStackEnd) {
118 *mDepexEvaluationStackPointer = Value;
119 mDepexEvaluationStackPointer++;
143 if (mDepexEvaluationStackPointer == mDepexEvaluationStack) {
150 mDepexEvaluationStackPointer--;
151 *Value = *mDepexEvaluationStackPointer;
254 mDepexEvaluationStackPointer = mDepexEvaluationStack;