Home
last modified time | relevance | path

Searched refs:CON (Results 1 – 25 of 63) sorted by relevance

123

/netbsd-src/external/lgpl3/gmp/dist/mpn/cray/cfp/
H A Dmulwwj90.s45 CON O'0000000000040000000000
47 CON O'0535270000000000000000
50 CON O'0014003000000000001416
52 CON O'0000000000000000000215
H A Dmulwwc90.s45 CON O'0000000000040000000000
47 CON O'0535270000000000000000
50 CON O'0014003000000000001416
52 CON O'0000000000000000000215
/netbsd-src/usr.bin/xlint/lint1/
H A Dtree.c542 case CON: in build_string()
622 n->tn_op = CON;
635 n->tn_op = CON; in check_integer_comparison()
759 n->tn_op = CON; in balance()
765 n->tn_op = CON; in balance()
834 return tn->tn_op == CON && in fold_unsigned_integer()
874 if (ln->tn_op != CON && rn->tn_op != CON) in fold_unsigned_integer()
881 if (lt == CHAR && rn->tn_op == CON && in fold_signed_integer()
887 if (rt == CHAR && ln->tn_op == CON in fold_signed_integer()
[all...]
H A Dfunc.c403 switch_expr->u.ops.right->tn_op != CON) in check_case_label_bitand()
406 lint_assert(case_expr->tn_op == CON); in check_case_label_bitand()
477 if (tn->tn_op != CON) { in check_case_label()
585 if (tn != NULL && tn->tn_op == CON && !tn->tn_system_dependent) { in stmt_if_expr()
768 if (tn != NULL && tn->tn_op == CON) { in stmt_do_while_expr()
H A Dlint1.h298 val_t value; /* if CON */
666 lint_assert(tn->tn_op == CON);
674 return tn != NULL && tn->tn_op == CON && !is_nonzero_val(&tn->u.value); in op_name()
680 return tn != NULL && tn->tn_op == CON && is_nonzero_val(&tn->u.value); in is_binary()
H A Dop.h114 CON, enumerator
H A Dckgetopt.c89 && tn->u.ops.right->tn_op == CON in is_getopt_condition()
H A Dckbool.c56 return t == INT && tn->tn_op == CON && tn->u.value.u.integer == 0; in is_int_constant_zero()
H A Dinit.c217 if (tn == NULL || tn->tn_op == CON) in check_non_constant_initializer()
273 if (lt != rt || (ltp->t_bitfield && rn->tn_op == CON)) in check_init_expr()
H A Demit1.c342 if (arg->tn_op == CON) { in outcall()
H A Ddebug.c225 case CON: in debug_node()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dmanifest.h97 #define CON 0x20 macro
124 #define ISCON(x) (((x)&CON)==CON) /* is x const? */
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dgcc_compat.c156 *n = block(QUALIFIER, NIL, NIL, CON, 0, 0); in gcc_keyword()
157 (*n)->n_qual = CON; in gcc_keyword()
H A Dscan.l103 "const" { return resw(CON, C_QUALIFIER); }
/netbsd-src/tests/fs/cd9660/
H A Dpr_48787.image.hex104 00019860 41 4e 54 49 43 53 50 4c 45 41 53 45 20 43 4f 4e |ANTICSPLEASE CON|
226 1020f9860 41 4e 54 49 43 53 50 4c 45 41 53 45 20 43 4f 4e |ANTICSPLEASE CON|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
H A Darmada-3720-db.dts10 * the board, however the CON numbers are different between the 2
H A Dcn9132-db.dtsi181 /* CON 2 on SLM-1683 - microSD */
H A Dcn9130-db.dtsi293 /* CON 28 */
/netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dlocal.c168 sp->squal = (CON >> TSHIFT); in myp2tree()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dlocal.c153 sp->squal = (CON >> TSHIFT); in myp2tree()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/
H A Dlocal.c209 sp->squal = (CON >> TSHIFT); in myp2tree()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dlocal.c422 sp->squal = (CON >> TSHIFT); in myp2tree()
/netbsd-src/share/doc/papers/px/
H A Dfig2.3.raw19 CON* v 2.5 Load constant operators
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dlocal.c574 sps.squal = CON >> TSHIFT; in myp2tree()
627 sp->squal = (CON >> TSHIFT); in myp2tree()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsymtabs.c583 sp->squal = (CON >> TSHIFT); in strst()

123