Searched refs:max_state (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/net/
H A Dvjcompress.h133 extern void vj_compress_init __P((struct vjcompress *comp, int max_state));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cpufreq/
H A Dcpufreq_stats.c37 unsigned int max_state; member in struct:cpufreq_stats
133 stat->trans_table[i*stat->max_state+j]);
162 for (index = 0; index < stat->max_state; index++)
222 stat->max_state = count;
302 stat->trans_table[old_index * stat->max_state + new_index]++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c92 vj_compress_init(comp, max_state)
94 int max_state;
99 if (max_state == -1)
100 max_state = MAX_STATES - 1;
102 for (i = max_state; i > 0; --i) {
106 tstate[0].cs_next = &tstate[max_state];

Completed in 72 milliseconds