Lines Matching refs:nn
59 int nn, count;
63 for ( nn = queue->start; count > 0; ++nn, --count ) {
64 if ( queue->pending[nn] == item ) {
65 queue->pending[nn] = queue->pending[nn+count-1];
183 int nn;
185 for (nn = 0; nn < SYS_MAX_CHANNELS-1; nn++)
186 _s_channels0[nn].next = &_s_channels0[nn+1];
189 for (nn = 0; nn < SYS_EVENT_MAX; nn++)
190 FD_ZERO( &_s_fdsets[nn] );
334 int nn;
335 for (nn = 0; nn < SYS_MAX_TIMERS-1; nn++) {
336 _s_timers0[nn].next = & _s_timers0[nn+1];