Searched refs:cc (Results 601 - 625 of 2872) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dgp-collect-app.cc80 if (collect_obj->cc != NULL)
81 collect_obj->cc->interrupt ();
108 cc = NULL;
128 delete cc;
140 cc = new Coll_Ctrl (0, false, false);
147 cc->set_project_home (s);
151 char * errenable = cc->enable_expt ();
257 if (disabled != 0 && cc->get_count () == 0)
260 ccret = cc->show (0);
265 if (cc
[all...]
/netbsd-current/sys/dev/ic/
H A Dld_icp.c184 struct icp_cachecmd *cc; local
200 cc = &ic->ic_cmd.cmd_packet.cc;
201 ic->ic_sg = cc->cc_sg;
215 cc->cc_deviceno = htole16(sc->sc_hwunit);
216 cc->cc_blockno = htole32(blkno);
217 cc->cc_blockcnt = htole32(datasize / ICP_SECTOR_SIZE);
218 cc->cc_addr = ~0; /* scatter gather */
219 cc->cc_nsgent = htole32(ic->ic_nsgent);
265 struct icp_cachecmd *cc; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A DMakefile.am52 shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \
53 marshall.cc marshall.hh rpc.hh status.hh
59 libcc1plugin_la_SOURCES = libcc1plugin.cc $(shared_source) $(marshall_c_source)
68 libcp1plugin_la_SOURCES = libcp1plugin.cc $(shared_source) $(marshall_cxx_source)
78 libcc1_la_SOURCES = findcomp.cc libcc1.cc libcp1.cc \
79 names.cc names.hh $(shared_source) \
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A DMakefile.in456 ctype_configure_char.cc \
457 ctype_members.cc
461 @ENABLE_DUAL_ABI_TRUE@ cow-locale_init.cc \
462 @ENABLE_DUAL_ABI_TRUE@ cow-shim_facets.cc \
463 @ENABLE_DUAL_ABI_TRUE@ cxx11-hash_tr1.cc \
464 @ENABLE_DUAL_ABI_TRUE@ cxx11-ios_failure.cc \
465 @ENABLE_DUAL_ABI_TRUE@ cxx11-shim_facets.cc \
466 @ENABLE_DUAL_ABI_TRUE@ cxx11-stdexcept.cc
469 assert_fail.cc \
470 chrono.cc \
[all...]
/netbsd-current/libexec/talkd/
H A Dtalkd.c90 int cc, ch; local
120 cc = recv(0, (char *)mp, sizeof (*mp), 0);
121 if (cc != sizeof (*mp)) {
122 if (cc < 0 && errno != EINTR)
139 cc = sendto(sockt, (char *)&response, sizeof (response), 0,
141 if (cc != sizeof (response))
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dadd1.c134 mp_limb_t cc; local
165 cc = mpn_rshift(a2p - difn, cp + (cn - difn), difn, shift);
167 *(a2p - difn - 1) = cc;
173 cc = an > bn
177 if (MPFR_UNLIKELY(cc)) /* carry */
202 } /* cc */
305 mp_limb_t bb, cc; local
309 cc = cprev << (GMP_NUMB_BITS - difs);
313 cc += cprev >> difs;
317 cc
355 mp_limb_t bb, cc; local
480 mp_limb_t cc; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A DMakefile.in443 ctype_configure_char.cc \
444 ctype_members.cc
448 @ENABLE_DUAL_ABI_TRUE@ cow-locale_init.cc \
449 @ENABLE_DUAL_ABI_TRUE@ cow-shim_facets.cc \
450 @ENABLE_DUAL_ABI_TRUE@ cxx11-hash_tr1.cc \
451 @ENABLE_DUAL_ABI_TRUE@ cxx11-ios_failure.cc \
452 @ENABLE_DUAL_ABI_TRUE@ cxx11-shim_facets.cc \
453 @ENABLE_DUAL_ABI_TRUE@ cxx11-stdexcept.cc
456 chrono.cc \
457 codecvt.cc \
[all...]
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dconffile.c100 int cc; local
108 cc = (int)(to - ep->buf);
109 if (fgets(&ep->buf[cc], (int)(sizeof(ep->buf) - cc), fp) != NULL) {
185 /* check that we wrote `cc' chars of `buf' to `fp' */
187 safe_write(FILE *fp, char *buf, unsigned cc) argument
189 return fwrite(buf, sizeof(char), cc, fp) == cc;
198 int cc;
201 for (cc
[all...]
/netbsd-current/lib/libcurses/
H A Dline.c215 cchar_t cc;
217 cc = *wch;
218 if (!cc.vals[0]) {
219 cc.vals[0] = WACS_HLINE->vals[0];
220 cc.attributes |= WACS_HLINE->attributes;
223 cw = wcwidth(cc.vals[0]);
236 mvwadd_wch(win, ocury, ocurx + i * cw, &cc);
281 cchar_t cc;
288 cc = *wch;
289 if (!cc
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/
H A DMakefile.am42 vtv_stubs.cc:
44 $(LN_S) $(toplevel_srcdir)/libstdc++-v3/libsupc++/vtv_stubs.cc $@
46 libvtv_la_SOURCES = vtv_stubs.cc
68 ldbl_compat_sources = compatibility-ldbl.cc
75 compatibility-parallel_list.cc compatibility-parallel_list-2.cc
79 compatibility.cc \
80 compatibility-debug_list.cc \
81 compatibility-debug_list-2.cc \
85 compatibility-c++0x.cc \
[all...]
/netbsd-current/sys/dev/scsipi/
H A Dses.c793 struct sscfg *cc; local
799 if ((cc = ssc->ses_private) != NULL) {
800 if (cc->ses_eltmap && cc->ses_ntypes) {
801 SES_FREE(cc->ses_eltmap, cc->ses_ntypes);
802 cc->ses_eltmap = NULL;
803 cc->ses_ntypes = 0;
805 if (cc->ses_typidx && ssc->ses_nobjects) {
806 SES_FREE(cc
831 struct sscfg *cc = ssc->ses_private; local
929 struct sscfg *cc; local
1078 struct sscfg *cc; local
1504 struct scfg *cc; local
1612 struct scfg *cc = ssc->ses_private; local
1657 struct scfg *cc; local
1847 struct scfg *cc = ssc->ses_private; local
2230 struct scfg *cc = ssc->ses_private; local
2315 struct scfg *cc = ssc->ses_private; local
2350 struct scfg *cc = ssc->ses_private; local
2391 struct scfg *cc = ssc->ses_private; local
[all...]
/netbsd-current/compat/
H A Dm32.mk4 # Makefile fragment to help implement a set of 'cc -m32' libraries.
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dedn_snafu.s28 cc = r1 == 0; define
29 if cc jump ldone;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-c-58 tmpfiles="$tmpfiles xg-c-5.in.cc"
9 cat <<EOF > xg-c-5.in.cc
15 ${XGETTEXT} --omit-header --no-location --add-comments -d xg-c-5 xg-c-5.in.cc
/netbsd-current/external/mit/libcbor/dist/oss-fuzz/
H A Dbuild.sh26 ../oss-fuzz/cbor_load_fuzzer.cc -o "$OUT/cbor_load_fuzzer" \
/netbsd-current/usr.bin/kdump/
H A Dmkioctls39 : ${CC:=cc}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnsusing.cc84 int cc = 3; member in namespace:C
95 (void) cc;
/netbsd-current/external/bsd/pam-u2f/dist/build-aux/ci/
H A Dbuild-linux-clang.sh5 SCAN=(scan-build${CC#clang} --use-cc="${CC}")
17 ${SCAN[@]} --keep-cc --status-bugs --exclude build \
/netbsd-current/tests/usr.bin/ld/
H A Dt_section.sh33 atf_set "require.progs" "cc"
43 atf_check -s exit:0 -o ignore -e ignore cc -o test test.c
51 atf_set "require.progs" "cc" "readelf" "grep"
68 atf_check -s exit:0 -o ignore -e ignore cc -o test test.c
/netbsd-current/external/lgpl3/mpfr/dist/tools/
H A Dck-mparam36 ${CC:-cc} "-DMPARAM=\"../$i\"" -o check_mparam "$dir"/check_mparam.c
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-sha.d9 [ ]*[a-f0-9]+: 0f 3a cc ca 09 sha1rnds4 \$0x9,%xmm2,%xmm1
10 [ ]*[a-f0-9]+: 0f 3a cc 10 07 sha1rnds4 \$0x7,\(%rax\),%xmm2
11 [ ]*[a-f0-9]+: 0f 3a cc 58 12 05 sha1rnds4 \$0x5,0x12\(%rax\),%xmm3
12 [ ]*[a-f0-9]+: 0f 3a cc 24 58 01 sha1rnds4 \$0x1,\(%rax,%rbx,2\),%xmm4
33 [ ]*[a-f0-9]+: 0f 38 cc ca sha256msg1 %xmm2,%xmm1
34 [ ]*[a-f0-9]+: 0f 38 cc 08 sha256msg1 \(%rax\),%xmm1
35 [ ]*[a-f0-9]+: 0f 38 cc 48 12 sha256msg1 0x12\(%rax\),%xmm1
36 [ ]*[a-f0-9]+: 0f 38 cc 0c 58 sha256msg1 \(%rax,%rbx,2\),%xmm1
41 [ ]*[a-f0-9]+: 0f 3a cc ca 09 sha1rnds4 \$0x9,%xmm2,%xmm1
42 [ ]*[a-f0-9]+: 0f 3a cc 1
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-d10v/
H A Dreloc-001.d12 1014000: 65 20 cc 1a brf0f.s 1014104 <foo> -> jmp r13
H A Dreloc-002.d12 1014000: 65 3f cc 1a brf0f.s 10141fc <foo> -> jmp r13
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/s12z/
H A Dcom-opr.d12 0: cc df com.b \[d7,y\]
H A Dopr-idx3-reg.d17 e: bb cc

Completed in 318 milliseconds

<<21222324252627282930>>