Searched refs:right (Results 101 - 125 of 1186) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dplural.y66 struct expression *right));
69 struct expression *right));
124 new_exp_1 (op, right)
126 struct expression *right;
130 args[0] = right;
135 new_exp_2 (op, left, right)
138 struct expression *right;
143 args[1] = right;
169 %right '?' /* ? */
176 %right '!' /* ! */
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dorder.c46 given that it lies as the right operand of o
66 tlen(p) == q->right->lval ) return(1);
77 if( p->left->su >= p->right->su ){
88 else SETSTO( p->right, INTEMP );
91 if( p->left->su > p->right->su ){
95 SETSTO( p->right, INTEMP );
162 sur = p->right->su;
165 /* computed by doing right, then left (if not in mem), then doing it */
177 /* right, then left */
183 /* computed by doing right, doin
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dfibheap.c71 node->right = node;
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
226 is needed so that delete's call to extractmin gets the right node. */
303 y = x->right;
319 heap->min = ret->right;
336 node->right = node;
341 and it's right node. */
450 if (a == a->right)
452 a->right
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Daffinity-fmt.c124 bool zero, bool right, size_t sz, char *buf)
146 else if (right)
160 bool zero, bool right, size_t sz, int num)
164 gomp_display_num (buffer, size, ret, zero, right, sz, buf);
169 bool right, size_t sz, char *str, size_t len)
177 if (right)
191 bool right, size_t sz)
207 right, sz, b, l);
231 gomp_display_string_len (buffer, size, ret, right, sz,
237 gomp_display_string_len (buffer, size, ret, right, s
123 gomp_display_num(char *buffer, size_t size, size_t *ret, bool zero, bool right, size_t sz, char *buf) argument
159 gomp_display_int(char *buffer, size_t size, size_t *ret, bool zero, bool right, size_t sz, int num) argument
168 gomp_display_string_len(char *buffer, size_t size, size_t *ret, bool right, size_t sz, char *str, size_t len) argument
190 gomp_display_hostname(char *buffer, size_t size, size_t *ret, bool right, size_t sz) argument
272 bool right = false; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dfibheap.c71 node->right = node;
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
226 is needed so that delete's call to extractmin gets the right node. */
303 y = x->right;
319 heap->min = ret->right;
336 node->right = node;
341 and it's right node. */
450 if (a == a->right)
452 a->right
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dfibheap.c71 node->right = node;
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
226 is needed so that delete's call to extractmin gets the right node. */
303 y = x->right;
319 heap->min = ret->right;
336 node->right = node;
341 and it's right node. */
450 if (a == a->right)
452 a->right
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Daffinity-fmt.c127 bool zero, bool right, size_t sz, char *buf)
149 else if (right)
163 bool zero, bool right, size_t sz, int num)
167 gomp_display_num (buffer, size, ret, zero, right, sz, buf);
172 bool right, size_t sz, char *str, size_t len)
180 if (right)
194 bool right, size_t sz)
210 right, sz, b, l);
234 gomp_display_string_len (buffer, size, ret, right, sz,
240 gomp_display_string_len (buffer, size, ret, right, s
126 gomp_display_num(char *buffer, size_t size, size_t *ret, bool zero, bool right, size_t sz, char *buf) argument
162 gomp_display_int(char *buffer, size_t size, size_t *ret, bool zero, bool right, size_t sz, int num) argument
171 gomp_display_string_len(char *buffer, size_t size, size_t *ret, bool right, size_t sz, char *str, size_t len) argument
193 gomp_display_hostname(char *buffer, size_t size, size_t *ret, bool right, size_t sz) argument
275 bool right = false; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dfibheap.c71 node->right = node;
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
226 is needed so that delete's call to extractmin gets the right node. */
303 y = x->right;
319 heap->min = ret->right;
336 node->right = node;
341 and it's right node. */
450 if (a == a->right)
452 a->right
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dfibheap.c71 node->right = node;
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
226 is needed so that delete's call to extractmin gets the right node. */
303 y = x->right;
319 heap->min = ret->right;
336 node->right = node;
341 and it's right node. */
450 if (a == a->right)
452 a->right
[all...]
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dfibheap.c71 node->right = node;
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
226 is needed so that delete's call to extractmin gets the right node. */
303 y = x->right;
319 heap->min = ret->right;
336 node->right = node;
341 and it's right node. */
450 if (a == a->right)
452 a->right
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cr16/
H A Dash_test.s5 # ASHUB cnt(left +)/cnt (right -), reg
22 # ASHUW cnt(left +)/cnt (right -), reg
40 # ASHUD cnt(left +)/cnt (right -), regp
H A Dlsh_test.s5 # LSHB cnt(right -), reg
22 # LSHW cnt (right -), reg
40 # LSHD cnt (right -), regp
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dcec-system-call.S1 # Blackfin testcase for returning to the right place while bouncing between
45 # RETX should be pointing to the right place
55 # RETI should be pointing to the right place
/netbsd-current/external/bsd/mdocml/dist/
H A Deqn.h62 char *right; /* Right-hand fence. */ member in struct:eqn_box
/netbsd-current/games/battlestar/
H A Droom.c86 right = here.east;
93 right = here.west;
100 right = here.south;
107 right = here.north;
130 return ("right");
142 return ("right");
151 return ("right");
167 return ("right");
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetCXXABI.h177 /// Are arguments to a call destroyed left to right in the callee?
305 friend bool operator==(const TargetCXXABI &left, const TargetCXXABI &right) { argument
306 return left.getKind() == right.getKind();
309 friend bool operator!=(const TargetCXXABI &left, const TargetCXXABI &right) { argument
310 return !(left == right);
/netbsd-current/sys/dev/raidframe/
H A Drf_cvscan.h68 RF_DiskQueueData_t *right; member in struct:RF_CvscanHeader_s
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Det-forest.h65 struct et_node *right; /* The brothers of the node. */ member in struct:et_node
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/d30v/
H A Dserial.s3 # In the following examples, the right-subinstructions
6 trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Det-forest.h65 struct et_node *right; /* The brothers of the node. */ member in struct:et_node
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbcache.h172 virtual int compare (const void *left, const void *right, int length);
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dcec-system-call.S1 # Blackfin testcase for returning to the right place while bouncing between
45 # RETX should be pointing to the right place
55 # RETI should be pointing to the right place
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dformat_output.c24 static void test_diff_header(const char *left, const char *right) argument
27 test_printf_stderr("+++ %s\n", right);
41 const char *left, const char *right,
51 test_fail_message_prefix(prefix, file, line, type, left, right, op);
60 test_diff_header(left, right);
68 test_diff_header(left, right);
129 const char *left, const char *right,
133 test_fail_string_common(prefix, file, line, type, left, right, op,
267 const char *left, const char *right,
280 test_fail_message_prefix(prefix, file, line, type, left, right, o
39 test_fail_string_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *m1, size_t l1, const char *m2, size_t l2) argument
127 test_fail_string_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *m1, size_t l1, const char *m2, size_t l2) argument
265 test_fail_bignum_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn1, const BIGNUM *bn2) argument
366 test_fail_bignum_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn1, const BIGNUM *bn2) argument
376 test_fail_bignum_mono_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn) argument
423 test_fail_memory_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const unsigned char *m1, size_t l1, const unsigned char *m2, size_t l2) argument
518 test_fail_memory_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const unsigned char *m1, size_t l1, const unsigned char *m2, size_t l2) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/testutil/
H A Dformat_output.c24 static void test_diff_header(const char *left, const char *right) argument
27 test_printf_stderr("+++ %s\n", right);
41 const char *left, const char *right,
52 test_fail_message_prefix(prefix, file, line, type, left, right, op);
61 test_diff_header(left, right);
69 test_diff_header(left, right);
130 const char *left, const char *right,
134 test_fail_string_common(prefix, file, line, type, left, right, op,
268 const char *left, const char *right,
281 test_fail_message_prefix(prefix, file, line, type, left, right, o
39 test_fail_string_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *m1, size_t l1, const char *m2, size_t l2) argument
128 test_fail_string_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const char *m1, size_t l1, const char *m2, size_t l2) argument
266 test_fail_bignum_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn1, const BIGNUM *bn2) argument
367 test_fail_bignum_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn1, const BIGNUM *bn2) argument
377 test_fail_bignum_mono_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const BIGNUM *bn) argument
424 test_fail_memory_common(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const unsigned char *m1, size_t l1, const unsigned char *m2, size_t l2) argument
519 test_fail_memory_message(const char *prefix, const char *file, int line, const char *type, const char *left, const char *right, const char *op, const unsigned char *m1, size_t l1, const unsigned char *m2, size_t l2) argument
[all...]
/netbsd-current/external/bsd/ipf/dist/
H A Dradix_ipf.c145 /* Parameters: tree(I) - pointer to first right node in tree to search */
160 cur = cur->right;
396 cur = cur->right;
405 prev->right = &nodes[1];
410 nodes[1].right = cur;
412 nodes[1].right = &nodes[0];
465 cur = nodes[1].right;
564 prev->right = &nodes[0];
631 node->right = found->right;
[all...]

Completed in 348 milliseconds

1234567891011>>