Searched refs:num_states (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas-proc.c555 int num_states = 0; local
564 num_states = sizeof(key_switch) / sizeof(char *);
565 if (state < num_states) {
572 num_states = sizeof(enclosure_switch) / sizeof(char *);
573 if (state < num_states) {
585 num_states = sizeof(lid_status) / sizeof(char *);
586 if (state < num_states) {
593 num_states = sizeof(power_source) / sizeof(char *);
594 if (state < num_states) {
605 num_states
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A Ddfa.c83 * void check_trailing_context( int nfa_states[num_states+1], int num_states,
97 * nfa_states[1 .. num_states] is the list of NFA states in the DFA.
101 void check_trailing_context( nfa_states, num_states, accset, nacc )
102 int *nfa_states, num_states;
108 for ( i = 1; i <= num_states; ++i )
230 * int *epsclosure( int t[num_states], int *numstates_addr,

Completed in 143 milliseconds