Home
last modified time | relevance | path

Searched refs:this_list (Results 1 – 25 of 82) sorted by relevance

1234

/dports/biology/subread/subread-2.0.2-source/src/
H A DflattenAnnotations.c159 for(i=0; i<this_list -> numOfElements; i++){ in flatAnno_do_anno_chop_one_array()
160 int * curr_2i = this_list -> elementList[ i ]; in flatAnno_do_anno_chop_one_array()
182 for(j=0; j<this_list->numOfElements; j++){ in flatAnno_do_anno_chop_one_array()
183 int * curr_2i = this_list -> elementList[ j ]; in flatAnno_do_anno_chop_one_array()
192 long old_capacity = this_list -> capacityOfElements, old_items = this_list -> numOfElements; in flatAnno_do_anno_chop_one_array()
221 this_list -> numOfElements = written_i; in flatAnno_do_anno_chop_one_array()
227 ArrayList * this_list = hashed_obj; in flatAnno_do_anno_merge_one_array() local
230 for(i=1; i<this_list -> numOfElements; i++){ in flatAnno_do_anno_merge_one_array()
232 int * curr_2i = this_list -> elementList[ i ]; in flatAnno_do_anno_merge_one_array()
245 for(i=n1_items+1; i<this_list -> numOfElements; i++)free(this_list -> elementList[i]); in flatAnno_do_anno_merge_one_array()
[all …]
/dports/games/ensemblist/ensemblist-040126/
H A Dlist.c48 list *this_list; in gltv_list_new() local
50 if (!this_list) return 0; in gltv_list_new()
52 if (! this_list->entries) { in gltv_list_new()
53 gltv_memspool_unregister(this_list); in gltv_list_new()
58 gltv_memspool_unregister(this_list); in gltv_list_new()
61 this_list->nb_usable_entries = total; in gltv_list_new()
64 this_list->nb_used_entries = 2; in gltv_list_new()
66 this_list->end = 0; in gltv_list_new()
68 this_list->next_free_entry = 2; in gltv_list_new()
69 this_list->full_until = 2; in gltv_list_new()
[all …]
/dports/graphics/autotrace/autotrace-0.31.1/
H A Doutput-p2e.c97 unsigned this_list, with_curves = 1; in output_p2e_header() local
99 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in output_p2e_header()
100 this_list++) in output_p2e_header()
104 spline_list_type list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in output_p2e_header()
114 this_list = SPLINE_LIST_ARRAY_LENGTH (shape); in output_p2e_header()
150 unsigned this_list; in out_splines() local
162 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in out_splines()
163 this_list++) in out_splines()
168 list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in out_splines()
172 if (this_list == 0 || !COLOR_EQUAL(list.color, last_color)) in out_splines()
H A Doutput-sk.c31 unsigned this_list; in out_splines() local
36 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in out_splines()
37 this_list++) in out_splines()
42 list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in out_splines()
45 if (this_list == 0 || !COLOR_EQUAL(list.color, last_color)) in out_splines()
47 if (this_list > 0 && !shape.centerline) in out_splines()
H A Doutput-svg.c31 unsigned this_list; in out_splines() local
35 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in out_splines()
36 this_list++) in out_splines()
41 list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in out_splines()
44 if (this_list == 0 || !COLOR_EQUAL(list.color, last_color)) in out_splines()
46 if (this_list > 0) in out_splines()
H A Doutput-pdf.c227 unsigned this_list; in out_splines() local
232 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in out_splines()
233 this_list++) in out_splines()
238 list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in out_splines()
241 if (this_list == 0 || !COLOR_EQUAL(list.color, last_color)) in out_splines()
243 if (this_list > 0) in out_splines()
280 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in out_splines()
281 this_list++) in out_splines()
286 list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in out_splines()
289 if (this_list == 0 || !COLOR_EQUAL(list.color, last_color)) in out_splines()
[all …]
H A Doutput-swf.c37 unsigned this_list; in out_splines() local
40 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in out_splines()
41 this_list++) in out_splines()
46 spline_list_type list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in out_splines()
49 if (this_list == 0 || !COLOR_EQUAL(list.color, last_color)) in out_splines()
H A Doutput-mif.c109 unsigned this_list; in output_mif_writer() local
124 for( this_list=0; this_list < SPLINE_LIST_ARRAY_LENGTH(shape); this_list++ ){ in output_mif_writer()
125 spline_list_type list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in output_mif_writer()
163 for( this_list=0; this_list < SPLINE_LIST_ARRAY_LENGTH(shape); this_list++ ){ in output_mif_writer()
167 spline_list_type list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in output_mif_writer()
H A Doutput-epd.c116 unsigned this_list; in out_splines() local
120 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in out_splines()
121 this_list++) in out_splines()
126 list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in out_splines()
129 if (this_list == 0 || !COLOR_EQUAL(list.color, last_color)) in out_splines()
131 if (this_list > 0) in out_splines()
H A Doutput-eps.c145 unsigned this_list; in out_splines() local
150 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in out_splines()
151 this_list++) in out_splines()
157 list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in out_splines()
160 if (this_list == 0 || !COLOR_EQUAL(list.color, last_color)) in out_splines()
162 if (this_list > 0) in out_splines()
H A Doutput-fig.c132 unsigned this_list; in out_fig_splines() local
149 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in out_fig_splines()
150 this_list++) in out_fig_splines()
152 spline_list_type list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in out_fig_splines()
154 spline_colours[this_list] = get_fig_colour(curr_color, exp); in out_fig_splines()
167 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in out_fig_splines()
168 this_list++) in out_fig_splines()
171 spline_list_type list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in out_fig_splines()
184 else { fig_colour = spline_colours[this_list]; } in out_fig_splines()
H A Dcurve.c269 unsigned this_list; in free_curve_list_array() local
271 for (this_list = 0; this_list < CURVE_LIST_ARRAY_LENGTH (*curve_list_array); in free_curve_list_array()
272 this_list++) { in free_curve_list_array()
274 …notify_progress(((at_real)this_list)/(CURVE_LIST_ARRAY_LENGTH (*curve_list_array)*(at_real)3.0)+(a… in free_curve_list_array()
276 free_curve_list (&CURVE_LIST_ARRAY_ELT (*curve_list_array, this_list)); in free_curve_list_array()
H A Doutput-dxf.c627 unsigned this_list; in out_splines() local
635 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in out_splines()
636 this_list++) in out_splines()
641 spline_list_type list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in out_splines()
645 if (this_list == 0 || !COLOR_EQUAL(curr_color, last_color)) in out_splines()
780 unsigned this_list; in output_layer() local
784 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in output_layer()
785 this_list++) in output_layer()
787 spline_list_type list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in output_layer()
790 if (this_list == 0 || !COLOR_EQUAL(curr_color, last_color)) in output_layer()
H A Doutput-cgm.c154 unsigned this_list; in output_cgm_writer() local
188 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH (shape); in output_cgm_writer()
189 this_list++) in output_cgm_writer()
193 spline_list_type list = SPLINE_LIST_ARRAY_ELT (shape, this_list); in output_cgm_writer()
195 if (this_list > 0) in output_cgm_writer()
H A Dspline.c171 unsigned this_list; in free_spline_list_array() local
173 for (this_list = 0; in free_spline_list_array()
174 this_list < SPLINE_LIST_ARRAY_LENGTH (*spline_list_array); in free_spline_list_array()
175 this_list++) in free_spline_list_array()
176 free_spline_list (SPLINE_LIST_ARRAY_ELT (*spline_list_array, this_list)); in free_spline_list_array()
/dports/devel/gaul/gaul-devel-0.1849-0/util/
H A Dlinkedlist.c196 SLList *this_list; in slink_insert_index() local
205 this_list = list; in slink_insert_index()
210 this_list = this_list->next; in slink_insert_index()
456 SLList *this_list; in slink_insert_sorted() local
467 this_list = list; in slink_insert_sorted()
469 while (this_list && func(this_list->data, data)<0) in slink_insert_sorted()
472 this_list = this_list->next; in slink_insert_sorted()
662 if (!this_list) in dlink_insert_index()
962 while (this_list && func(this_list->data, data)<0) in dlink_insert_sorted()
965 this_list = this_list->next; in dlink_insert_sorted()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/trace/autotrace/
H A Dinkscape-autotrace.cpp145 unsigned this_list; in trace() local
158 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH(spline); this_list++) { in trace()
162 list = SPLINE_LIST_ARRAY_ELT(spline, this_list); in trace()
165 if (this_list == 0 || !at_color_equal(&list.color, &last_color)) { in trace()
166 if (this_list > 0) { in trace()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/selection-to-path/
H A Dcurve.c164 unsigned this_list; in free_curve_list_array() local
166 for (this_list = 0; this_list < CURVE_LIST_ARRAY_LENGTH (*curve_list_array); in free_curve_list_array()
167 this_list++) in free_curve_list_array()
168 free_curve_list (&CURVE_LIST_ARRAY_ELT (*curve_list_array, this_list)); in free_curve_list_array()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dcurve.c282 unsigned this_list; in free_curve_list_array() local
284 for (this_list = 0; this_list < CURVE_LIST_ARRAY_LENGTH(*curve_list_array); in free_curve_list_array()
285 this_list++) { in free_curve_list_array()
287 notify_progress(((float)this_list)/ in free_curve_list_array()
291 free_curve_list(&CURVE_LIST_ARRAY_ELT (*curve_list_array, this_list)); in free_curve_list_array()
/dports/math/fftw3/fftw-3.3.9/genfft/
H A Dassoctable.ml45 | Node (hash_key, left, right, this_list) ->
51 in loop this_list
58 | Node (hash_key, left, right, this_list) ->
60 Node (hash_key, ins left, right, this_list)
62 Node (hash_key, left, ins right, this_list)
64 Node (hash_key, left, right, (key, value) :: this_list)
/dports/math/fftw3-float/fftw-3.3.9/genfft/
H A Dassoctable.ml45 | Node (hash_key, left, right, this_list) ->
51 in loop this_list
58 | Node (hash_key, left, right, this_list) ->
60 Node (hash_key, ins left, right, this_list)
62 Node (hash_key, left, ins right, this_list)
64 Node (hash_key, left, right, (key, value) :: this_list)
/dports/math/fftw3-long/fftw-3.3.9/genfft/
H A Dassoctable.ml45 | Node (hash_key, left, right, this_list) ->
51 in loop this_list
58 | Node (hash_key, left, right, this_list) ->
60 Node (hash_key, ins left, right, this_list)
62 Node (hash_key, left, ins right, this_list)
64 Node (hash_key, left, right, (key, value) :: this_list)
/dports/math/fftw3-quad/fftw-3.3.9/genfft/
H A Dassoctable.ml45 | Node (hash_key, left, right, this_list) ->
51 in loop this_list
58 | Node (hash_key, left, right, this_list) ->
60 Node (hash_key, ins left, right, this_list)
62 Node (hash_key, left, ins right, this_list)
64 Node (hash_key, left, right, (key, value) :: this_list)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dcurve.c223 unsigned this_list; in free_curve_list_array() local
225 for (this_list = 0; this_list < CURVE_LIST_ARRAY_LENGTH(*curve_list_array); this_list++) { in free_curve_list_array()
227 …notify_progress(((gfloat) this_list) / (CURVE_LIST_ARRAY_LENGTH(*curve_list_array) * (gfloat) 3.0)… in free_curve_list_array()
228 free_curve_list(&CURVE_LIST_ARRAY_ELT(*curve_list_array, this_list)); in free_curve_list_array()
H A Dspline.c145 unsigned this_list; in free_spline_list_array() local
147 for (this_list = 0; this_list < SPLINE_LIST_ARRAY_LENGTH(*spline_list_array); this_list++) in free_spline_list_array()
148 free_spline_list(SPLINE_LIST_ARRAY_ELT(*spline_list_array, this_list)); in free_spline_list_array()

1234