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

  /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);
  /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/python/cpython2/Parser/
pgen.c 373 } ss_state; typedef in typeref:struct:_ss_state
377 ss_state *sd_state;
381 static void printssdfa(int xx_nstates, ss_state *xx_state, int nbits,
383 static void simplify(int xx_nstates, ss_state *xx_state);
384 static void convert(dfa *d, int xx_nstates, ss_state *xx_state);
392 ss_state *xx_state, *yy;
400 xx_state = (ss_state *)PyObject_MALLOC(sizeof(ss_state));
463 size = sizeof(ss_state) * (xx_nstates + 1);
464 xx_state = (ss_state *)PyObject_REALLOC(xx_state
    [all...]
  /external/fio/
stat.h 219 uint32_t ss_state; member in struct:thread_stat
thread_options.h 174 unsigned int ss_state; member in struct:thread_options
445 uint32_t ss_state; member in struct:thread_options_pack

Completed in 372 milliseconds