Searched refs:position (Results 1 - 25 of 464) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dposition.h1 /* $NetBSD: position.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
24 struct position { struct
27 position(double, double );
28 position();
29 position(const place &);
30 position &operator+=(const position &);
31 position &operator-=(const position &);
32 position
[all...]
H A Dcommon.h26 void dash_line(const position &start, const position &end,
29 void dash_arc(const position &cent, double rad,
32 void dot_line(const position &start, const position &end,
34 void dot_arc(const position &cent, double rad,
38 virtual void dot(const position &, const line_type &) = 0;
39 void ellipse_arc(const position &, const position &,
40 const position
[all...]
H A Doutput.h37 double compute_scale(double, const position &, const position &);
43 virtual void start_picture(double sc, const position &ll, const position &ur) = 0;
45 virtual void circle(const position &, double rad,
47 virtual void text(const position &, text_piece *, int, double) = 0;
48 virtual void line(const position &, const position *, int n,
50 virtual void polygon(const position *, int n,
52 virtual void spline(const position
[all...]
H A Dobject.h48 virtual position origin();
52 virtual position north();
53 virtual position south();
54 virtual position east();
55 virtual position west();
56 virtual position north_east();
57 virtual position north_west();
58 virtual position south_east();
59 virtual position south_west();
60 virtual position star
[all...]
H A Dtroff.cpp32 virtual void simple_line(const position &, const position &) = 0;
33 virtual void simple_spline(const position &, const position *, int n) = 0;
34 virtual void simple_arc(const position &, const position &,
35 const position &) = 0;
36 virtual void simple_circle(int, const position &, double rad) = 0;
37 virtual void simple_ellipse(int, const position &, const distance &) = 0;
38 virtual void simple_polygon(int, const position *, in
[all...]
H A Dobject.cpp64 void output::begin_block(const position &, const position &)
72 double output::compute_scale(double sc, const position &ll, const position &ur)
113 position::position(const place &pl) function in class:position
126 position::position() : x(0.0), y(0.0) function in class:position
130 position::position(doubl function in class:position
[all...]
H A Dcommon.cpp28 void common_output::dashed_circle(const position &cent, double rad,
63 void common_output::dotted_circle(const position &cent, double rad,
80 dot(cent + position(cos(ang), sin(ang))*rad, lt);
85 void common_output::ellipse_arc(const position &cent,
86 const position &z0, const position &z1,
92 position zml = (z0 + z1) / 2;
94 // of new position, then invert transformation to get exact position
96 position z
[all...]
H A Dtex.cpp33 void start_picture(double, const position &ll, const position &ur);
35 void text(const position &, text_piece *, int, double);
36 void line(const position &, const position *, int n,
38 void polygon(const position *, int n,
40 void spline(const position &, const position *, int n,
42 void arc(const position &, const position
[all...]
/netbsd-current/games/battlestar/
H A Dcommand6.c49 if (testbit(location[position].objects, VIPER) && !notes[CANTLAUNCH]) {
51 clearbit(location[position].objects, VIPER);
52 position = location[position].up;
71 if (notes[LAUNCHED] && testbit(location[position].objects, LAND) &&
72 location[position].down) {
74 position = location[position].down;
75 setbit(location[position].objects, VIPER);
185 if (testbit(location[position]
[all...]
H A Dcommand3.c49 switch (position) {
52 setbit(location[position].objects, DEADWOOD);
53 setbit(location[position].objects, COMPASS);
54 setbit(location[position].objects, KNIFE);
55 setbit(location[position].objects, MACE);
72 switch (position) {
78 position = 133;
84 position = 145;
87 position = FINAL;
90 position
[all...]
H A Dcommand2.c141 position != FINAL) {
145 if (position == 114) {
146 location[position].down = 160;
147 whichway(location[position]);
158 if (position == 229)
159 position = 224;
161 position = 229;
165 } else if (position == FINAL)
221 if (testbit(location[position].objects, BATHGOD)) {
224 clearbit(location[position]
[all...]
H A Dbattlestar.c73 if (beenthere[position] <= ROOMDESC)
74 beenthere[position]++;
82 testbit(location[position].objects, LAMPON)) {
87 whichway(location[position]);
H A Dcommand1.c50 testbit(location[position].objects, LAND) ||
53 position = thataway;
59 whichway(location[position]);
104 if (ourtime > 30 && position < 32) {
112 if (ourtime > 20 && position < 32)
153 if (testbit(location[position].objects, ELF)) {
157 if (testbit(location[position].objects, DARK)) {
161 if (testbit(location[position].objects, WOODSMAN)) {
165 switch (position) {
181 if (testbit(location[position]
[all...]
H A Dcommand4.c141 if (testbit(location[position].objects, AMULET)) {
158 if (testbit(location[position].objects, MEDALION)) {
170 if (testbit(location[position].objects, TALISMAN)) {
178 if (testbit(location[position].objects, BATHGOD) &&
193 clearbit(location[position].objects, BATHGOD);
195 if (!testbit(location[position].objects,
197 printf("You're in no position to ");
239 deposit = location[position].up *
240 (location[position].access || position
[all...]
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Dfloppy_2hc.c36 blk_to_2hc_position(uint32_t logical_block_number, uint32_t *position, argument
55 if (position)
56 *position = (cylinder << 16) | (side << 8) | (sector + 1);
H A Dfloppy_2hd_ibmpc.c36 blk_to_2hd_position(uint32_t logical_block_number, uint32_t *position, argument
55 if (position)
56 *position = (cylinder << 16) | (side << 8) | (sector + 1);
H A Dfloppy_2d.c36 blk_to_2d_position(uint32_t logical_block_number, uint32_t *position, argument
58 if (position)
59 *position = (cylinder << 16) | (side << 8) | (sector + 1);
/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-compile.h14 int position; member in struct:__anon6368
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.h110 * Argon2 position: where we construct the block right now. Used to distribute
130 * Computes absolute position of reference block in the lane following a skewed
133 * @param position Pointer to the current position
134 * @param pseudo_rand 32-bit pseudo-random value used to determine the position
140 const argon2_position_t *position, uint32_t pseudo_rand,
157 if (position->pass == 0) {
159 if (position->slice == 0) {
162 position->index - 1; /* all but the previous */
167 position
139 index_alpha(const argon2_instance_t *instance, const argon2_position_t *position, uint32_t pseudo_rand, int same_lane) argument
[all...]
H A Dargon2-fill-block-avx2.c102 const argon2_position_t *position, uint64_t *pseudo_rands)
110 if (instance != NULL && position != NULL) {
111 input_block.v[0] = position->pass;
112 input_block.v[1] = position->lane;
113 input_block.v[2] = position->slice;
145 argon2_position_t position)
154 /* Pseudo-random values that determine the reference block position */
162 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) {
169 generate_addresses(instance, &position, pseudo_rand
101 generate_addresses(const argon2_instance_t *instance, const argon2_position_t *position, uint64_t *pseudo_rands) argument
144 fill_segment_avx2(const argon2_instance_t *instance, argon2_position_t position) argument
[all...]
H A Dargon2-fill-block-avx512f.c107 const argon2_position_t *position, uint64_t *pseudo_rands)
115 if (instance != NULL && position != NULL) {
116 input_block.v[0] = position->pass;
117 input_block.v[1] = position->lane;
118 input_block.v[2] = position->slice;
150 argon2_position_t position)
159 /* Pseudo-random values that determine the reference block position */
167 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) {
174 generate_addresses(instance, &position, pseudo_rand
106 generate_addresses(const argon2_instance_t *instance, const argon2_position_t *position, uint64_t *pseudo_rands) argument
149 fill_segment_avx512f(const argon2_instance_t *instance, argon2_position_t position) argument
[all...]
H A Dargon2-fill-block-ref.c107 * @param position Pointer to the current position
113 const argon2_position_t *position, uint64_t *pseudo_rands)
121 if (instance != NULL && position != NULL) {
122 input_block.v[0] = position->pass;
123 input_block.v[1] = position->lane;
124 input_block.v[2] = position->slice;
144 fill_segment_ref(const argon2_instance_t *instance, argon2_position_t position) argument
147 /* Pseudo-random values that determine the reference block position */
160 (position
112 generate_addresses(const argon2_instance_t *instance, const argon2_position_t *position, uint64_t *pseudo_rands) argument
[all...]
H A Dargon2-fill-block-ssse3.c101 const argon2_position_t *position, uint64_t *pseudo_rands)
109 if (instance != NULL && position != NULL) {
110 input_block.v[0] = position->pass;
111 input_block.v[1] = position->lane;
112 input_block.v[2] = position->slice;
144 argon2_position_t position)
153 /* Pseudo-random values that determine the reference block position */
161 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) {
168 generate_addresses(instance, &position, pseudo_rand
100 generate_addresses(const argon2_instance_t *instance, const argon2_position_t *position, uint64_t *pseudo_rands) argument
143 fill_segment_ssse3(const argon2_instance_t *instance, argon2_position_t position) argument
[all...]
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dfloat.h34 char *position; member in struct:float_elt
43 char *type, char *position);
/netbsd-current/external/gpl2/groff/dist/src/devices/xditview/
H A Dpage.c6 * map page numbers to file position
61 m->position = ftell (dw->dvi.tmpFile);
63 m->position = ftell (dw->dvi.file);
73 return m->position;
77 FileSeek(DviWidget dw, long position) argument
81 fseek (dw->dvi.tmpFile, position, 0);
83 fseek (dw->dvi.file, position, 0);

Completed in 583 milliseconds

1234567891011>>