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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
automata.c 140 t = set_of(NFA_NO(start));
273 *reach_list=NFA_NO(node->trans[0]);
305 set_orel(NFA_NO(node),b);
311 set_orel(NFA_NO(n),b);
317 set_orel(NFA_NO(node->trans[1]),b);
344 set_orel(NFA_NO(n),b);
350 set_orel(NFA_NO(node->trans[1]),b);
dlg.h 96 #define NFA_NO(x) ( (x) ? (x)->node_no : NIL_INDEX)
output.c 734 NFA_NO(p),p->accept);
736 printf("trans[0] => %d on ", NFA_NO(p->trans[0]));
744 NFA_NO(p->trans[1]));
795 printf("DFA state :%d\n",NFA_NO(p));

Completed in 109 milliseconds