Home
last modified time | relevance | path

Searched refs:cur_seg (Results 1 – 25 of 112) sorted by relevance

12345

/dports/deskutils/spice-gtk/spice-gtk-0.37/subprojects/spice-common/common/
H A Dlz_compress_tmpl.c465 while (cur_seg && ((((PIXEL *)cur_seg->lines_end) - ((PIXEL *)cur_seg->lines)) < 4)) { in FNAME()
467 if (cur_seg->lines != cur_seg->lines_end) { in FNAME()
468 ip = (PIXEL *)cur_seg->lines; in FNAME()
471 (((PIXEL *)cur_seg->lines_end) - ((PIXEL *)cur_seg->lines)) - 1)); in FNAME()
477 cur_seg = cur_seg->next; in FNAME()
480 if (!cur_seg) { in FNAME()
484 ip = (PIXEL *)cur_seg->lines; in FNAME()
489 hslot->image_seg = cur_seg; in FNAME()
499 FNAME(compress_seg)(encoder, cur_seg, ip, 2); in FNAME()
502 for (cur_seg = cur_seg->next; cur_seg; cur_seg = cur_seg->next) { in FNAME()
[all …]
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/common/
H A Dlz_compress_tmpl.c463 while (cur_seg && ((((PIXEL *)cur_seg->lines_end) - ((PIXEL *)cur_seg->lines)) < 4)) { in FNAME()
465 if (cur_seg->lines != cur_seg->lines_end) { in FNAME()
466 ip = (PIXEL *)cur_seg->lines; in FNAME()
469 (((PIXEL *)cur_seg->lines_end) - ((PIXEL *)cur_seg->lines)) - 1)); in FNAME()
475 cur_seg = cur_seg->next; in FNAME()
478 if (!cur_seg) { in FNAME()
482 ip = (PIXEL *)cur_seg->lines; in FNAME()
487 hslot->image_seg = cur_seg; in FNAME()
497 FNAME(compress_seg)(encoder, cur_seg, ip, 2); in FNAME()
500 for (cur_seg = cur_seg->next; cur_seg; cur_seg = cur_seg->next) { in FNAME()
[all …]
/dports/japanese/anthy/anthy-0.4/src-ordering/
H A Drelation.c124 struct seg_ent *cur_seg; in reorder_by_use_dict() local
127 cur_seg = anthy_get_nth_segment(sl, nth); in reorder_by_use_dict()
128 word_id = get_indep_word_id(cur_seg, 0); in reorder_by_use_dict()
360 word_id = get_indep_word_id(cur_seg, i); in check_candidate_context()
374 cur_seg->cands[i]->flag |= CEF_CONTEXT; in check_candidate_context()
382 struct seg_ent *cur_seg; in reorder_by_corpus() local
390 cur_seg = anthy_get_nth_segment(sl, nth); in reorder_by_corpus()
395 for (i = 0; i < cur_seg->nr_cands; i++) { in reorder_by_corpus()
400 cur_seg->cands[0]->flag &= ~CEF_CONTEXT; in reorder_by_corpus()
404 for (i = 1; i < cur_seg->nr_cands; i++) { in reorder_by_corpus()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/han/
H A Dcoll_han_allreduce.c48 int cur_seg, in mca_coll_han_set_allreduce_args() argument
64 args->cur_seg = cur_seg; in mca_coll_han_set_allreduce_args()
188 t->cur_seg = t->cur_seg + 1; in mca_coll_han_allreduce_intra()
260 if (t->cur_seg <= t->num_segments - 2) { in mca_coll_han_allreduce_t1_task()
261 if (t->cur_seg == t->num_segments - 2 && t->last_seg_count != t->seg_count) { in mca_coll_han_allreduce_t1_task()
298 if (t->cur_seg <= t->num_segments - 2) { in mca_coll_han_allreduce_t2_task()
319 if (t->cur_seg <= t->num_segments - 3) { in mca_coll_han_allreduce_t2_task()
320 if (t->cur_seg == t->num_segments - 3 && t->last_seg_count != t->seg_count) { in mca_coll_han_allreduce_t2_task()
352 if (t->cur_seg <= t->num_segments - 2) { in mca_coll_han_allreduce_t3_task()
362 if (t->cur_seg <= t->num_segments - 3) { in mca_coll_han_allreduce_t3_task()
[all …]
H A Dcoll_han_bcast.c35 int num_segments, int cur_seg, int w_rank, int last_seg_count, in mca_coll_han_set_bcast_args() argument
47 args->cur_seg = cur_seg; in mca_coll_han_set_bcast_args()
148 while (t->cur_seg <= t->num_segments - 2) { in mca_coll_han_bcast_intra()
152 t->cur_seg = t->cur_seg + 1; in mca_coll_han_bcast_intra()
169 t->cur_seg)); in mca_coll_han_bcast_t0_task()
192 t->cur_seg)); in mca_coll_han_bcast_t1_task()
196 if (t->cur_seg <= t->num_segments - 2 ) { in mca_coll_han_bcast_t1_task()
197 if (t->cur_seg == t->num_segments - 2) { in mca_coll_han_bcast_t1_task()
208 tmp_count = (t->cur_seg == (t->num_segments - 1)) ? t->last_seg_count : t->seg_count; in mca_coll_han_bcast_t1_task()
H A Dcoll_han_reduce.c32 int num_segments, int cur_seg, int w_rank, int last_seg_count, in mca_coll_han_set_reduce_args() argument
46 args->cur_seg = cur_seg; in mca_coll_han_set_reduce_args()
169 while (t->cur_seg <= t->num_segments - 2) { in mca_coll_han_reduce_intra()
178 t->cur_seg = t->cur_seg + 1; in mca_coll_han_reduce_intra()
200 t->cur_seg)); in mca_coll_han_reduce_t0_task()
214 t->cur_seg)); in mca_coll_han_reduce_t1_task()
217 int cur_seg = t->cur_seg; in mca_coll_han_reduce_t1_task() local
222 if (cur_seg == t->num_segments - 1 && t->last_seg_count != t->seg_count) { in mca_coll_han_reduce_t1_task()
233 char *tmp_sbuf = (char*)t->rbuf + (cur_seg % 2)*(extent * t->seg_count); in mca_coll_han_reduce_t1_task()
240 int next_seg = cur_seg + 1; in mca_coll_han_reduce_t1_task()
/dports/japanese/kinput2/kinput2-v3.1/lib/Xatoklib/
H A Dsegment.c99 if ( abuf->cur_seg < abuf->nbr_of_seg ) {
100 *nsegp = abuf->cur_seg ;
101 *ncharp = abuf->segments[abuf->cur_seg].offset ;
103 else if ( abuf->cur_seg > 0 ) {
105 *ncharp = abuf->segments[abuf->cur_seg].offset ;
182 if ( abuf->cur_seg == n ) {
185 else if ( n < abuf->cur_seg ) {
334 abuf->cur_seg++ ;
447 abuf->cur_seg-- ;
/dports/net/mpich/mpich-3.4.3/modules/izem/src/queue/
H A Dzm_faqueue.c54 zm_faseg_t *cur_seg = seg; in zm_facell_find() local
57 for (zm_ulong_t i = cur_seg->id; i < trg_seg; i++) in zm_facell_find()
58 cur_seg = zm_faseg_advance (cur_seg, i + 1); in zm_facell_find()
59 assert(cur_seg->id == trg_seg); in zm_facell_find()
61 return &cur_seg->cells[cell_id % ZM_MAX_FASEG_SIZE]; in zm_facell_find()
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dline.c31 l->cur_seg = -1; in line_new()
57 l->cur_seg = -1; in reset_line()
76 l->cur_seg++; in add_segment()
77 if (l->cur_seg>=l->max_seg) in add_segment()
78 extend_line (l, l->cur_seg+1); in add_segment()
79 (l->segments+l->cur_seg)->x0 = x0; in add_segment()
80 (l->segments+l->cur_seg)->y0 = y0; in add_segment()
81 (l->segments+l->cur_seg)->x1 = x1; in add_segment()
82 (l->segments+l->cur_seg)->y1 = y1; in add_segment()
405 for (l->cur_seg=0; l->cur_seg<l->max_seg; l->cur_seg++) { in draw_n_transform_all_segments()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/storage/
H A Dstorage_persistent.c404 if (sc->cur_seg != NULL) in v_matchproto_()
405 smp_close_seg(sc, sc->cur_seg); in v_matchproto_()
406 AZ(sc->cur_seg); in v_matchproto_()
453 if (sc->cur_seg != NULL) in smp_allocx()
456 if (sc->cur_seg != NULL) in smp_allocx()
457 smp_close_seg(sc, sc->cur_seg); in smp_allocx()
459 if (sc->cur_seg != NULL) in smp_allocx()
466 AN(sc->cur_seg); in smp_allocx()
470 sg = sc->cur_seg; in smp_allocx()
624 if (sg == sc->cur_seg) in debug_report_silo()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpboundary.c252 const GimpBoundSeg *cur_seg; in gimp_boundary_sort() local
273 if (x == cur_seg->x1 && y == cur_seg->y1) in gimp_boundary_sort()
276 cur_seg->x1, cur_seg->y1, in gimp_boundary_sort()
277 cur_seg->x2, cur_seg->y2, in gimp_boundary_sort()
278 cur_seg->open); in gimp_boundary_sort()
279 x = cur_seg->x2; in gimp_boundary_sort()
280 y = cur_seg->y2; in gimp_boundary_sort()
285 cur_seg->x2, cur_seg->y2, in gimp_boundary_sort()
286 cur_seg->x1, cur_seg->y1, in gimp_boundary_sort()
288 x = cur_seg->x1; in gimp_boundary_sort()
[all …]
/dports/databases/pgbarman/barman-release-2.17/barman/
H A Dxlog.py288 cur_log, cur_seg = begin_log, begin_seg
290 end is None or cur_log < end_log or (cur_log == end_log and cur_seg <= end_seg)
292 yield encode_segment_name(begin_tli, cur_log, cur_seg)
293 cur_seg += 1
294 if cur_seg > xlog_seg_per_file or (
295 skip_last_segment and cur_seg == xlog_seg_per_file
297 cur_seg = 0
/dports/games/edge/Edge-1.35-source/src/
H A Dr_render.cc126 static seg_t *cur_seg; variable
1043 if (cur_seg->v1->y == cur_seg->v2->y) in DrawWallPart()
1045 else if (cur_seg->v1->x == cur_seg->v2->x) in DrawWallPart()
1220 if (cur_seg->side == 0) in DrawSlidingDoor()
1222 s_seg = cur_seg->offset; in DrawSlidingDoor()
1671 float sx = cur_seg->v1->x; in DLIT_Flood()
1720 if (cur_seg->linedef && in EmulateFloodPlane()
1721 cur_seg->linedef->frontsector == cur_seg->linedef->backsector) in EmulateFloodPlane()
1861 cur_seg = seg; in RGL_DrawSeg()
1898 cur_seg->back_sub->sector->f_h > cur_seg->front_sub->sector->f_h && in RGL_DrawSeg()
[all …]
/dports/japanese/anthy/anthy-0.4/calctrans/
H A Dproccorpus.c98 char *str, *cur, *cur_seg; in for_each_segment() local
107 cur_seg = cur; in for_each_segment()
113 fn(ac, cr, nth, cur_seg); in for_each_segment()
118 cur_seg = cur; in for_each_segment()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/core/
H A Dtcp_out.c605 struct tcp_seg **cur_seg = &(pcb->unacked); in tcp_output() local
606 while (*cur_seg && in tcp_output()
608 cur_seg = &((*cur_seg)->next ); in tcp_output()
610 seg->next = (*cur_seg); in tcp_output()
611 (*cur_seg) = seg; in tcp_output()
830 struct tcp_seg **cur_seg; in tcp_rexmit() local
841 cur_seg = &(pcb->unsent); in tcp_rexmit()
842 while (*cur_seg && in tcp_rexmit()
844 cur_seg = &((*cur_seg)->next ); in tcp_rexmit()
846 seg->next = *cur_seg; in tcp_rexmit()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/core/
H A Dtcp_out.c605 struct tcp_seg **cur_seg = &(pcb->unacked); in tcp_output() local
606 while (*cur_seg && in tcp_output()
608 cur_seg = &((*cur_seg)->next ); in tcp_output()
610 seg->next = (*cur_seg); in tcp_output()
611 (*cur_seg) = seg; in tcp_output()
830 struct tcp_seg **cur_seg; in tcp_rexmit() local
841 cur_seg = &(pcb->unsent); in tcp_rexmit()
842 while (*cur_seg && in tcp_rexmit()
844 cur_seg = &((*cur_seg)->next ); in tcp_rexmit()
846 seg->next = *cur_seg; in tcp_rexmit()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/
H A Dtcp_out.c630 struct tcp_seg **cur_seg = &(pcb->unacked); in tcp_output() local
631 while (*cur_seg && in tcp_output()
633 cur_seg = &((*cur_seg)->next ); in tcp_output()
635 seg->next = (*cur_seg); in tcp_output()
636 (*cur_seg) = seg; in tcp_output()
870 struct tcp_seg **cur_seg; in tcp_rexmit() local
881 cur_seg = &(pcb->unsent); in tcp_rexmit()
882 while (*cur_seg && in tcp_rexmit()
884 cur_seg = &((*cur_seg)->next ); in tcp_rexmit()
886 seg->next = *cur_seg; in tcp_rexmit()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/
H A Dtcp_out.c630 struct tcp_seg **cur_seg = &(pcb->unacked); in tcp_output() local
631 while (*cur_seg && in tcp_output()
633 cur_seg = &((*cur_seg)->next ); in tcp_output()
635 seg->next = (*cur_seg); in tcp_output()
636 (*cur_seg) = seg; in tcp_output()
870 struct tcp_seg **cur_seg; in tcp_rexmit() local
881 cur_seg = &(pcb->unsent); in tcp_rexmit()
882 while (*cur_seg && in tcp_rexmit()
884 cur_seg = &((*cur_seg)->next ); in tcp_rexmit()
886 seg->next = *cur_seg; in tcp_rexmit()
[all …]
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/makeseg/
H A Dmakeseg436 $cur_seg=$SEGSTART;
437 $segment_names{$cur_seg}="document";
726 $cur_seg=$SEGSTART;
883 $cur_seg=$segname;
885 $segment_names{$cur_seg}=$command;
888 1 while ($segment_titles{$cur_seg} =~
913 $cur_seg=$SEGSTART;
928 push @{$cur_seg."_labels"},($mand[0]);
932 $indexsegs{$cur_seg}="";
936 push @{$cur_seg."_refs"},($mand[0]) unless
[all …]
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/makeseg/
H A Dmakeseg436 $cur_seg=$SEGSTART;
437 $segment_names{$cur_seg}="document";
726 $cur_seg=$SEGSTART;
883 $cur_seg=$segname;
885 $segment_names{$cur_seg}=$command;
888 1 while ($segment_titles{$cur_seg} =~
913 $cur_seg=$SEGSTART;
928 push @{$cur_seg."_labels"},($mand[0]);
932 $indexsegs{$cur_seg}="";
936 push @{$cur_seg."_refs"},($mand[0]) unless
[all …]
/dports/textproc/latex2html/latex2html-2016/makeseg/
H A Dmakeseg436 $cur_seg=$SEGSTART;
437 $segment_names{$cur_seg}="document";
726 $cur_seg=$SEGSTART;
883 $cur_seg=$segname;
885 $segment_names{$cur_seg}=$command;
888 1 while ($segment_titles{$cur_seg} =~
913 $cur_seg=$SEGSTART;
928 push @{$cur_seg."_labels"},($mand[0]);
932 $indexsegs{$cur_seg}="";
936 push @{$cur_seg."_refs"},($mand[0]) unless
[all …]
/dports/games/divide-and-succeed/divide-and-succeed-0.9.4/src/
H A DIntegrale.h70 Segment cur_seg(poly.at(k), poly.at((k+1)%poly.size())); in aire()
71 res += integrale(cur_seg); in aire()
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/core/
H A Dtcp_out.c1002 struct tcp_seg **cur_seg = &(pcb->unacked); in tcp_output() local
1003 while (*cur_seg && in tcp_output()
1005 cur_seg = &((*cur_seg)->next ); in tcp_output()
1007 seg->next = (*cur_seg); in tcp_output()
1008 (*cur_seg) = seg; in tcp_output()
1269 struct tcp_seg **cur_seg; in tcp_rexmit() local
1280 cur_seg = &(pcb->unsent); in tcp_rexmit()
1281 while (*cur_seg && in tcp_rexmit()
1283 cur_seg = &((*cur_seg)->next ); in tcp_rexmit()
1285 seg->next = *cur_seg; in tcp_rexmit()
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/rope/src/
H A Dmultiset.rs226 let mut cur_seg = Segment { len: 0, count: 0 }; in transform() localVariable
234 if cur_seg.len == 0 { in transform()
235 cur_seg = seg_iter in transform()
241 let to_consume = cmp::min(cur_seg.len, to_be_consumed); in transform()
242 sb.push_segment(to_consume, cur_seg.count); in transform()
244 cur_seg.len -= to_consume; in transform()
248 assert_eq!(cur_seg.len, 0, "the 0-regions of other must be the size of self"); in transform()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Ddw2gencfi.h74 segT cur_seg; member
141 segT cur_seg; member

12345