Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dpgen.c371 } ss_state; typedef
375 ss_state *sd_state;
379 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()
398 xx_state = (ss_state *)PyObject_MALLOC(sizeof(ss_state)); in makedfa()
461 size = sizeof(ss_state) * (xx_nstates + 1); in makedfa()
462 xx_state = (ss_state *)PyObject_REALLOC(xx_state, in makedfa()
494 printssdfa(int xx_nstates, ss_state *xx_state, int nbits, in printssdfa()
[all …]