HomeSort by relevance Sort by last modified time
    Searched refs:operation_no (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
relabel.c 148 ++operation_no;
162 if(start && start->nfa_set != operation_no)
164 start->nfa_set = operation_no;
187 ++operation_no;
202 if (start && start->nfa_set != operation_no){
203 start->nfa_set = operation_no;
automata.c 297 ++operation_no;
307 node->nfa_set = operation_no;
309 (n->nfa_set != operation_no)){
312 close1(n,operation_no,b);
315 (n->nfa_set != operation_no)){
318 close1(n,operation_no,b);
dlg.h 138 extern int operation_no; /* unique number for each operation */
output.c 84 int operation_no = 0; /* used to mark nodes so that infinite loops avoided */ variable
765 operation_no++; /* get new number */
776 if ((p != NIL_INDEX) && (p->nfa_set != operation_no)){
778 p->nfa_set = operation_no;

Completed in 215 milliseconds