Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Db.c151 if (++state < f->state_count) in resize_state()
171 for (i = f->state_count; i < new_count; ++i) { in resize_state()
180 f->state_count = new_count; in resize_state()
707 assert (s < f->state_count); in match()
736 assert(s < f->state_count); in pmatch()
752 assert(s < f->state_count); in pmatch()
792 assert(s < f->state_count); in nematch()
1553 for (i = 0; i < f->state_count; i++) in freefa()
H A Dawk.h273 int state_count; member
/freebsd/contrib/byacc/
H A Doutput.c24 static Value_t *state_count; variable
642 state_count[i] = 0; in default_goto()
645 state_count[to_state[i]]++; in default_goto()
651 if (state_count[i] > max) in default_goto()
653 max = state_count[i]; in default_goto()
708 state_count = NEW2(nstates, Value_t); in goto_actions()
731 FREE(state_count); in goto_actions()
/freebsd/sys/contrib/xen/
H A Dplatform.h465 uint32_t state_count; /* total available performance states */ member
/freebsd/sys/dev/xen/cpu/
H A Dxen_acpi_cpu.c159 .u.set_pminfo.u.perf.state_count = sc->cpu_px_count, in xen_upload_px()