Searched refs:next (Results 176 - 200 of 4011) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/delta/
H A Ddelta_decoder.c35 assert(coder->next.code != NULL);
39 const lzma_ret ret = coder->next.code(coder->next.coder, allocator,
50 lzma_delta_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
53 next->code = &delta_decode;
54 return lzma_delta_coder_init(next, allocator, filters);
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/simple/
H A Darm.c48 arm_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
51 return lzma_simple_coder_init(next, allocator, filters,
57 lzma_simple_arm_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
60 return arm_coder_init(next, allocator, filters, true);
65 lzma_simple_arm_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
68 return arm_coder_init(next, allocator, filters, false);
H A Darmthumb.c53 armthumb_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
56 return lzma_simple_coder_init(next, allocator, filters,
62 lzma_simple_armthumb_encoder_init(lzma_next_coder *next, argument
65 return armthumb_coder_init(next, allocator, filters, true);
70 lzma_simple_armthumb_decoder_init(lzma_next_coder *next, argument
73 return armthumb_coder_init(next, allocator, filters, false);
H A Dpowerpc.c52 powerpc_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
55 return lzma_simple_coder_init(next, allocator, filters,
61 lzma_simple_powerpc_encoder_init(lzma_next_coder *next, argument
64 return powerpc_coder_init(next, allocator, filters, true);
69 lzma_simple_powerpc_decoder_init(lzma_next_coder *next, argument
72 return powerpc_coder_init(next, allocator, filters, false);
H A Dsparc.c60 sparc_coder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
63 return lzma_simple_coder_init(next, allocator, filters,
69 lzma_simple_sparc_encoder_init(lzma_next_coder *next, argument
72 return sparc_coder_init(next, allocator, filters, true);
77 lzma_simple_sparc_decoder_init(lzma_next_coder *next, argument
80 return sparc_coder_init(next, allocator, filters, false);
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_stripelocks.h59 RF_LockReqDesc_t *next; /* next element in chain */ member in struct:RF_LockReqDesc_s
74 RF_StripeLockDesc_t *next; /* for hash table collision resolution */ member in struct:RF_StripeLockDesc_s
94 if ((_asm)->parityInfo->next) { \
95 (_lrd).start2 = (_asm)->parityInfo->next->startSector; \
96 (_lrd).stop2 = (_asm)->parityInfo->next->startSector + (_asm)->parityInfo->next->numSector-1; \
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dmkpar.c87 temp->next = actions;
128 action *temp, *prev, *next; local
131 for (next = actions; next && next->symbol < symbol; next = next->next)
132 prev = next;
134 while (next
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dcontext.c137 struct change *next;
180 next = hunk;
187 while (next && next->line0 + next->deleted <= i)
188 next = next->link;
193 if (next && next->line0 <= i)
197 prefix = (next
134 struct change *next; local
266 struct change *next; local
400 struct change *next = script->link; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dqueue.h40 #define ISC_QLINK(type) struct { type *prev, *next; }
44 (elt)->link.next = (elt)->link.prev = (void *)(-1); \
47 #define ISC_QLINK_LINKED(elt, link) ((void*)(elt)->link.next != (void*)(-1))
92 * push wins - updates {head,tail}->link.next, pop updates head
93 * with new ->link.next and doesn't update tail
112 (elt)->link.next = NULL; \
114 (queue).tail->link.next = (elt); \
129 if (ret->link.next == NULL) { \
131 if (ret->link.next == NULL) { \
138 (queue).head = ret->link.next; \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dhw-handles.c32 struct hw_handle_mapping *next; member in struct:hw_handle_mapping
73 while (current_map->next != NULL)
75 if (current_map->external != current_map->next->external + 1)
77 current_map = current_map->next;
79 ASSERT (current_map->next == NULL);
101 current_map = current_map->next;
117 current_map = current_map->next;
133 current_map = current_map->next;
149 current_map = current_map->next;
168 new_map->next
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/intel/
H A Dmm.c40 for(p = heap->next; p != heap; p = p->next) {
76 heap->next = block;
82 block->next = heap;
102 /* break left [p, newblock, p->next], then p = newblock */
112 newblock->next = p->next;
114 p->next->prev = newblock;
115 p->next = newblock;
126 /* break right, also [p, newblock, p->next] */
275 struct mem_block *next = p->next; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-2.c18 struct S *next; member in struct:S
91 __builtin_prefetch (str.next, 0, 0);
92 __builtin_prefetch (ptr_str->next, 0, 0);
93 __builtin_prefetch (str.next->d, 0, 0);
94 __builtin_prefetch (ptr_str->next->d, 0, 0);
123 __builtin_prefetch (t.next, 0, 0);
124 __builtin_prefetch (pt->next, 0, 0);
125 __builtin_prefetch (t.next->d, 0, 0);
126 __builtin_prefetch (pt->next->d, 0, 0);
147 str.next
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-2.c18 struct S *next; member in struct:S
91 __builtin_prefetch (str.next, 0, 0);
92 __builtin_prefetch (ptr_str->next, 0, 0);
93 __builtin_prefetch (str.next->d, 0, 0);
94 __builtin_prefetch (ptr_str->next->d, 0, 0);
123 __builtin_prefetch (t.next, 0, 0);
124 __builtin_prefetch (pt->next, 0, 0);
125 __builtin_prefetch (t.next->d, 0, 0);
126 __builtin_prefetch (pt->next->d, 0, 0);
147 str.next
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libxutil/
H A DDviChar.c19 struct map_list *next; member in struct:map_list
38 for (m = world; m; m=m->next)
51 for (m = world; m; m = m->next)
56 m->next = world;
68 DviCharNameHash *h, *next; local
73 for (h = buckets[i]; h; h=next) {
74 next = h->next;
108 h->next = buckets[i];
123 for (h = map->buckets[i]; h; h=h->next)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dldapsync.c180 char *next, *end; local
197 for ( next=cookie->octet_str.bv_val; next < end; ) {
198 if ( !strncmp( next, "rid=", STRLENOF("rid=") )) {
199 char *rid_ptr = next;
200 cookie->rid = strtol( &rid_ptr[ STRLENOF( "rid=" ) ], &next, 10 );
201 if ( next == rid_ptr ||
202 next > end ||
203 ( *next && *next !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dcontext.c209 struct change *next = hunk;
216 while (next && next->line0 + next->deleted <= i)
217 next = next->link;
222 if (next && next->line0 <= i)
226 prefix = (next->inserted > 0 ? "!" : "-");
238 struct change *next
206 struct change *next = hunk; local
235 struct change *next = hunk; local
293 struct change *next; local
430 struct change *next = script->link; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dlinenum.c46 struct linenum_info *next; /* Link to next in the list */ member in struct:linenum_info
49 POSITION gap; /* Gap between prev and next */
54 * is the distance between the previous one and the next one in the list.
92 p->next = p+1;
93 pool[NPOOL-2].next = NULL;
101 anchor.next = anchor.prev = &anchor;
120 if (p == &anchor || p->next == &anchor)
122 p->gap = p->next->pos - p->prev->pos;
145 for (p = anchor.next;
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/common/
H A Dblock_decoder.c26 lzma_next_coder next; member in struct:lzma_coder_s
84 const lzma_ret ret = coder->next.code(coder->next.coder,
175 lzma_next_end(&coder->next, allocator);
182 lzma_block_decoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
185 lzma_next_coder_init(&lzma_block_decoder_init, next, allocator);
194 // Allocate and initialize *next->coder if needed.
195 if (next->coder == NULL) {
196 next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
197 if (next
[all...]
H A Dstream_encoder.c135 // with the next Block.
266 lzma_stream_encoder_init(lzma_next_coder *next, lzma_allocator *allocator, argument
269 lzma_next_coder_init(&lzma_stream_encoder_init, next, allocator);
274 if (next->coder == NULL) {
275 next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
276 if (next->coder == NULL)
279 next->code = &stream_encode;
280 next->end = &stream_encoder_end;
281 next->update = &stream_encoder_update;
283 next
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dresolv.c80 for (nd = domains; nd; nd = nd -> next) {
81 dp = &nd -> next;
90 nd -> next =
113 for (ns = name_servers; ns; ns = ns -> next) {
114 sp = &ns -> next;
124 ns -> next = (struct name_server *)0;
145 ns = sp -> next;
148 sl -> next = sp -> next;
150 name_servers = sp -> next;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Dstalloc.c152 struct mem_node *mn, *next, *prev; local
160 next = mn->link.cqe_next;
166 if (next != (void *)&st_list && next->free_link.cqe_next) {
168 * if next is: a valid node and a free node. ==> merge
170 CIRCLEQ_INSERT_BEFORE(&free_list, next, mn, free_link);
171 CIRCLEQ_REMOVE(&st_list, next, link);
172 CIRCLEQ_REMOVE(&st_list, next, free_link);
174 mn->size += next->size + sizeof(struct mem_node);
194 while (next !
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dblacklist.c36 e = e->next;
77 e->next = wpa_s->blacklist;
100 wpa_s->blacklist = e->next;
102 prev->next = e->next;
110 e = e->next;
128 e = e->next;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddbgcnt.c124 const char *next; local
126 next = dbg_cnt_process_single_pair (arg);
127 if (next == NULL)
129 } while (*next == ',' && (arg = next + 1));
131 if (next == NULL || *next != 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dobserver.c83 struct observer_list *next; member in struct:observer_list
120 observer_list->next = *subject;
143 previous_node->next = current_node->next;
145 *subject = current_node->next;
150 current_node = current_node->next;
169 current_node = current_node->next;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-symtab.c36 struct stpy_symtab_object *next; member in struct:stpy_symtab_object
66 struct salpy_sal_object *next; member in struct:salpy_sal_object
185 symtab->prev->next = symtab->next;
189 stpy_objfile_data_key, symtab->next);
191 if (symtab->next)
192 symtab->next->prev = symtab->prev;
251 self_sal->prev->next = self_sal->next;
254 salpy_objfile_data_key, self_sal->next);
401 symtab_object *next = obj->next; local
422 sal_object *next = obj->next; local
[all...]

Completed in 336 milliseconds

1234567891011>>