Home
last modified time | relevance | path

Searched refs:xx_state (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);
390 ss_state *xx_state, *yy; in makedfa() local
398 xx_state = (ss_state *)PyObject_MALLOC(sizeof(ss_state)); in makedfa()
399 if (xx_state == NULL) in makedfa()
402 yy = &xx_state[0]; in makedfa()
418 yy = &xx_state[istate]; in makedfa()
452 for (jarc = 0; jarc < xx_state[istate].ss_narcs; jarc++) { in makedfa()
453 zz = &xx_state[istate].ss_arc[jarc]; in makedfa()
[all …]