Home
last modified time | relevance | path

Searched refs:position (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/NextBSD/contrib/groff/src/preproc/pic/
HDcommon.h24 void dash_line(const position &start, const position &end,
27 void dash_arc(const position &cent, double rad,
30 void dot_line(const position &start, const position &end,
32 void dot_arc(const position &cent, double rad,
36 virtual void dot(const position &, const line_type &) = 0;
37 void ellipse_arc(const position &, const position &,
38 const position &, const distance &,
40 void dashed_circle(const position &, double rad, const line_type &);
41 void dotted_circle(const position &, double rad, const line_type &);
42 void dashed_ellipse(const position &, const distance &, const line_type &);
[all …]
HDposition.h22 struct position { struct
25 position(double, double ); argument
26 position();
27 position(const place &);
28 position &operator+=(const position &);
29 position &operator-=(const position &);
30 position &operator*=(double);
31 position &operator/=(double);
34 position operator-(const position &);
35 position operator+(const position &, const position &);
[all …]
HDobject.cpp62 void output::begin_block(const position &, const position &) in begin_block() argument
70 double output::compute_scale(double sc, const position &ll, const position &ur) in compute_scale()
111 position::position(const place &pl) in position() function in position
124 position::position() : x(0.0), y(0.0) in position() function in position
128 position::position(double a, double b) : x(a), y(b) in position() function in position
133 int operator==(const position &a, const position &b) in operator ==()
138 int operator!=(const position &a, const position &b) in operator !=()
143 position &position::operator+=(const position &a) in operator +=()
150 position &position::operator-=(const position &a) in operator -=()
157 position &position::operator*=(double a) in operator *=()
[all …]
HDtroff.cpp30 virtual void simple_line(const position &, const position &) = 0;
31 virtual void simple_spline(const position &, const position *, int n) = 0;
32 virtual void simple_arc(const position &, const position &,
33 const position &) = 0;
34 virtual void simple_circle(int, const position &, double rad) = 0;
35 virtual void simple_ellipse(int, const position &, const distance &) = 0;
36 virtual void simple_polygon(int, const position *, int) = 0;
42 void dot(const position &, const line_type &) = 0;
44 void start_picture(double sc, const position &ll, const position &ur) = 0;
46 void text(const position &, text_piece *, int, double) = 0;
[all …]
HDobject.h46 virtual position origin();
50 virtual position north();
51 virtual position south();
52 virtual position east();
53 virtual position west();
54 virtual position north_east();
55 virtual position north_west();
56 virtual position south_east();
57 virtual position south_west();
58 virtual position start();
[all …]
HDcommon.cpp26 void common_output::dashed_circle(const position &cent, double rad, in dashed_circle()
61 void common_output::dotted_circle(const position &cent, double rad, in dotted_circle()
78 dot(cent + position(cos(ang), sin(ang))*rad, lt); in dotted_circle()
83 void common_output::ellipse_arc(const position &cent, in ellipse_arc()
84 const position &z0, const position &z1, in ellipse_arc()
90 position zml = (z0 + z1) / 2; in ellipse_arc()
94 position zm = position(dim.x * cos(psi), dim.y * sin(psi)); in ellipse_arc()
105 position M = position(e_2 * zm.x / a_2 * zm.x / a_2 * zm.x, in ellipse_arc()
110 position M0 = position(rho * cos(phi0), rho * sin(phi0)) + M; in ellipse_arc()
111 position M1 = position(rho * cos(phi1), rho * sin(phi1)) + M; in ellipse_arc()
[all …]
HDtex.cpp31 void start_picture(double, const position &ll, const position &ur);
33 void text(const position &, text_piece *, int, double);
34 void line(const position &, const position *, int n,
36 void polygon(const position *, int n,
38 void spline(const position &, const position *, int n,
40 void arc(const position &, const position &, const position &,
42 void circle(const position &, double rad, const line_type &, double);
43 void ellipse(const position &, const distance &, const line_type &, double);
51 position upper_left;
57 void point(const position &);
[all …]
HDoutput.h35 double compute_scale(double, const position &, const position &);
41 virtual void start_picture(double sc, const position &ll, const position &ur) = 0;
43 virtual void circle(const position &, double rad,
45 virtual void text(const position &, text_piece *, int, double) = 0;
46 virtual void line(const position &, const position *, int n,
48 virtual void polygon(const position *, int n,
50 virtual void spline(const position &, const position *, int n,
52 virtual void arc(const position &, const position &, const position &,
54 virtual void ellipse(const position &, const distance &,
56 virtual void rounded_box(const position &, const distance &, double,
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_diff/
HDdiff3.c50 svn_diff__position_t *position[2]; in svn_diff__resolve_conflict() local
70 position[0] = start_position[0]; in svn_diff__resolve_conflict()
71 position[1] = start_position[1]; in svn_diff__resolve_conflict()
77 && position[0]->token_index == position[1]->token_index) in svn_diff__resolve_conflict()
79 position[0] = position[0]->next; in svn_diff__resolve_conflict()
80 position[1] = position[1]->next; in svn_diff__resolve_conflict()
91 *position_list1 = position[0]; in svn_diff__resolve_conflict()
92 *position_list2 = position[1]; in svn_diff__resolve_conflict()
130 lcs->position[0] = start_position[0]; in svn_diff__resolve_conflict()
131 lcs->position[1] = start_position[1]; in svn_diff__resolve_conflict()
[all …]
HDlcs.c79 svn_diff__position_t *position[2]; member
89 svn_diff__position_t *position[2]; in svn_diff__snake() local
112 start_position[0] = fp_k[-1].position[0]; in svn_diff__snake()
113 start_position[1] = fp_k[-1].position[1]->next; in svn_diff__snake()
119 start_position[0] = fp_k[1].position[0]->next; in svn_diff__snake()
120 start_position[1] = fp_k[1].position[1]; in svn_diff__snake()
135 position[0] = start_position[0]; in svn_diff__snake()
136 position[1] = start_position[1]; in svn_diff__snake()
140 while (position[0]->token_index == position[1]->token_index) in svn_diff__snake()
142 position[0] = position[0]->next; in svn_diff__snake()
[all …]
HDtoken.c159 svn_diff__position_t *position = NULL; in svn_diff__get_tokens() local
182 position = apr_palloc(pool, sizeof(*position)); in svn_diff__get_tokens()
183 position->next = NULL; in svn_diff__get_tokens()
184 position->token_index = node->index; in svn_diff__get_tokens()
185 position->offset = offset; in svn_diff__get_tokens()
187 *position_ref = position; in svn_diff__get_tokens()
188 position_ref = &position->next; in svn_diff__get_tokens()
195 *position_list = position; in svn_diff__get_tokens()
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
HDtst.sortpos.d.out1 Sorted at position 0:
103 Sorted at position 1:
205 Sorted at position 2:
307 Sorted at position 3:
409 Sorted at position 4:
511 Sorted at position 5:
613 Sorted at position 6:
715 Sorted at position 7:
817 Sorted at position 8:
919 Sorted at position 9:
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
HDtst.index.d35 int position; member
92 command[i + k].position = -400;
98 command[i + k].position = -1;
104 command[i + k].position = 0;
110 command[i + k].position = strlen(command[j].str) / 2;
116 command[i + k].position = strlen(command[j].str);
122 command[i + k].position = strlen(command[j].str) + 1;
128 command[i + k].position = strlen(command[j].str) + 2;
134 command[i + k].position = 400;
187 command[i].substr, command[i].position);
[all …]
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
HDerr.D_DECL_COMBO.StructWithoutColon.d41 int position; member
46 int position; variable
52 int position; member
63 rec.position = 1;
66 pir.position = 2;
70 rec.content, rec.position, pir.content, pir.position);
HDerr.D_DECL_COMBO.StructWithoutColon1.d41 int position; member
47 int position; member
57 rec.position = 1;
60 pir.position = 2;
64 rec.content, rec.position, pir.content, pir.position);
HDerr.D_DECL_INCOMPLETE.order.d43 int position; member
48 int position; member
58 rec.position = 2;
61 pir.position = 26;
65 rec.content, rec.position, pir.content, pir.position);
HDerr.D_PROTO_ARG.DupStructAssoc.d41 int position; member
46 int position; member
57 r1.position = 1;
60 r2.position = 2;
63 p1.position = 1;
66 p2.position = 2;
HDerr.D_DECL_INCOMPLETE.recursive.d40 int position; member
49 r1.position = 1;
52 r2.position = 2;
55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content);
56 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDFormatString.h41 void setPosition(const char *position) { in setPosition() argument
42 assert(position); in setPosition()
44 this->position = position; in setPosition()
47 assert(position); in getPosition()
48 return position; in getPosition()
60 const char *position; variable
454 void setHasThousandsGrouping(const char *position) { in setHasThousandsGrouping() argument
455 HasThousandsGrouping.setPosition(position); in setHasThousandsGrouping()
457 void setIsLeftJustified(const char *position) { in setIsLeftJustified() argument
458 IsLeftJustified.setPosition(position); in setIsLeftJustified()
[all …]
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
HDerr.D_DECL_COMBO.UnionWithoutColon1.d41 int position; member
47 int position; member
57 rec.position = 1;
60 pir.position = 2;
64 rec.content, rec.position, pir.content, pir.position);
HDerr.D_DECL_COMBO.UnionWithoutColon.d41 int position; member
47 int position; variable
58 rec.position = 1;
61 pir.position = 2;
65 rec.content, rec.position, pir.content, pir.position);
HDerr.D_DECL_INCOMPLETE.order.d43 int position; member
48 int position; member
58 rec.position = 2;
61 pir.position = 26;
65 rec.content, rec.position, pir.content, pir.position);
HDerr.D_PROTO_ARG.DupUnionAssoc.d41 int position; member
46 int position; member
57 r1.position = 1;
60 r2.position = 2;
63 p1.position = 1;
66 p2.position = 2;
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_mcast_tbl.c180 uint8_t position; in osm_mcast_tbl_is_any_port() local
191 for (position = 0; position <= p_tbl->max_position; position++) in osm_mcast_tbl_is_any_port()
192 result |= (*p_tbl->p_mask_tbl)[mlid_offset][position]; in osm_mcast_tbl_is_any_port()
203 IN const int16_t block_num, IN const uint8_t position) in osm_mcast_tbl_set_block() argument
214 if (position > p_tbl->max_position) in osm_mcast_tbl_set_block()
223 (*p_tbl->p_mask_tbl)[mlid_start_ho + i][position] = p_block[i]; in osm_mcast_tbl_set_block()
255 IN uint8_t const position, in osm_mcast_tbl_get_block() argument
267 if (position > p_tbl->max_position) { in osm_mcast_tbl_get_block()
281 p_block[i] = (*p_tbl->p_mask_tbl)[mlid_start_ho + i][position]; in osm_mcast_tbl_get_block()
/NextBSD/contrib/less/
HDforwback.c82 pos = position(BOTTOM_PLUS_ONE); in eof_displayed()
99 pos = position(0); in entire_file_displayed()
179 if (pos != position(BOTTOM_PLUS_ONE) || empty_screen())
232 if (!force && position(TOP) != NULL_POSITION)
385 pos = position(BOTTOM_PLUS_ONE);
401 back(1, position(TOP), 1, 0);
402 pos = position(BOTTOM_PLUS_ONE);
426 pos = position(TOP);
427 if (pos == NULL_POSITION && (!force || position(BOTTOM) == 0))

12345678910>>...20