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

<<11121314151617181920>>

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DMakefile.in453 Application.cc \
454 BaseMetric.cc \
455 BaseMetricTreeNode.cc \
456 CallStack.cc \
457 CatchOutOfMemory.cc \
458 ClassFile.cc \
459 Command.cc \
460 CompCom.cc \
461 DataObject.cc \
462 DataSpace.cc \
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DMakefile.in449 Application.cc \
450 BaseMetric.cc \
451 BaseMetricTreeNode.cc \
452 CallStack.cc \
453 CatchOutOfMemory.cc \
454 ClassFile.cc \
455 Command.cc \
456 CompCom.cc \
457 DataObject.cc \
458 DataSpace.cc \
[all...]
/netbsd-current/sys/arch/sbmips/stand/netboot/
H A Dif_cfe.c108 int cc; local
111 cc = 0;
112 while (((getsecs() - t) < timeout) && !cc) {
113 cc = cfe_read(booted_dev_fd,pkt,len);
114 if (cc < 0) break;
118 return cc;
/netbsd-current/sys/arch/evbmips/stand/sbmips/netboot/
H A Dif_cfe.c108 int cc; local
111 cc = 0;
112 while (((getsecs() - t) < timeout) && !cc) {
113 cc = cfe_read(booted_dev_fd,pkt,len);
114 if (cc < 0) break;
118 return cc;
/netbsd-current/sys/lib/libsa/
H A Dudp.c69 ssize_t cc; local
93 cc = sendip(d, uh, len, IPPROTO_UDP);
94 if (cc == -1)
96 if ((size_t)cc != len)
97 panic("%s: bad write (%zd != %zu)", __func__, cc, len);
98 return (cc - sizeof(*uh));
/netbsd-current/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-cmp.c32 int cc; local
39 cc = mpz_cmp (ai, bi);
42 return cc;
56 int cc, ccref; local
90 cc = mpq_cmp (a, b);
92 if (SGN (ccref) != SGN (cc))
/netbsd-current/lib/libcurses/
H A Daddwstr.c134 cchar_t cc; local
155 if (setcchar( &cc, wc, win->wattr, 0, NULL ) == ERR)
157 if (wadd_wch( win, &cc ) == ERR)
160 cc.vals[0], cc.attributes, cc.elements);
H A Dcopywin.c58 cchar_t cc; local
121 cc.vals[0] = sp->ch;
122 cc.attributes = sp->attr;
123 cc.elements = 1;
126 while (np && cc.elements <=
128 cc.vals[cc.elements++] = np->ch;
132 wadd_wch(dstwin, &cc);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Delfv2-2exe.d26 .*: (00 00 00 00|cc 00 00 10) .*
27 .*: (10 00 00 cc|00 00 00 00) .*
35 0+100000cc <f3>:
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A DMakefile.am51 shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \
52 marshall.cc marshall.hh rpc.hh status.hh
58 libcc1plugin_la_SOURCES = libcc1plugin.cc context.cc context.hh \
68 libcp1plugin_la_SOURCES = libcp1plugin.cc context.cc context.hh \
79 libcc1_la_SOURCES = findcomp.cc libcc1.cc libcp1.cc \
[all...]
/netbsd-current/external/gpl3/gcc/usr.bin/common-target/
H A DMakefile12 SRCS= ${G_OBJS-libcommon-target:S/common\///:.o=.cc}
22 COPTS.prefix.cc+= -Wno-error=stack-protector
23 COPTS.opts-common.cc+= -Wno-error=stack-protector
24 COPTS.rs6000-common.cc+= -Wno-error=stack-protector
25 COPTS.arm-common.cc+= -Wno-error=stack-protector
27 COPTS.opts.cc+= ${CC_WNO_FORMAT_TRUNCATION}
/netbsd-current/common/dist/zlib/contrib/blast/
H A DMakefile2 cc -DTEST -o blast blast.c
/netbsd-current/share/mk/
H A Dbsd.clang-analyze.mk13 .SUFFIXES: .c .cc .cpp .cxx .C .clang-analyzer
23 .cc.clang-analyzer .cpp.clang-analyzer .cxx.clang-analyzer .C.clang-analyzer:
30 ${SRCS:M*.[cC]} ${SRCS:M*.cc} \
32 ${DPSRCS:M*.[cC]} ${DPSRCS:M*.cc} \
/netbsd-current/usr.bin/banner/
H A Dbanner.c132 char outbuf[LINELEN+1], *sp, c, cc; local
141 cc = *sp++;
142 if(cc < ' ' || ((int)cc) >= 0x7f)
143 cc = ' ';
144 d = dropit(c = TRC(cc));
150 scnkey_def[(int)c][scnhgt-1-d], strp, cc);
153 scnkey_lpd[(int)c][scnhgt-1-d], strp, cc);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/blast/
H A DMakefile2 cc -DTEST -o blast blast.c
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/blast/
H A DMakefile2 cc -DTEST -o blast blast.c
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/blast/
H A DMakefile2 cc -DTEST -o blast blast.c
/netbsd-current/tests/usr.bin/pkill/
H A Dt_pgrep.sh34 atf_require_prog cc
50 cc -o t0123456789abcdefg-beef t.c || atf_fail "t.c compile failed"
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/blast/
H A DMakefile2 cc -DTEST -o blast blast.c
/netbsd-current/external/bsd/pcc/libexec/cpp/
H A DMakefile5 .PATH: ${PCC_DIST}/cc/cpp
24 CPPFLAGS+= -I${PCC_DIST}/cc/cpp
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dresource.h25 do { (RES)->memory = (RES)->volatil = (RES)->cc = 0; \
33 char cc; /* Insn sets or needs the condition codes. */ member in struct:resources
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/s12z/
H A Dand-or-cc.d3 #source: and-or-cc.s
H A Dld-imm-page2.d13 4: cc
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dpersistent-lang.exp16 standard_testfile .cc
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dbaseenum.exp18 standard_testfile .cc

Completed in 314 milliseconds

<<11121314151617181920>>