Searched refs:cc (Results 451 - 475 of 590) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dcall.t185 foreach my $inx ("", "aabbcc\n", [qw(aa bb cc)]) {
/openbsd-current/gnu/lib/libstdc++/libstdc++/libio/
H A Dwfileops.c82 struct _IO_codecvt *cc = fp->_codecvt; local
100 result = (*cc->__codecvt_do_out) (cc, &fp->_wide_data->_IO_state,
/openbsd-current/usr.sbin/adduser/
H A Dadduser.perl707 local($cc) =
711 $cc = "" if $cc eq "no";
713 &sendmessage("$name $cc", (@message_buffer, @message_buffer_append));
/openbsd-current/sys/crypto/
H A Drmd160.c159 u_int32_t a, b, c, d, e, aa, bb, cc, dd, ee, t, x[16]; local
266 aa = a ; bb = b; cc = c; dd = d; ee = e;
360 t = state[1] + cc + d;
/openbsd-current/lib/libc/hash/
H A Drmd160.c166 u_int32_t a, b, c, d, e, aa, bb, cc, dd, ee, t, x[16]; local
273 aa = a ; bb = b; cc = c; dd = d; ee = e;
367 t = state[1] + cc + d;
/openbsd-current/gnu/gcc/gcc/config/mmix/
H A Dmmix.c2376 possible and return the rtx for the cc-reg in the proper mode, or
2566 RTX_CODE cc; member in struct:cc_conv
2568 /* The normal output cc-code. */
2571 /* The reversed cc-code, or NULL if invalid. */
2636 RTX_CODE cc = GET_CODE (x); local
2642 for (j = 0; cc_convs[i].convs[j].cc != UNKNOWN; j++)
2643 if (cc == cc_convs[i].convs[j].cc)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.c2720 possible and return the rtx for the cc-reg in the proper mode, or
2922 RTX_CODE cc; member in struct:cc_conv
2924 /* The normal output cc-code. */
2927 /* The reversed cc-code, or NULL if invalid. */
2992 RTX_CODE cc = GET_CODE (x); local
2998 for (j = 0; cc_convs[i].convs[j].cc != NIL; j++)
2999 if (cc == cc_convs[i].convs[j].cc)
/openbsd-current/lib/libcrypto/cast/
H A Dcast.c861 unsigned char *iv, c, cc; local
899 cc= *(in++);
901 iv[n] = cc;
902 *(out++) = c^cc;
906 v0 = v1 = ti[0] = ti[1] = t=c = cc = 0;
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dconfigure536 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
537 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1223 # Extract the first word of "cc", so it can be a program name with args.
1224 set dummy cc; ac_word=$2
1239 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1243 ac_cv_prog_CC="cc"
1305 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1314 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1315 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1342 ac_compile='${CC-cc}
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic54x.c3998 symbol *cc = (symbol *) hash_find (cc_hash, operand->buf); local
3999 if (!cc)
4016 if ((insn->opcode[0].word & CC_GROUP) != (cc->value & CC_GROUP))
4024 if ((insn->opcode[0].word & CC_ACC) != (cc->value & CC_ACC))
4031 if ((insn->opcode[0].word & CATG_A1) && (cc->value & CATG_A1))
4036 if ((insn->opcode[0].word & CATG_B1) && (cc->value & CATG_B1))
4042 else if ( ((insn->opcode[0].word & CATG_A2) && (cc->value & CATG_A2))
4043 || ((insn->opcode[0].word & CATG_B2) && (cc->value & CATG_B2))
4044 || ((insn->opcode[0].word & CATG_C2) && (cc->value & CATG_C2)))
4051 insn->opcode[0].word |= cc
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic54x.c3946 symbol *cc = (symbol *) hash_find (cc_hash, operand->buf); local
3947 if (!cc)
3964 if ((insn->opcode[0].word & CC_GROUP) != (cc->value & CC_GROUP))
3972 if ((insn->opcode[0].word & CC_ACC) != (cc->value & CC_ACC))
3979 if ((insn->opcode[0].word & CATG_A1) && (cc->value & CATG_A1))
3984 if ((insn->opcode[0].word & CATG_B1) && (cc->value & CATG_B1))
3990 else if ( ((insn->opcode[0].word & CATG_A2) && (cc->value & CATG_A2))
3991 || ((insn->opcode[0].word & CATG_B2) && (cc->value & CATG_B2))
3992 || ((insn->opcode[0].word & CATG_C2) && (cc->value & CATG_C2)))
3999 insn->opcode[0].word |= cc
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dsort.t955 my $cc = 0;
956 sub compare { $cc++; $_[0]{val} cmp $_[1]{val} }
966 is($cc, 1, 'overload compare called once');
/openbsd-current/gnu/gcc/libcpp/
H A Dexpr.c626 cppchar_t cc = cpp_interpret_charconst (pfile, token, local
630 result.low = cc;
632 if (!unsignedp && (cppchar_signed_t) cc < 0)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcppexp.c603 cppchar_t cc = cpp_interpret_charconst (pfile, token, local
607 result.low = cc;
609 if (!unsignedp && (cppchar_signed_t) cc < 0)
/openbsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c1058 char outbuf[LINELEN+1], *sp, c, cc; local
1066 d = dropit(c = TRC(cc = *sp++));
1072 strp, cc);
/openbsd-current/gnu/gcc/gcc/
H A Dtree-complex.c1295 tree cr, ci, cc, stmt, expr, type; local
1299 cc = gimplify_build2 (bsi,
1312 TREE_OPERAND (expr, 1) = fold_convert (type, cc);
1315 TREE_OPERAND (stmt, 0) = cc;
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/
H A Dconfigure522 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
523 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
732 # substituted into the Makefile and "${CC-cc}" will confuse make.
733 CPP="${CC-cc} -E"
734 # On the NeXT, cc -E runs the code through the compiler's parser,
752 CPP="${CC-cc} -E -traditional-cpp"
769 CPP="${CC-cc} -nologo -E"
/openbsd-current/games/sail/
H A Ddr_1.c436 if (turn % 7 == 0 && (die() >= cc->windchange || !windspeed)) {
H A Dsync.c243 if (shipnum < 0 || shipnum >= cc->vessels)
/openbsd-current/regress/sys/netinet/arp/
H A DMakefile29 PROXY_MAC ?= 00:90:27:bb:cc:dd
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dbuildperl.pl467 + for incdir in `$cc -v -c try.c 2>&1 | \
489 +# Avoid localized gcc/cc messages
/openbsd-current/games/monop/
H A Dexecute.c152 cc();
/openbsd-current/gnu/usr.bin/perl/
H A Dmake_ext.pl342 if (/^CC = \Q$Config{cc}\E/) {
/openbsd-current/gnu/usr.bin/perl/t/
H A Dloc_tools.pl434 && $Config{cc} =~ /^(cl|gcc|g\+\+|ici)/i);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dconfigure567 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
568 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
641 # Extract the first word of "cc", so it can be a program name with args.
642 set dummy cc; ac_word=$2
657 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
661 ac_cv_prog_CC="cc"
723 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
732 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
733 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
760 ac_compile='${CC-cc}
[all...]

Completed in 489 milliseconds

<<11121314151617181920>>