Home
last modified time | relevance | path

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

/external/bison/src/
Dtables.c529 default_goto (symbol_number sym, size_t state_count[]) in default_goto() argument
542 state_count[s] = 0; in default_goto()
545 state_count[to_state[i]]++; in default_goto()
548 if (state_count[s] > max) in default_goto()
550 max = state_count[s]; in default_goto()
571 size_t *state_count = xnmalloc (nstates, sizeof *state_count); in goto_actions() local
578 state_number default_state = default_goto (i, state_count); in goto_actions()
582 free (state_count); in goto_actions()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc948 mach_msg_type_number_t state_count in WriteThreadStream() local
951 if (GetThreadState(thread_id, state, &state_count)) { in WriteThreadStream()
1133 mach_msg_type_number_t state_count in WriteExceptionStream() local
1136 if (!GetThreadState(exception_thread_, state, &state_count)) in WriteExceptionStream()
/external/bison/
DChangeLog-201211566 (goto_actions): Likewise for state_count.