Searched refs:state_count (Results 1 – 3 of 3) sorted by relevance
529 default_goto (symbol_number sym, size_t state_count[]) in default_goto() argument542 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() local578 state_number default_state = default_goto (i, state_count); in goto_actions()582 free (state_count); in goto_actions()
948 mach_msg_type_number_t state_count in WriteThreadStream() local951 if (GetThreadState(thread_id, state, &state_count)) { in WriteThreadStream()1133 mach_msg_type_number_t state_count in WriteExceptionStream() local1136 if (!GetThreadState(exception_thread_, state, &state_count)) in WriteExceptionStream()
11566 (goto_actions): Likewise for state_count.