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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
output.c 85 int dfa_basep[MAX_MODES]; /* start of each group of states */ variable
215 for(i=dfa_basep[m]; i<dfa_basep[m+1]; ++i)
218 for(i=dfa_basep[m]; i<=dfa_allocated; ++i)
393 for(i=dfa_basep[m]; i<dfa_basep[m+1]; ++i)
396 for(i=dfa_basep[m]; i<=dfa_allocated; ++i)
622 fprintf(OUT, "\t%d,\n", dfa_basep[m]-1);
623 fprintf(OUT, "\t%d\n};\n\n", dfa_basep[m]-1);
dlg.h 131 extern int dfa_basep[]; /* start of each group of dfa */
dlg_p.g 195 dfa_basep[mode_counter] = dfa_allocated+1;
dlg_p.c 205 dfa_basep[mode_counter] = dfa_allocated+1;

Completed in 233 milliseconds