Searched refs:DFA (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | CLexer.py | 4320 DFA25_eot = DFA.unpack( 4324 DFA25_eof = DFA.unpack( 4328 DFA25_min = DFA.unpack( 4332 DFA25_max = DFA.unpack( 4336 DFA25_accept = DFA.unpack( 4340 DFA25_special = DFA.unpack( 4346 DFA.unpack(u"\1\2\1\uffff\12\1"), 4347 DFA.unpack(u"\1\3\1\uffff\12\1\12\uffff\1\5\1\4\1\5\35\uffff\1\5" 4349 DFA.unpack(u""), 4350 DFA.unpack(u""), [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | CLexer.py | 4320 DFA25_eot = DFA.unpack( 4324 DFA25_eof = DFA.unpack( 4328 DFA25_min = DFA.unpack( 4332 DFA25_max = DFA.unpack( 4336 DFA25_accept = DFA.unpack( 4340 DFA25_special = DFA.unpack( 4346 DFA.unpack(u"\1\2\1\uffff\12\1"), 4347 DFA.unpack(u"\1\3\1\uffff\12\1\12\uffff\1\5\1\4\1\5\35\uffff\1\5" 4349 DFA.unpack(u""), 4350 DFA.unpack(u""), [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | output.c | 422 trans = DFA(i)->trans[j]; 485 nfa_states = DFA(i)->nfa_states; in p_accept_table() 516 if ((DFA(i)->alternatives) && (accept != 0)){ in p_accept_table() 681 fprintf(OUT, "\t%d,\n", DFA(i)->alternatives); in p_alternative_table()
|
D | dlg.h | 94 #define DFA(x) (dfa_array[x]) macro
|
D | automata.c | 170 d_state = DFA(last_done);
|
D | dlg1.txt | 9 dlg - DFA Lexical Analyzer Generator
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | history.txt | 26 Fall of 1989 (DFA-based lexical-analyzer generator, also an offshoot
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | antlr1.txt | 23 can be automatically converted into C code for a DFA-based
|