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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1_main.c414 u16 rfd_next_to_use, next_next; local
417 next_next = rfd_next_to_use = atomic_read(&rfd_ring->next_to_use);
418 if (++next_next == rfd_ring->count)
419 next_next = 0;
421 next_info = &rfd_ring->buffer_info[next_next];
457 rfd_next_to_use = next_next;
458 if (unlikely(++next_next == rfd_ring->count))
459 next_next = 0;
462 next_info = &rfd_ring->buffer_info[next_next];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dregex.c3103 const char *next_next = p + 1 < pend ? p + 1 : 0;
3108 : next_backslash && next_next && *next_next == ')')
3111 : next_backslash && next_next && *next_next == '|');
3089 const char *next_next = p + 1 < pend ? p + 1 : 0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c4321 const CHAR_T *next_next = p + 1 < pend ? p + 1 : 0;
4326 : next_backslash && next_next && *next_next == ')')
4329 : next_backslash && next_next && *next_next == '|');
4308 const CHAR_T *next_next = p + 1 < pend ? p + 1 : 0; local

Completed in 74 milliseconds