Searched refs:next (Results 126 - 150 of 4898) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dmkregtable.c36 * sometimes we already know the next/prev entries and we can
42 struct list_head *next, *prev; member in struct:list_head
52 list->next = list;
60 * the prev/next entries already!
64 struct list_head *prev, struct list_head *next)
66 next->prev = new;
67 new->next = next;
69 prev->next = new;
73 struct list_head *prev, struct list_head *next);
63 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) argument
109 __list_del(struct list_head *prev, struct list_head *next) argument
222 struct list_head *next = head->next; local
276 __list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next) argument
[all...]
H A Dradeon_mem.c16 * The above copyright notice and this permission notice (including the next
53 newblock->next = p->next;
55 p->next->prev = newblock;
56 p->next = newblock;
70 newblock->next = p->next;
72 p->next->prev = newblock;
73 p->next = newblock;
116 if (p->next
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dbuffer.c69 struct buffer_data *next; local
74 next = d->next;
76 d = next;
82 next = d->next;
84 d = next;
112 struct buffer_data *next; local
114 for (data = b->head; data; data = next)
116 next
226 struct buffer_data *next; local
316 struct buffer_data *next; local
399 struct buffer_data *next; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dcommon.c91 lzma_next_filter_init(lzma_next_coder *next, lzma_allocator *allocator, argument
94 lzma_next_coder_init(filters[0].init, next, allocator);
95 next->id = filters[0].id;
97 ? LZMA_OK : filters[0].init(next, allocator, filters);
102 lzma_next_filter_update(lzma_next_coder *next, lzma_allocator *allocator, argument
107 // reversed_filters[0].id and next->id.
108 if (reversed_filters[0].id != next->id)
114 assert(next->update != NULL);
115 return next->update(next
120 lzma_next_end(lzma_next_coder *next, lzma_allocator *allocator) argument
[all...]
H A Dblock_encoder.h44 extern lzma_ret lzma_block_encoder_init(lzma_next_coder *next,
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dcommon.c91 lzma_next_filter_init(lzma_next_coder *next, lzma_allocator *allocator, argument
94 lzma_next_coder_init(filters[0].init, next, allocator);
95 next->id = filters[0].id;
97 ? LZMA_OK : filters[0].init(next, allocator, filters);
102 lzma_next_filter_update(lzma_next_coder *next, lzma_allocator *allocator, argument
107 // reversed_filters[0].id and next->id.
108 if (reversed_filters[0].id != next->id)
114 assert(next->update != NULL);
115 return next->update(next
120 lzma_next_end(lzma_next_coder *next, lzma_allocator *allocator) argument
[all...]
H A Dblock_encoder.h44 extern lzma_ret lzma_block_encoder_init(lzma_next_coder *next,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-prop-list.c31 CRPropList *next; member in struct:_CRPropListPriv
89 cur && PRIVATE (cur) && PRIVATE (cur)->next;
90 cur = PRIVATE (cur)->next) ;
92 PRIVATE (cur)->next = a_to_append;
145 for (cur = a_to_prepend; cur && PRIVATE (cur)->next;
146 cur = PRIVATE (cur)->next) ;
148 PRIVATE (cur)->next = a_this;
277 for (cur = a_this; cur; cur = PRIVATE (cur)->next) {
300 *Gets the next prop/decl pair in the list
302 *Returns the next pro
343 *next = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-prop-list.c31 CRPropList *next; member in struct:_CRPropListPriv
89 cur && PRIVATE (cur) && PRIVATE (cur)->next;
90 cur = PRIVATE (cur)->next) ;
92 PRIVATE (cur)->next = a_to_append;
145 for (cur = a_to_prepend; cur && PRIVATE (cur)->next;
146 cur = PRIVATE (cur)->next) ;
148 PRIVATE (cur)->next = a_this;
277 for (cur = a_this; cur; cur = PRIVATE (cur)->next) {
300 *Gets the next prop/decl pair in the list
302 *Returns the next pro
343 *next = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Ddebug.c47 struct debug *next; member in struct:debug
60 for (debug = allocated; debug; debug = debug->next) {
95 debug->next = allocated;
155 if (debug->next)
156 debug->next->prev = debug;
158 debug->prev->next = debug;
182 if (debug->next)
183 debug->next->prev = debug->prev;
185 debug->prev->next = debug->next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dtivo_beacon.h36 struct aBeacon *next; member in struct:aBeacon
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Ddebug.c47 struct debug *next; member in struct:debug
60 for (debug = allocated; debug; debug = debug->next) {
95 debug->next = allocated;
155 if (debug->next)
156 debug->next->prev = debug;
158 debug->prev->next = debug;
182 if (debug->next)
183 debug->next->prev = debug->prev;
185 debug->prev->next = debug->next;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Ddirlist.h6 struct hidegroup *next; member in struct:hidegroup
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DHandler.java69 Handler next; field in class:Handler
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr018/
H A Dt.c21 goto next;
24 goto next;
28 goto next;
32 next: if (ch == '\n')
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/delta/
H A Ddelta_decoder.h18 extern lzma_ret lzma_delta_decoder_init(lzma_next_coder *next,
H A Ddelta_encoder.h18 extern lzma_ret lzma_delta_encoder_init(lzma_next_coder *next,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/raid/
H A Dxor.h10 struct xor_block_template *next; member in struct:xor_block_template
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dmmu.h12 struct sram_list_struct *next; member in struct:sram_list_struct
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dchildlist.h19 void *next; member in struct:hotplug2_child_t
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/delta/
H A Ddelta_decoder.h18 extern lzma_ret lzma_delta_decoder_init(lzma_next_coder *next,
H A Ddelta_encoder.h18 extern lzma_ret lzma_delta_encoder_init(lzma_next_coder *next,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dmmu_context.h122 struct mm_struct *next, struct task_struct *tsk)
128 if (prev != next) {
130 cpumask_set_cpu(cpu, mm_cpumask(next));
132 /* Set MPTB = next->pgd */
133 *(volatile unsigned long *)MPTB = (unsigned long)next->pgd;
134 activate_context(next);
138 if (!cpumask_test_and_set_cpu(cpu, mm_cpumask(next)))
139 activate_context(next);
145 #define activate_mm(prev, next) \
146 switch_mm((prev), (next), NUL
121 switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dtree.h56 * @param next If next is not NULL, then next[0] will contain the previous
57 * element and next[1] the next element. If either does not exist,
58 * then the corresponding entry in next is unchanged.
63 int (*cmp)(void *key, const void *b), void *next[2]);
68 * If *next is NULL, then the supplied element will be removed if it exists.
69 * If *next is non-NULL, then the supplied element will be inserted, unless
76 * @param next Use
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DForwardCursor.java33 * Moves the cursor to the next value and returns it, or returns null
39 * @return the next value, or null if there are no more values in the
42 V next() method in interface:ForwardCursor
46 * Moves the cursor to the next value and returns it, or returns null
53 * @return the next value, or null if there are no more values in the
56 V next(LockMode lockMode) method in interface:ForwardCursor

Completed in 195 milliseconds

1234567891011>>