Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dpgen.c379 static void printssdfa(int xx_nstates, ss_state *xx_state, int nbits,
381 static void simplify(int xx_nstates, ss_state *xx_state);
382 static void convert(dfa *d, int xx_nstates, ss_state *xx_state);
389 int xx_nstates; in makedfa() local
401 xx_nstates = 1; in makedfa()
416 for (istate = 0; istate < xx_nstates; ++istate) { in makedfa()
454 for (jstate = 0; jstate < xx_nstates; jstate++) { in makedfa()
461 size = sizeof(ss_state) * (xx_nstates + 1); in makedfa()
466 zz->sa_arrow = xx_nstates; in makedfa()
467 yy = &xx_state[xx_nstates++]; in makedfa()
[all …]