Home
last modified time | relevance | path

Searched refs:NSTATES (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.h76 #define NSTATES 32 macro
198 extern state_info_t g_cstate_info[NSTATES];
199 extern freq_state_info_t g_pstate_info[NSTATES];
H A Dpowertop.c71 state_info_t g_cstate_info[NSTATES];
72 freq_state_info_t g_pstate_info[NSTATES];
304 NSTATES * sizeof (state_info_t)); in main()
H A Dcpuidle.c190 for (i = 0; i < NSTATES; i++) { in pt_cpuidle_stat_collect()
H A Dcpufreq.c205 token != NULL && g_npstates < NSTATES; in pt_cpufreq_stat_prepare()
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h286 #define NSTATES 32 macro
299 uschar gototab[NSTATES][NCHARS];
300 uschar out[NSTATES];
302 int *posns[NSTATES];
H A Db.c1031 if (f->curstat >= NSTATES-1) { in cgoto()
1034 for (i = 2; i < NSTATES; i++) in cgoto()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h83 #define NSTATES 300 macro
91 #define NSTATES 500 macro
H A Donce.h81 int nstates = NSTATES, maxpos = MAXPOS;
H A Dsub2.c421 (nstates == NSTATES ? in cgoto()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h68 #define NSTATES 1000 macro
H A Dy1.c75 static int nstatesz = NSTATES; /* number of state space allocated */
1252 nstatesz += NSTATES; in exp_states()
/illumos-gate/usr/src/cmd/oawk/
H A Db.c41 #define NSTATES 256 macro
83 int *state[NSTATES];
438 struct fa *where[NSTATES]; in cgotofn()
753 if (n >= NSTATES - 1) { in cgotofn()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c483 #define NSTATES 6 /* number of states */ macro
491 static short StateTab[NSTATES][NSTATES] =