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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
pgen.c 371 } ss_state; typedef in typeref:struct:_ss_state
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;
398 xx_state = (ss_state *)PyObject_MALLOC(sizeof(ss_state));
461 size = sizeof(ss_state) * (xx_nstates + 1);
462 xx_state = (ss_state *)PyObject_REALLOC(xx_state,
    [all...]
  /external/toybox/toys/net/
netstat.c 106 char *ss_state = "UNKNOWN", buf[12], *s, *label = strrchr(fname, '/')+1; local
160 ss_state = state_label[state];
162 if (state == 1) ss_state = state_label[state];
163 else if (state == 7) ss_state = "";
164 } else if (strstart(&s, "raw")) sprintf(ss_state = buf, "%u", state);
172 printf("%-11s", ss_state);

Completed in 118 milliseconds