Searched refs:next (Results 376 - 400 of 4898) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmmu_context.h154 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
170 if ((cpu_context(cpu, next) ^ asid_cache(cpu)) & ASID_VERSION_MASK)
171 get_new_mmu_context(next, cpu);
193 cpu_asid(cpu, next));
197 write_c0_entryhi(cpu_asid(cpu, next));
199 TLBMISS_HANDLER_SETUP_PGD(next->pgd);
206 cpumask_set_cpu(cpu, mm_cpumask(next));
226 activate_mm(struct mm_struct *prev, struct mm_struct *next) argument
240 get_new_mmu_context(next, cpu);
253 cpu_asid(cpu, next));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/genksyms/
H A Dparse.y41 *p = node->next;
129 struct string_list *decl = (*$3)->next;
130 (*$3)->next = NULL;
219 r->next = (*$1)->next; *$3 = r; (*$1)->next = NULL;
226 r->next = (*$1)->next; *$3 = r; (*$1)->next = NULL;
233 r->next
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dkxgettext.c44 goto next;
51 next:
65 struct file_line *next; member in struct:file_line
79 self->next = NULL;
87 struct message *next; member in struct:message
109 self->next = NULL;
127 m = m->next;
141 fl->next = self->files;
161 m->next = message__list;
182 for (child = menu->list; child != NULL; child = child->next)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Drwsem.c62 struct list_head *next; local
65 waiter = list_entry(sem->wait_list.next, struct rwsem_waiter, list);
80 if (waiter->list.next == &sem->wait_list)
129 if (waiter->list.next == &sem->wait_list)
132 waiter = list_entry(waiter->list.next,
144 next = sem->wait_list.next;
146 waiter = list_entry(next, struct rwsem_waiter, list);
147 next = waiter->list.next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dkxgettext.c44 goto next;
47 next:
61 struct file_line *next; member in struct:file_line
75 self->next = NULL;
83 struct message *next; member in struct:message
105 self->next = NULL;
123 m = m->next;
137 fl->next = self->files;
157 m->next = message__list;
178 for (child = menu->list; child != NULL; child = child->next)
[all...]
H A Dmenu.c56 last_entry_ptr = &menu->next;
73 last_entry_ptr = &current_menu->next;
165 for (prop = sym->prop; prop; prop = prop->next) {
216 for (menu = parent->list; menu; menu = menu->next) {
231 for (menu = parent->list; menu; menu = menu->next) {
240 for (; prop; prop = prop->next) {
256 for (menu = parent->list; menu; menu = menu->next)
263 for (menu = parent->next; menu; menu = menu->next) {
268 goto next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/infback9/
H A Dinfback9.c57 code *next, *lenfix, *distfix; local
67 next = fixed;
68 lenfix = next;
70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
75 distfix = next;
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
128 have = in(in_desc, &next); \
130 next = Z_NULL; \
143 hold += (unsigned long)(*next++) << bits; \
225 z_const unsigned char FAR *next; /* nex local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c57 code *next, *lenfix, *distfix; local
67 next = fixed;
68 lenfix = next;
70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
75 distfix = next;
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
128 have = in(in_desc, &next); \
130 next = Z_NULL; \
143 hold += (unsigned long)(*next++) << bits; \
225 unsigned char FAR *next; /* nex local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c57 code *next, *lenfix, *distfix; local
67 next = fixed;
68 lenfix = next;
70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
75 distfix = next;
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
128 have = in(in_desc, &next); \
130 next = Z_NULL; \
143 hold += (unsigned long)(*next++) << bits; \
225 unsigned char FAR *next; /* nex local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/infback9/
H A Dinfback9.c57 code *next, *lenfix, *distfix; local
67 next = fixed;
68 lenfix = next;
70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
75 distfix = next;
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
128 have = in(in_desc, &next); \
130 next = Z_NULL; \
143 hold += (unsigned long)(*next++) << bits; \
225 unsigned char FAR *next; /* nex local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_yadif.c56 AVFilterBufferRef *next; member in struct:__anon2099
60 uint8_t *prev, uint8_t *cur, uint8_t *next,
81 int temporal_diff2 =(FFABS(next[mrefs] - c) + FFABS(next[prefs] - e) )>>1; \
109 next++; \
115 uint8_t *prev, uint8_t *cur, uint8_t *next,
120 uint8_t *next2 = parity ? cur : next;
126 uint16_t *prev, uint16_t *cur, uint16_t *next,
131 uint16_t *next2 = parity ? cur : next;
160 uint8_t *next local
114 filter_line_c(uint8_t *dst, uint8_t *prev, uint8_t *cur, uint8_t *next, int w, int prefs, int mrefs, int parity, int mode) argument
125 filter_line_c_16bit(uint16_t *dst, uint16_t *prev, uint16_t *cur, uint16_t *next, int w, int prefs, int mrefs, int parity, int mode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_asym.c81 snd_config_iterator_t i, next; local
84 snd_config_for_each(i, next, conf) {
H A Dpcm_empty.c79 snd_config_iterator_t i, next; local
82 snd_config_for_each(i, next, conf) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dnss_info.h40 struct nss_function_entry *prev, *next; member in struct:nss_function_entry
50 struct nss_domain_entry *prev, *next; member in struct:nss_domain_entry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dpcap.c70 struct pcap_cache *next; member in struct:pcap_cache
85 p->next = pcap_cache;
93 pcap_cache_t *p, *next; local
95 for (p = cache; p != NULL; p = next) {
96 next = p->next;
240 for (p = pcap_cache; p != NULL; p = p->next)
259 for (p = pcap_cache; p != NULL; p = p->next)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminidlnatypes.h79 struct media_dir_s *next; member in struct:media_dir_s
85 struct album_art_name_s *next; member in struct:album_art_name_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dhash.c40 struct _xmlHashEntry *next; member in struct:_xmlHashEntry
200 xmlHashEntryPtr iter, next; local
238 table->table[key].next = NULL;
242 iter = oldtable[i].next;
244 next = iter->next;
254 table->table[key].next = NULL;
257 iter->next = table->table[key].next;
258 table->table[key].next
291 xmlHashEntryPtr next; local
833 xmlHashEntryPtr next; local
907 xmlHashEntryPtr next; local
947 xmlHashEntryPtr next; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dformat.c42 return f->next;
50 return f->next;
59 format->next = NULL;
61 p = &(*p)->next;
62 last_iformat = &format->next;
69 format->next = NULL;
71 p = &(*p)->next;
72 last_oformat = &format->next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpf.h44 struct pf_subnet *next; member in struct:pf_subnet
59 struct pf_cn_elem *next; member in struct:pf_cn_elem
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/gen/
H A Dgh.c26 struct element *next; member in struct:element
82 struct element *elem, *next; local
89 elem = next) {
90 next = elem->next;
127 for (; elem; elem = elem->next) {
165 elem->next = hash_tab->buckets[i];
211 elem = elem->next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Dhttp_struct.h59 TAILQ_ENTRY(evhttp_request) next; member in struct:evhttp_request
64 } next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dhash.c40 struct _xmlHashEntry *next; member in struct:_xmlHashEntry
200 xmlHashEntryPtr iter, next; local
238 table->table[key].next = NULL;
242 iter = oldtable[i].next;
244 next = iter->next;
254 table->table[key].next = NULL;
257 iter->next = table->table[key].next;
258 table->table[key].next
291 xmlHashEntryPtr next; local
833 xmlHashEntryPtr next; local
907 xmlHashEntryPtr next; local
947 xmlHashEntryPtr next; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtunnel4.c34 for (pprev = fam_handlers(family); *pprev; pprev = &(*pprev)->next) {
41 handler->next = *pprev;
60 for (pprev = fam_handlers(family); *pprev; pprev = &(*pprev)->next) {
62 *pprev = handler->next;
83 for (handler = tunnel4_handlers; handler; handler = handler->next)
102 for (handler = tunnel64_handlers; handler; handler = handler->next)
118 for (handler = tunnel4_handlers; handler; handler = handler->next)
128 for (handler = tunnel64_handlers; handler; handler = handler->next)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Datmclip.h34 struct clip_vcc *next; /* next VCC */ member in struct:clip_vcc
53 struct net_device *next; /* next CLIP interface */ member in struct:clip_priv
H A Dipip.h19 struct ip_tunnel *next; member in struct:ip_tunnel
42 struct ip_tunnel_prl_entry *next; member in struct:ip_tunnel_prl_entry

Completed in 369 milliseconds

<<11121314151617181920>>