Home
last modified time | relevance | path

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

/titanic_50/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];
307 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()
/titanic_50/usr/src/cmd/awk/
H A Dawk.h244 #define NSTATES 32 macro
256 uchar gototab[NSTATES][NCHARS];
257 int *posns[NSTATES];
258 uchar out[NSTATES];
H A Db.c826 if (f->curstat >= NSTATES-1) { in cgoto()
829 for (i = 2; i < NSTATES; i++) in cgoto()
/titanic_50/usr/src/cmd/sgs/lex/common/
H A Dldefs.h85 #define NSTATES 300 macro
93 #define NSTATES 500 macro
H A Donce.h83 int nstates = NSTATES, maxpos = MAXPOS;
H A Dsub2.c423 (nstates == NSTATES ? in cgoto()
/titanic_50/usr/src/cmd/egrep/
H A Degrep.y71 #define NSTATES 64 macro
75 int gotofn[NSTATES][NCHARS];
76 int state[NSTATES];
77 int out[NSTATES];
487 if (++nstate >= NSTATES) { in nxtst()
488 for (i=1; i<NSTATES; i++) in nxtst()
490 for (i=1; i<NSTATES; i++) in nxtst()
/titanic_50/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h70 #define NSTATES 1000 macro
H A Dy1.c77 static int nstatesz = NSTATES; /* number of state space allocated */
1263 nstatesz += NSTATES; in exp_states()
/titanic_50/usr/src/cmd/oawk/
H A Db.c43 #define NSTATES 256 macro
85 int *state[NSTATES];
440 struct fa *where[NSTATES]; in cgotofn()
755 if (n >= NSTATES - 1) { in cgotofn()
/titanic_50/usr/src/cmd/sendmail/src/
H A Dparseaddr.c485 #define NSTATES 6 /* number of states */ macro
493 static short StateTab[NSTATES][NSTATES] =