Searched refs:right (Results 401 - 425 of 1186) sorted by relevance

<<11121314151617181920>>

/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-token-plain.exp42 make: "cond-token-plain.mk" line 151: Missing right-hand side of operator '=='
53 CondParser_Eval: left == right
54 make: "cond-token-plain.mk" line 206: Malformed conditional (left == right)
55 CondParser_Eval: ${0:?:} || left == right
57 make: "cond-token-plain.mk" line 212: Malformed conditional (${0:?:} || left == right)
58 CondParser_Eval: left == right || ${0:?:}
59 make: "cond-token-plain.mk" line 217: Malformed conditional (left == right || ${0:?:})
H A Dcond-func-defined.mk52 # Neither of the conditions is true. Before July 2020, the right-hand
H A Dcmdline-undefined.mk17 # expands its right-hand side. But only those variables that are
H A Dcond-op-or.mk22 # The right-hand side is not evaluated since the left-hand side is already
H A Dcond-op-and.mk22 # The right-hand side is not evaluated since the left-hand side is already
H A Dvarmod-sysv.mk63 # XXX: The right-hand side should be expanded only once.
117 # side 'e' and a right-hand side 'x'. The dollar was parsed (but not
167 # wildcard even though the right-hand side does not contain another percent.
173 # wildcard even though the right-hand side does not contain another percent.
231 # As of 2020-10-06, the right-hand side of the SysV modifier is expanded
/netbsd-current/sys/dev/ic/
H A Dad1848.c204 vol->right = cp->un.value.level[AUDIO_MIXER_LEVEL_MONO];
209 vol->right = cp->un.value.level[AUDIO_MIXER_LEVEL_RIGHT];
225 cp->un.value.level[AUDIO_MIXER_LEVEL_RIGHT] = vol->right;
535 atten = (AUDIO_MAX_GAIN - gp->right) * (info->atten_bits + 1) /
566 DPRINTF(("ad1848_set_rec_gain: %d:%d\n", gp->left, gp->right));
575 gain = (gp->right * (GAIN_22_5 + 1)) / (AUDIO_MAX_GAIN + 1);
632 gp->left = gp->right = AUDIO_MAX_GAIN;
634 gp->left = gp->right = AUDIO_MIN_GAIN;
/netbsd-current/sys/dev/isa/
H A Dsbreg.h64 #define SBP_RFM_STATUS 2 /* R right FM status port */
65 #define SBP_RFM_ADDR 2 /* W right FM address register */
66 #define SBP_RFM_DATA 3 /* RW right FM data port */
150 #define SB_STEREO_GAIN(left, right) ((left) | ((right) >> 4))
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dplural.c84 struct expression *right));
87 struct expression *right));
142 new_exp_1 (op, right)
144 struct expression *right;
148 args[0] = right;
153 new_exp_2 (op, left, right)
156 struct expression *right;
161 args[1] = right;
270 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
530 /* YYLEX -- calling `yylex' with the right argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ppc.h326 #define md_optimize_expr(left, op, right) ppc_optimize_expr (left, op, right)
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dmessages.c384 addressT right = max & -max; local
390 sprintf (min_buf, "%" BFD_VMA_FMT "d", right);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDwarfLib.h75 inRange (uint64_t left, uint64_t right) argument
77 return (offset >= left) && (offset < right);
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Ddemangle.h218 right (a component type with only one subtree puts it in the left
226 some such thing, and the right subtree is a name qualified by
230 right subtree is a name which is local to that function. */
232 /* A typed name. The left subtree is a name, and the right subtree
235 /* A template. The left subtree is a template name, and the right
255 this is a vtable, and the right subtree is the derived type for
318 qualified, and the right subtree is the name of the
338 /* A function type. The left subtree is the return type. The right
344 expression. The right subtree is the element type. */
347 and the right subtre
574 struct demangle_component *right; member in struct:demangle_component::__anon889::__anon900
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDwarfLib.h77 inRange (uint64_t left, uint64_t right) argument
79 return (offset >= left) && (offset < right);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ppc.h330 #define md_optimize_expr(left, op, right) ppc_optimize_expr (left, op, right)
/netbsd-current/external/gpl3/binutils/dist/include/
H A Ddemangle.h218 right (a component type with only one subtree puts it in the left
226 some such thing, and the right subtree is a name qualified by
230 right subtree is a name which is local to that function. */
232 /* A typed name. The left subtree is a name, and the right subtree
235 /* A template. The left subtree is a template name, and the right
255 this is a vtable, and the right subtree is the derived type for
320 qualified, and the right subtree is the name of the
340 /* A function type. The left subtree is the return type. The right
346 expression. The right subtree is the element type. */
349 and the right subtre
600 struct demangle_component *right; member in struct:demangle_component::__anon874::__anon886
[all...]
/netbsd-current/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp2282 int right = 0; local
2287 right = 2;
2289 right = 1;
2293 if (left > 0 || right > 0) {
2295 if ((left == 2 && right != 2) || (right == 2 && left != 2))
2297 else if (left == 2 && right == 2)
2302 if ((left == 2 && right != 2) || (right == 2 && left != 2))
2304 else if (left == 1 || right
2345 int right = 0; local
[all...]
/netbsd-current/external/historical/nawk/dist/
H A Dawkgram.y80 %right ASGNOP
81 %right '?'
82 %right ':'
95 %right POWER
96 %right DECR INCR
H A Db.c46 #define right(v) (v)->narg[1] macro
55 left is index, right contains value or pointer to value
56 unary (STAR, PLUS, QUEST): left is child, right is null
57 binary (CAT, OR): left and right are children
266 penter(right(p));
268 parent(right(p)) = p;
293 freetr(right(p));
423 f->re[info(v)].lval.np = right(v);
444 cfoll(f,right(v));
473 if (type(p) == CCL && (*(char *) right(
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-scalar-evolution.c50 - When the definition is a GIMPLE_ASSIGN: if the right hand side
595 tree type, left, right;
614 right = SCALAR_FLOAT_TYPE_P (type)
622 right = CHREC_RIGHT (chrec_before);
626 right = chrec_convert_rhs (type, right, at_stmt);
627 right = chrec_fold_plus (chrec_type (right), right, to_add);
628 return build_polynomial_chrec (var, left, right);
594 tree type, left, right; local
1312 tree ev, left, right, type, step_val; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dhist.c542 const Sym *right = *(const Sym **) rp;
545 time_diff = right->hist.time - left->hist.time;
553 if (right->ncalls > left->ncalls)
556 if (right->ncalls < left->ncalls)
559 return strcmp (left->name, right->name);
541 const Sym *right = *(const Sym **) rp; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-scalar-evolution.cc50 - When the definition is a GIMPLE_ASSIGN: if the right hand side
595 tree type, left, right;
614 right = SCALAR_FLOAT_TYPE_P (type)
622 right = CHREC_RIGHT (chrec_before);
626 right = chrec_convert_rhs (type, right, at_stmt);
627 right = chrec_fold_plus (chrec_type (right), right, to_add);
628 return build_polynomial_chrec (var, left, right);
594 tree type, left, right; local
1312 tree ev, left, right, type, step_val; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d2582 Node* left, right;
2590 n.left = n.right = null;
2604 n = n.right;
2619 data.left = data.right = null;
2636 if (!n.right)
2639 return insert(data, n.right);
2641 n = n.right;
2667 n = n.right;
2681 assert(!parent || parent.left == n || parent.right == n);
2683 ? (parent.left == n ? &parent.left : &parent.right)
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c1616 the firstpos of the right if the left argument is nullable.
1626 * The lastpos of a CAT node is the lastpos of its right argument, union
1627 the lastpos of the left if the right argument is nullable.
3051 sequences that must appear at the right of the match ("right")
3062 operand of binary operators); "q" is the right-hand operand of binary
3067 Type left right is in
3081 PLUS p->left p->right ZERO p->in
3084 p->left : q->right : q->is!=ZERO) ? q->in plus
3085 p->is##q->left p->right##
3231 comsubs(char *left, char *right) argument
3283 inboth(char **left, char **right) argument
3319 char *right; member in struct:__anon599
[all...]
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.c1637 the firstpos of the right if the left argument is nullable.
1647 * The lastpos of a CAT node is the lastpos of its right argument, union
1648 the lastpos of the left if the right argument is nullable.
3062 sequences that must appear at the right of the match ("right")
3073 operand of binary operators); "q" is the right-hand operand of binary
3078 Type left right is in
3092 PLUS p->left p->right ZERO p->in
3095 p->left : q->right : q->is!=ZERO) ? q->in plus
3096 p->is##q->left p->right##
3242 comsubs(char *left, char *right) argument
3294 inboth(char **left, char **right) argument
3330 char *right; member in struct:__anon6577
[all...]

Completed in 329 milliseconds

<<11121314151617181920>>