Home
last modified time | relevance | path

Searched refs:cur_l (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/emulators/x16-emulator/x16-emulator-r38/
H A Dvera_pcm.c18 static int16_t cur_l, cur_r; variable
35 cur_l = 0; in pcm_reset()
113 cur_l = (int16_t)read_fifo() << 8; in pcm_render()
114 cur_r = cur_l; in pcm_render()
118 cur_l = read_fifo() << 8; in pcm_render()
123 cur_l = read_fifo(); in pcm_render()
124 cur_l |= read_fifo() << 8; in pcm_render()
125 cur_r = cur_l; in pcm_render()
129 cur_l = read_fifo(); in pcm_render()
130 cur_l |= read_fifo() << 8; in pcm_render()
[all …]
/dports/devel/libplist/libplist-2.2.0/test/
H A Dplist_cmp.c48 plist_t cur_l = NULL; in compare_plist() local
52 cur_l = plist_get_first_child(node_l); in compare_plist()
55 if ( (!cur_l && cur_r) || (cur_l && !cur_r)) in compare_plist()
58 if ( !cur_l && !cur_r ) in compare_plist()
61 while (cur_l && cur_r && res) in compare_plist()
64 if (!(res = compare_plist(cur_l, cur_r))) in compare_plist()
67 cur_l = plist_get_next_sibling(cur_l); in compare_plist()
69 if ( (!cur_l && cur_r) || (cur_l && !cur_r)) in compare_plist()
/dports/devel/py-libplist/libplist-2.2.0/test/
H A Dplist_cmp.c48 plist_t cur_l = NULL; in compare_plist() local
52 cur_l = plist_get_first_child(node_l); in compare_plist()
55 if ( (!cur_l && cur_r) || (cur_l && !cur_r)) in compare_plist()
58 if ( !cur_l && !cur_r ) in compare_plist()
61 while (cur_l && cur_r && res) in compare_plist()
64 if (!(res = compare_plist(cur_l, cur_r))) in compare_plist()
67 cur_l = plist_get_next_sibling(cur_l); in compare_plist()
69 if ( (!cur_l && cur_r) || (cur_l && !cur_r)) in compare_plist()
/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_addpt.c79 cur_l = (F_line *) p; in init_point_adding()
137 cur_l->thickness, cur_l->style, cur_l->style_val, in cancel_line_pointadding()
138 cur_l->pen_color); in cancel_line_pointadding()
259 find_endpoints(cur_l->points, px, py, &left_point, &right_point); in init_linepointadding()
264 if (left_point == NULL && cur_l->type == T_POLYGON) { in init_linepointadding()
272 cur_l->thickness, cur_l->style, cur_l->style_val, in init_linepointadding()
273 cur_l->pen_color); in init_linepointadding()
288 (cur_x == cur_l->points[0].x) && (cur_y == cur_l->points[0].y)) || in fix_linepoint_adding()
303 linepoint_adding(cur_l, left_point, p); in fix_linepoint_adding()
H A De_update.c201 cur_l = (F_line *) p; in init_update_settings()
210 up_part(cur_styleval, cur_l->style_val*2./(cur_l->thickness+1.), I_LINESTYLE); in init_update_settings()
215 if (cur_l->back_arrow) in init_update_settings()
216 up_from_arrow(cur_l->back_arrow,cur_l->thickness); in init_update_settings()
217 if (cur_l->for_arrow) in init_update_settings()
218 up_from_arrow(cur_l->for_arrow,cur_l->thickness); in init_update_settings()
219 } else if (cur_l->pic->pic_cache && cur_l->pic->pic_cache->subtype == T_PIC_XBM) { in init_update_settings()
373 cur_l = (F_line *) p; in init_update_object()
374 new_l = copy_line(cur_l); in init_update_object()
376 change_line(cur_l, new_l); in init_update_object()
[all …]
H A De_measure.c147 cur_l = (F_line*)p; in init_anglemeas_object()
331 cur_l = (F_line*) p; in init_lenmeas_object()
332 (void) compute_poly_length(cur_l, &len); in init_lenmeas_object()
333 if (cur_l->type == T_BOX || cur_l->type == T_PICTURE) in init_lenmeas_object()
335 else if (cur_l->type == T_ARCBOX) { in init_lenmeas_object()
339 } else if (cur_l->type == T_POLYGON) in init_lenmeas_object()
439 cur_l = (F_line*) p; in init_areameas_object()
441 compute_poly_area(cur_l, &area); in init_areameas_object()
442 if (cur_l->type == T_BOX) in init_areameas_object()
444 else if (cur_l->type == T_ARCBOX) { in init_areameas_object()
[all …]
H A De_joinsplit.c99 cur_l = (F_line *) obj; in init_join()
100 join_lines(cur_l, p, q); in init_join()
119 cur_l = (F_line *) obj; in init_split()
120 if (cur_l->type == T_PICTURE) { in init_split()
470 if (cur_l->type != T_POLYGON && cur_l->type != T_BOX && cur_l->type != T_ARCBOX) { in split_line()
478 new_l1 = copy_line(cur_l); in split_line()
483 delete_line(cur_l); in split_line()
485 if (cur_l->type == T_POLYGON || cur_l->type == T_BOX || cur_l->type == T_ARCBOX) { in split_line()
491 p = cur_l->points->next; in split_line()
494 p = cur_l->points; in split_line()
[all …]
H A De_scale.c133 cur_l = (F_line *) obj; in init_box_scale()
169 cur_l = (F_line *) obj; in init_center_scale()
1175 p0 = cur_l->points; in init_boxscale_line()
1283 owd = abs(cur_l->points->x - cur_l->points->next->next->x); in fix_boxscale_line()
1284 oht = abs(cur_l->points->y - cur_l->points->next->next->y); in fix_boxscale_line()
1330 p = cur_l->points; in init_scale_line()
1347 if (cur_l->type == T_BOX || cur_l->type == T_ARCBOX || cur_l->type == T_PICTURE) { in init_scale_line()
1383 old_l->next = cur_l; in fix_scale_line()
1390 nwd = abs(cur_l->points->x - cur_l->points->next->next->x); in fix_scale_line()
1391 nht = abs(cur_l->points->y - cur_l->points->next->next->y); in fix_scale_line()
[all …]
H A De_delete.c92 cur_l = (F_line *) p; in init_delete()
93 delete_line(cur_l); in init_delete()
94 redisplay_line(cur_l); in init_delete()
203 cur_l = (F_line *) p; in init_delete_to_scrap()
204 write_line(fp, cur_l); in init_delete_to_scrap()
205 delete_line(cur_l); in init_delete_to_scrap()
206 redisplay_line(cur_l); in init_delete_to_scrap()
H A De_convert.c76 cur_l = (F_line *) obj; in init_convert_open_closed()
77 toggle_polyline_polygon(cur_l, p, q); in init_convert_open_closed()
97 cur_l = (F_line *) p; in init_convert_line_spline()
99 if (cur_l->type == T_POLYLINE || cur_l->type == T_POLYGON) { in init_convert_line_spline()
100 line_spline(cur_l, cur_l->type == T_POLYGON ? in init_convert_line_spline()
103 } else if (cur_l->type == T_ARCBOX || cur_l->type == T_BOX) { in init_convert_line_spline()
104 box_2_box(cur_l); in init_convert_line_spline()
H A De_move.c94 cur_l = (F_line *) p; in init_move()
95 list_delete_line(&objects.lines, cur_l); in init_move()
96 redisplay_line(cur_l); in init_move()
98 init_linedragging(cur_l, px, py); in init_move()
H A De_movept.c130 cur_l = (F_line *) obj; in init_move_point()
642 switch (cur_l->type) { in init_linepointmoving()
674 if (cur_l->thickness != 1) in init_linepointmoving()
728 redisplay_line(cur_l); in cancel_movept_box()
742 new_l = copy_line(cur_l); in fix_box()
750 change_line(cur_l, new_l); in fix_box()
752 redisplay_line(cur_l); in fix_box()
801 redisplay_line(cur_l); in cancel_movedlinepoint()
818 old_l = copy_line(cur_l); in fix_movedlinepoint()
822 old_l->next = cur_l; in fix_movedlinepoint()
[all …]
H A De_deletept.c68 cur_l = (F_line *) obj; in init_delete_point()
70 n = num_points(cur_l->points); in init_delete_point()
71 if (cur_l->type == T_POLYGON) { in init_delete_point()
83 linepoint_deleting(cur_l, p, q); in init_delete_point()
H A De_copy.c106 cur_l = (F_line *) p; in init_copy()
107 new_l = copy_line(cur_l); in init_copy()
168 cur_l = (F_line *) p; in init_copy_to_scrap()
169 write_line(fp, cur_l); in init_copy_to_scrap()
H A De_arrow.c74 cur_l = (F_line *) obj; in add_arrow_head()
75 add_linearrow(cur_l, p, q); in add_arrow_head()
97 cur_l = (F_line *) obj; in delete_arrow_head()
98 delete_linearrow(cur_l, p, q); in delete_arrow_head()
/dports/mail/alpine/alpine-465e23b/pico/
H A Dcomposer.c461 ods.cur_l = l; in HeaderFocus()
530 ods.cur_l = l; in HeaderEditor()
1373 } while(ods.cur_l->text[0] == '\0' && ods.cur_l->next); in HeaderEditor()
1409 ods.cur_l->text[i] = ods.cur_l->text[i-1]; in HeaderEditor()
1446 ods.cur_l = ods.cur_l->next, cur_row--) in HeaderEditor()
2078 ods.cur_l = ods.cur_l->next; in LineEdit()
2141 lp = ods.cur_l; in LineEdit()
2147 !(ods.cur_l->prev==NULL && ods.cur_l->next==NULL)) in LineEdit()
2288 ods.cur_l = ods.cur_l->prev; in LineEdit()
2314 ods.cur_l = ods.cur_l->next; in LineEdit()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pico/
H A Dcomposer.c461 ods.cur_l = l; in HeaderFocus()
530 ods.cur_l = l; in HeaderEditor()
1373 } while(ods.cur_l->text[0] == '\0' && ods.cur_l->next); in HeaderEditor()
1409 ods.cur_l->text[i] = ods.cur_l->text[i-1]; in HeaderEditor()
1446 ods.cur_l = ods.cur_l->next, cur_row--) in HeaderEditor()
2078 ods.cur_l = ods.cur_l->next; in LineEdit()
2141 lp = ods.cur_l; in LineEdit()
2147 !(ods.cur_l->prev==NULL && ods.cur_l->next==NULL)) in LineEdit()
2288 ods.cur_l = ods.cur_l->prev; in LineEdit()
2314 ods.cur_l = ods.cur_l->next; in LineEdit()
[all …]
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/idswitch/
H A DSwitchGenerator.java122 int cur_l = pairs[begin].idLength, l = 0; in generate_length_switch() local
125 if (i == end || (l = pairs[i].idLength) != cur_l) { in generate_length_switch()
137 P.p(cur_l); in generate_length_switch()
143 P.p("case "); P.p(cur_l); P.p(":"); in generate_length_switch()
157 cur_l = l; in generate_length_switch()
300 int cur_l = -1; in count_different_lengths() local
303 if (cur_l != l) { in count_different_lengths()
304 ++lengths_count; cur_l = l; in count_different_lengths()
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/
H A Dfunctions.inc.php731 $cur_l = $iOffset = 0;
744 $cur_l+=3;
745 if ($cur_l > ($max_l-2)) {
749 $cur_l = 0;
762 $cur_l = 0;
769 $cur_l++;
774 $cur_l = 0;
794 $cur_l += 3;
799 $cur_l = 3;
808 $cur_l++;
[all …]
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/
H A Dfunctions.inc.php731 $cur_l = $iOffset = 0;
744 $cur_l+=3;
745 if ($cur_l > ($max_l-2)) {
749 $cur_l = 0;
762 $cur_l = 0;
769 $cur_l++;
774 $cur_l = 0;
794 $cur_l += 3;
799 $cur_l = 3;
808 $cur_l++;
[all …]
/dports/mail/postfixadmin/postfixadmin-d3bc1551/
H A Dfunctions.inc.php759 $cur_l = $iOffset = 0;
772 $cur_l+=3;
773 if ($cur_l > ($max_l-2)) {
777 $cur_l = 0;
790 $cur_l = 0;
797 $cur_l++;
802 $cur_l = 0;
822 $cur_l += 3;
827 $cur_l = 3;
836 $cur_l++;
[all …]
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/
H A Dfunctions.inc.php759 $cur_l = $iOffset = 0;
772 $cur_l+=3;
773 if ($cur_l > ($max_l-2)) {
777 $cur_l = 0;
790 $cur_l = 0;
797 $cur_l++;
802 $cur_l = 0;
822 $cur_l += 3;
827 $cur_l = 3;
836 $cur_l++;
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dfrclip.c216 int cur_l, cur_r, span_id = 0, off_l; in fr_span_parse() local
217 _fr_sdbg(SPAN_PARSE, for (cur_l = 0; cur_l < *cur_span_cnt; cur_l++) in fr_span_parse()
218 … mprintf("at %x MultiSpan %d from %x to %x\n", y, cur_l, span_left(y, cur_l), in fr_span_parse()
219 span_right(y, cur_l))); in fr_span_parse()
220 cur_l = span_left(y, 0); in fr_span_parse()
235 … _fr_sdbg(SPAN_PARSE, mprintf("sent old span %x from %x to %x\n", y, off_l, cur_l)); in fr_span_parse()
236 _fr_sclip_line(cur_span + off_l, cur_l - off_l, SUBCLIP_OUT_OF_CONE); in fr_span_parse()
238 cur_l = span_left(y, span_id); in fr_span_parse()
242 …r_sdbg(SPAN_PARSE, mprintf("loop done at %x, now sending %x -> %x and %x -> %x\n", y, off_l, cur_l, in fr_span_parse()
244 _fr_sclip_line(cur_span + off_l, cur_l - off_l, SUBCLIP_OUT_OF_CONE); in fr_span_parse()
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dutil.c49 static char *c_data = NULL, *use_langs = NULL, *cur_l = NULL; variable
182 if ((ret = read_strings (&cur_l, &cur_l_len, ic_req.nbytes2)) < 0) in CreateIC()
283 if (cur_l && *cur_l) in CreateIC()
287 if (!strcmp (p->lc_name, cur_l) || (p->alias_name && !strcmp (p->alias_name, cur_l))) in CreateIC()
292 if ((i = get_langlist (cur_l, &cur_lc)) < 0) in CreateIC()
897 if ((ret = read_strings (&cur_l, &cur_l_len, ic_req.nbytes2)) < 0)
948 if (cur_l && *cur_l)
950 if ((cur_is_world = get_langlist (cur_l, &p)) < 0)
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dutil.c49 static char *c_data = NULL, *use_langs = NULL, *cur_l = NULL; variable
182 if ((ret = read_strings (&cur_l, &cur_l_len, ic_req.nbytes2)) < 0) in CreateIC()
283 if (cur_l && *cur_l) in CreateIC()
287 if (!strcmp (p->lc_name, cur_l) || (p->alias_name && !strcmp (p->alias_name, cur_l))) in CreateIC()
292 if ((i = get_langlist (cur_l, &cur_lc)) < 0) in CreateIC()
897 if ((ret = read_strings (&cur_l, &cur_l_len, ic_req.nbytes2)) < 0)
948 if (cur_l && *cur_l)
950 if ((cur_is_world = get_langlist (cur_l, &p)) < 0)

1234567