Home
last modified time | relevance | path

Searched refs:e_next (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_event.c149 e->e_next = ee; in clixon_event_reg_fd()
173 *e_prev = e->e_next; in clixon_event_unreg_fd()
178 e_prev = &e->e_next; in clixon_event_unreg_fd()
229 e_prev = &e1->e_next; in clixon_event_reg_timeout()
231 e->e_next = e1; in clixon_event_reg_timeout()
261 e_prev = &e->e_next; in clixon_event_unreg_timeout()
345 e_next = e->e_next; in clixon_event_loop()
372 e_next = ee; in clixon_event_exit()
374 e_next = e->e_next; in clixon_event_exit()
378 e_next = ee_timers; in clixon_event_exit()
[all …]
/dports/math/calc/calc-2.14.0.14/
H A Dlistfunc.c136 ep->e_next = oldep; in insertlistmiddle()
232 if (ep->e_next) in removelistelement()
235 ep->e_prev->e_next = ep->e_next; in removelistelement()
270 ep = ep->e_next; in listsegment()
273 ep = ep->e_next; in listsegment()
278 ep = ep->e_next; in listsegment()
281 ep = ep->e_next; in listsegment()
315 ep = ep->e_next; in listsearch()
478 e1 = e1->e_next; in listcmp()
479 e2 = e2->e_next; in listcmp()
[all …]
H A Dpoly.c51 if (evalpoly(v.v_list, x->e_next, &tmp1)) { in evp()
90 return evalpoly(v.v_list, x->e_next, vres); in evalpoly()
102 for (ep = lp2->l_first; ep; ep = ep->e_next) { in insertitems()
117 for (ep = lp->l_first; ep; ep = ep->e_next) { in countlistitems()
133 for (ep = lp->l_first; ep; ep = ep->e_next) { in addlistitems()
148 for (ep = lp->l_first; ep; ep = ep->e_next) { in addlistinv()
H A Dassocfunc.c94 for (ep = *listhead; ep; ep = ep->e_next) { in associndex()
123 ep->e_next = *listhead; in associndex()
216 for (ep = ap->a_table[i]; ep; ep = ep->e_next) { in elemindex()
290 for (ep1 = *table1++; ep1; ep1 = ep1->e_next) { in assoccmp()
294 ep2 = ep2->e_next) { in assoccmp()
331 oldep = oldep->e_next) { in assoccopy()
347 ep->e_next = *listhead; in assoccopy()
387 *oldlist = ep->e_next; in resize()
389 ep->e_next = *newlist; in resize()
413 ep->e_next = NULL; in assoc_elemfree()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dpolyfill_2d_beautify.c56 uint e_next; member
210 const struct HalfEdge *e_a_other = &edges[edges[e_a->e_next].e_next]; in polyedge_rotate_beauty_calc()
211 const struct HalfEdge *e_b_other = &edges[edges[e_b->e_next].e_next]; in polyedge_rotate_beauty_calc()
296 ed_index[1] = ed[0]->e_next; in polyedge_rotate()
298 ed_index[2] = ed[1]->e_next; in polyedge_rotate()
303 ed_index[4] = ed[3]->e_next; in polyedge_rotate()
305 ed_index[5] = ed[4]->e_next; in polyedge_rotate()
308 ed[0]->e_next = ed_index[2]; in polyedge_rotate()
309 ed[1]->e_next = ed_index[3]; in polyedge_rotate()
310 ed[2]->e_next = ed_index[4]; in polyedge_rotate()
[all …]
H A Dscanfill_utils.c302 ScanFillEdge *e_next; in scanfill_preprocess_self_isect() local
313 e_next = pi->edge_first; in scanfill_preprocess_self_isect()
326 e_next = pi->edge_first; in scanfill_preprocess_self_isect()
333 e_next = eed; in scanfill_preprocess_self_isect()
350 v_next = (e_next->v1 == v_curr) ? e_next->v2 : e_next->v1; in scanfill_preprocess_self_isect()
351 BLI_assert(ELEM(v_curr, e_next->v1, e_next->v2)); in scanfill_preprocess_self_isect()
355 EFLAG_SET(e_next, E_ISDELETE); in scanfill_preprocess_self_isect()
364 e_curr = e_next; in scanfill_preprocess_self_isect()
366 e_next = edge_step(poly_info, poly_nr, v_prev, v_curr, e_curr); in scanfill_preprocess_self_isect()
/dports/cad/magic/magic-8.3.245/plow/
H A DPlowQueue.c218 for (ep = *pbin; ep; ep = ep->e_next)
240 eprev = ep, ep = ep->e_next)
317 enew->e_next = ep;
336 enew->e_next = ep;
352 enew->e_next = ep->e_next;
353 ep->e_next = enew;
375 eprev->e_next = ep->e_next;
403 enew->e_next = ep;
420 eprev->e_next = ep->e_next;
432 enew->e_next = *pbin;
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_iterators.c448 iter->e_next = iter->vdata->e; in bmiter__edge_of_vert_begin()
452 iter->e_next = NULL; in bmiter__edge_of_vert_begin()
458 BMEdge *e_curr = iter->e_next; in bmiter__edge_of_vert_step()
460 if (iter->e_next) { in bmiter__edge_of_vert_step()
461 iter->e_next = bmesh_disk_edge_next(iter->e_next, iter->vdata); in bmiter__edge_of_vert_step()
462 if (iter->e_next == iter->e_first) { in bmiter__edge_of_vert_step()
463 iter->e_next = NULL; in bmiter__edge_of_vert_step()
480 iter->e_next = iter->e_first; in bmiter__face_of_vert_begin()
496 iter->e_next = bmesh_disk_faceedge_find_next(iter->e_next, iter->vdata); in bmiter__face_of_vert_step()
519 iter->e_next = iter->e_first; in bmiter__loop_of_vert_begin()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Difv.c191 AVIndexEntry *ev, *ea, *e_next; in ifv_read_packet() local
194 ev = ea = e_next = NULL; in ifv_read_packet()
199 e_next = ev = &st->index_entries[ifv->next_video_index]; in ifv_read_packet()
208 e_next = ea; in ifv_read_packet()
257 if (!e_next) return AVERROR_EOF; in ifv_read_packet()
259 avio_seek(s->pb, e_next->pos, SEEK_SET); in ifv_read_packet()
260 ret = av_get_packet(s->pb, pkt, e_next->size); in ifv_read_packet()
264 if (e_next == ev) { in ifv_read_packet()
272 pkt->pts = e_next->timestamp; in ifv_read_packet()
273 pkt->pos = e_next->pos; in ifv_read_packet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Difv.c191 AVIndexEntry *ev, *ea, *e_next; in ifv_read_packet() local
194 ev = ea = e_next = NULL; in ifv_read_packet()
199 e_next = ev = &st->index_entries[ifv->next_video_index]; in ifv_read_packet()
208 e_next = ea; in ifv_read_packet()
257 if (!e_next) return AVERROR_EOF; in ifv_read_packet()
259 avio_seek(s->pb, e_next->pos, SEEK_SET); in ifv_read_packet()
260 ret = av_get_packet(s->pb, pkt, e_next->size); in ifv_read_packet()
264 if (e_next == ev) { in ifv_read_packet()
272 pkt->pts = e_next->timestamp; in ifv_read_packet()
273 pkt->pos = e_next->pos; in ifv_read_packet()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Difv.c191 AVIndexEntry *ev, *ea, *e_next; in ifv_read_packet() local
194 ev = ea = e_next = NULL; in ifv_read_packet()
199 e_next = ev = &st->index_entries[ifv->next_video_index]; in ifv_read_packet()
208 e_next = ea; in ifv_read_packet()
265 if (!e_next) return AVERROR_EOF; in ifv_read_packet()
267 avio_seek(s->pb, e_next->pos, SEEK_SET); in ifv_read_packet()
268 ret = av_get_packet(s->pb, pkt, e_next->size); in ifv_read_packet()
272 if (e_next == ev) { in ifv_read_packet()
280 pkt->pts = e_next->timestamp; in ifv_read_packet()
281 pkt->pos = e_next->pos; in ifv_read_packet()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Difv.c191 AVIndexEntry *ev, *ea, *e_next; in ifv_read_packet() local
194 ev = ea = e_next = NULL; in ifv_read_packet()
199 e_next = ev = &st->index_entries[ifv->next_video_index]; in ifv_read_packet()
208 e_next = ea; in ifv_read_packet()
265 if (!e_next) return AVERROR_EOF; in ifv_read_packet()
267 avio_seek(s->pb, e_next->pos, SEEK_SET); in ifv_read_packet()
268 ret = av_get_packet(s->pb, pkt, e_next->size); in ifv_read_packet()
272 if (e_next == ev) { in ifv_read_packet()
280 pkt->pts = e_next->timestamp; in ifv_read_packet()
281 pkt->pos = e_next->pos; in ifv_read_packet()
/dports/news/newsx/newsx-1.6/src/
H A Dpath.c36 struct ex_s *e_next; member
51 e->e_next = exclusion; in add_exclusion()
67 for (e = exclusion; e; e = e->e_next) { in get_exclusion()
85 for (e = exclusion; e; e = e->e_next) { in path_match()
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libsa/
H A Dls.c166 struct lsentry *e_next; member
192 for (np = names; *np; np = &(*np)->e_next) { in lsadd()
196 n->e_next = *np; in lsadd()
209 names = n->e_next; in lsprint()
219 names = n->e_next; in lsfree()
/dports/net/fspd/fsp-2.8.1b29/server/
H A Dfifocache.c62 cache->e_next=cache->e_head; in f_cache_new()
196 if(cache->e_destroy_func) cache->e_destroy_func(cache->e_next); in f_cache_put()
199 where=cache->e_next; in f_cache_put()
201 memcpy(cache->e_next,data,cache->entrysize); in f_cache_put()
204 cache->e_next+=cache->entrysize; in f_cache_put()
208 if(cache->e_next==cache->e_stop || cache->k_next==cache->k_stop) in f_cache_put()
210 cache->e_next=cache->e_head; in f_cache_put()
269 cache->e_next=cache->e_head; in f_cache_clear()
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/operators/
H A Dbmo_fill_edgeloop.c94 BMEdge *e_next = NULL; in bmo_edgeloop_fill_exec() local
116 e_next = e; in bmo_edgeloop_fill_exec()
128 v = BM_edge_other_vert(e_next, v); in bmo_edgeloop_fill_exec()
129 e_prev = e_next; in bmo_edgeloop_fill_exec()
/dports/games/taisei/taisei-1.3.2/src/
H A Dending.c167 EndingEntry *e_this, *e_next; in ending_draw() local
169 e_next = dynarray_get_ptr(&e->entries, e->pos + 1); in ending_draw()
172 int t2 = e_next->time - global.frames; in ending_draw()
209 EndingEntry *e_this, *e_next; in ending_advance() local
211 e_next = dynarray_get_ptr(&e->entries, e->pos + 1); in ending_advance()
216 global.frames < e_next->time - ENDING_FADE_TIME in ending_advance()
219 e_next->time = global.frames + (e->pos != e->entries.num_elements - 2) * ENDING_FADE_TIME; in ending_advance()
/dports/sysutils/radmind/radmind-1.15.4/contrib/
H A Dfsspy.c41 struct event *e_next; member
114 new->e_next = NULL; in event_new()
138 *cur = (*cur)->e_next; in event_insert()
157 cur = &(*cur)->e_next; in event_insert()
162 new->e_next = *cur; in event_insert()
174 tmp = cur->e_next; in event_print()
/dports/cad/magic/magic-8.3.245/mzrouter/
H A DmzEstimate.c154 struct estimate *e_next; member
1031 e->e_next = tc->tc_estimates;
1044 e->e_next = tc->tc_estimates;
1057 e->e_next = tc->tc_estimates;
1070 e->e_next = tc->tc_estimates;
1125 e->e_next = tc->tc_estimates;
1155 e->e_next = tc->tc_estimates;
1185 e->e_next = tc->tc_estimates;
1340 for(e2 = e->e_next; e2!= NULL && !found; e2=e2->e_next)
1352 Estimate *eNext = e->e_next;
[all …]
/dports/devel/ossp-val/val-0.9.4/
H A Dval.c283 next = el->e_next; in lh_expand()
285 el->e_next = headofnew; in lh_expand()
288 el->e_next = headofold; in lh_expand()
325 pel = &((*pel)->e_next); in lh_shrink()
371 for (el = *pel; el != NULL; el = el->e_next) { in lh_insert()
404 pel = &((*pel)->e_next); in lh_insert()
405 el->e_next = *pel; in lh_insert()
488 *pel = el->e_next; in lh_delete()
490 lel->e_next = el->e_next; in lh_delete()
525 for (; el != NULL; el = el->e_next) { in lh_apply()
[all …]
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_val/
H A Dval.c283 next = el->e_next; in lh_expand()
285 el->e_next = headofnew; in lh_expand()
288 el->e_next = headofold; in lh_expand()
325 pel = &((*pel)->e_next); in lh_shrink()
371 for (el = *pel; el != NULL; el = el->e_next) { in lh_insert()
404 pel = &((*pel)->e_next); in lh_insert()
405 el->e_next = *pel; in lh_insert()
488 *pel = el->e_next; in lh_delete()
490 lel->e_next = el->e_next; in lh_delete()
525 for (; el != NULL; el = el->e_next) { in lh_apply()
[all …]
/dports/devel/gnuelf-legacy/libelf-0.8.13/lib/
H A Dnext.c37 elf->e_parent->e_off = elf->e_next; in elf_next()
38 if (elf->e_next == elf->e_parent->e_size) { in elf_next()
/dports/devel/libelf/libelf-0.8.13/lib/
H A Dnext.c37 elf->e_parent->e_off = elf->e_next; in elf_next()
38 if (elf->e_next == elf->e_parent->e_size) { in elf_next()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dlist.c619 aJFlood *e, *e_next; in cmodej_deluserentries() local
621 for (e=cptr->user->jflood; e; e=e_next) in cmodej_deluserentries()
623 e_next = e->next_u; in cmodej_deluserentries()
642 aJFlood *e, *e_next; in cmodej_delchannelentries() local
644 for (e=chptr->jflood; e; e=e_next) in cmodej_delchannelentries()
646 e_next = e->next_c; in cmodej_delchannelentries()
665 aJFlood *e, *e_next; in EVENT() local
690 for (e = chptr->jflood; e; e = e_next) in EVENT()
692 e_next = e->next_c; in EVENT()
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/Queries/zorba/windowing/
H A Dq4.xq8 only end next $e_next
9 when $e_next/@time - $s_curr/@time gt $MAX_DIFF

12345678