Home
last modified time | relevance | path

Searched refs:NIL_INDEX (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dautomata.c71 dfa_model_node->trans[i] = NIL_INDEX;
108 t->trans[j] = NIL_INDEX;
308 if ((n=node->trans[0]) != NIL_INDEX && set_nil(node->label) &&
314 if ((n=node->trans[1]) != NIL_INDEX &&
341 if ((n=node->trans[0]) != NIL_INDEX && set_nil(node->label) &&
347 if ((n=node->trans[1]) != NIL_INDEX &&
Ddlg.h63 #define NIL_INDEX 0 macro
95 #define DFA_NO(x) ( (x) ? (x)->node_no : NIL_INDEX)
96 #define NFA_NO(x) ( (x) ? (x)->node_no : NIL_INDEX)
Doutput.c423 if (trans == NIL_INDEX)
732 if (p != NIL_INDEX){
735 if (p->trans[0] != NIL_INDEX){
742 if (p->trans[1] != NIL_INDEX)
776 if ((p != NIL_INDEX) && (p->nfa_set != operation_no)){
794 if (p != NIL_INDEX){