Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dragonfly/gnu/lib/gcc80/libstdcxx/components/libconv_supc/
H A DMakefile.src9 bad_alloc.cc \
12 bad_cast.cc \
15 del_op.cc \
16 del_ops.cc \
18 del_opv.cc \
21 dyncast.cc \
29 eh_ptr.cc \
32 eh_tm.cc \
39 guard.cc \
61 pure.cc \
[all …]
H A DMakefile30 gnu11_FLAGS_FILES= bad_array_length.cc bad_array_new.cc eh_ptr.cc \
31 eh_aux_runtime.cc eh_terminate.cc eh_throw.cc \
32 guard.cc atexit_thread.cc nested_exception.cc \
33 new_handler.cc new_op.cc new_opnt.cc
35 gnu14_FLAGS_FILES= del_ops.cc del_opvs.cc
37 gnu1z_FLAGS_FILES= del_opsa.cc del_opvsa.cc \
38 del_opa.cc del_opant.cc del_opva.cc del_opvant.cc \
39 new_opa.cc new_opant.cc new_opva.cc new_opvant.cc
/dragonfly/gnu/lib/gcc47/libstdc++/
H A DMakefile79 ctype.cc \
83 ios.cc \
87 list.cc \
88 locale.cc \
118 mutex.cc \
120 regex.cc \
256 debug-cxx.cc: ${SRCDIR}/src/c++11/debug.cc
259 tree-cxx.cc: ${SRCDIR}/src/c++98/tree.cc
262 vec-cxx.cc: ${SRCDIR}/libsupc++/vec.cc
265 CLEANFILES+= atomicity.cc basic_file.cc c++locale.cc \
[all …]
/dragonfly/gnu/lib/gcc80/libstdcxx/components/libconv_2011/
H A DMakefile.src18 chrono.cc \
19 codecvt.cc \
22 ctype.cc \
23 debug.cc \
26 futex.cc \
27 future.cc \
30 ios.cc \
31 limits.cc \
32 mutex.cc \
34 random.cc \
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A DMakefile.am35 atomicity.cc \
76 basic_file.cc c++locale.cc \
96 ext-inst.cc \
97 ios-inst.cc \
116 codecvt.cc \
118 ctype.cc \
122 ios.cc \
126 list.cc \
127 locale.cc \
135 tree.cc \
[all …]
H A DMakefile.in336 basic_file.cc c++locale.cc \
364 codecvt.cc \
366 ctype.cc \
370 ios.cc \
374 list.cc \
375 locale.cc \
383 tree.cc \
384 istream.cc \
511 .cc.o:
514 .cc.obj:
[all …]
/dragonfly/gnu/lib/gcc80/libstdcxx/components/libconv_1998/
H A DMakefile.src11 atomicity.cc \
17 time_members.cc
20 basic_file.cc c++locale.cc \
29 ext-inst.cc \
30 misc-inst.cc
38 codecvt.cc \
41 hash_tr1.cc \
46 list.cc \
51 locale.cc \
59 tree.cc \
[all …]
H A DMakefile30 GENCC= atomicity.cc basic_file.cc c++locale.cc
31 GENCC+= ${COWD:.x=_members_cow.cc} ${COWG:.x=_members_cow.cc}
35 deprecated_FLAGS_FILES= strstream.cc
37 gnu98_FLAGS_FILES= bitmap_allocator.cc ios_locale.cc misc-inst.cc
39 gnu11_FLAGS_FILES= locale_init.cc localename.cc
43 concept_FLAGS_FILES= concept-inst.cc
45 parallel_FLAGS_FILES= parallel_settings.cc
59 ${F:.x=_members_cow.cc}: ${SRCDIR}/config/locale/generic/${F:.x=_members.cc}
64 ${F:.x=_members_cow.cc}: ${SRCDIR}/config/locale/dragonfly/${F:.x=_members.cc}
71 basic_file.cc: ${SRCDIR}/config/io/basic_file_stdio.cc
[all …]
/dragonfly/gnu/usr.bin/binutils234/block2/libgold/
H A DMakefile10 binary.cc \
11 common.cc \
14 cref.cc \
15 defstd.cc \
18 dynobj.cc \
21 errors.cc \
26 gold.cc \
28 icf.cc \
33 merge.cc \
34 nacl.cc \
[all …]
/dragonfly/gnu/usr.bin/binutils227/block2/libgold/
H A DMakefile10 binary.cc \
11 common.cc \
14 cref.cc \
15 defstd.cc \
18 dynobj.cc \
21 errors.cc \
26 gold.cc \
28 icf.cc \
33 merge.cc \
34 nacl.cc \
[all …]
/dragonfly/gnu/lib/gcc47/libsupc++/
H A DMakefile.src6 bad_alloc.cc \
7 bad_cast.cc \
10 del_op.cc \
11 del_opnt.cc \
12 del_opv.cc \
14 dyncast.cc \
16 eh_arm.cc \
23 eh_ptr.cc \
26 eh_tm.cc \
33 guard.cc \
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A DMakefile.am55 del_op.cc \
57 del_opv.cc \
61 eh_arm.cc \
68 eh_ptr.cc \
71 eh_tm.cc \
78 guard.cc \
83 new_op.cc \
90 pure.cc \
92 tinfo.cc \
93 tinfo2.cc \
[all …]
H A DMakefile.in366 del_op.cc \
372 eh_arm.cc \
379 eh_ptr.cc \
382 eh_tm.cc \
389 guard.cc \
401 pure.cc \
403 tinfo.cc \
405 vec.cc \
588 .cc.o:
591 .cc.obj:
[all …]
/dragonfly/crypto/openssh/
H A Dcipher.c239 if (cc == NULL || cc->cipher == NULL) in cipher_warning_message()
258 if ((cc = calloc(sizeof(*cc), 1)) == NULL) in cipher_init()
322 *ccp = cc; in cipher_init()
324 if (cc != NULL) { in cipher_init()
328 freezero(cc, sizeof(*cc)); in cipher_init()
397 if (cc->encrypt && in cipher_crypt()
423 if (cc == NULL) in cipher_free()
427 cc->cp_ctx = NULL; in cipher_free()
429 explicit_bzero(&cc->ac_ctx, sizeof(cc->ac_ctx)); in cipher_free()
432 cc->evp = NULL; in cipher_free()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A DMakefile.am33 chrono.cc \
35 debug.cc \
37 functional.cc \
38 future.cc \
39 hash_c++0x.cc \
41 limits.cc \
42 mutex.cc \
44 regex.cc \
45 shared_ptr.cc \
47 thread.cc
[all …]
/dragonfly/sys/kern/
H A Dkern_timeout.c715 c = cc->toc; in _callout_gettoc()
727 c->lk = cc->lk; in _callout_gettoc()
728 c->verifier = cc; in _callout_gettoc()
756 bzero(cc, sizeof(*cc)); in _callout_init()
763 bzero(cc, sizeof(*cc)); in _callout_init_mp()
770 bzero(cc, sizeof(*cc)); in _callout_init_lk()
772 cc->lk = lk; in _callout_init_lk()
864 if (cc->toc == NULL) in _callout_cancel_or_stop()
947 cc->toc = c; in _callout_setup_quick()
948 cc->lk = NULL; in _callout_setup_quick()
[all …]
H A Dvfs_cluster.c184 cc += i; in cluster_getcache()
186 cc = dummy; in cluster_getcache()
187 cc->locked = 1; in cluster_getcache()
188 cc->vp = NULL; in cluster_getcache()
191 cc->vp = vp; in cluster_getcache()
197 return(cc); in cluster_getcache()
1268 cc->v_lasta = cc->v_clen = cc->v_cstart = cc->v_lastw = 0; in cluster_write()
1270 if (cc->v_clen == 0 || loffset != cc->v_lastw || in cluster_write()
1298 cursize = cc->v_lastw - cc->v_cstart; in cluster_write()
1382 } else if (loffset == cc->v_cstart + cc->v_clen) { in cluster_write()
[all …]
/dragonfly/sys/sys/
H A Dcallout.h88 #define callout_set_arg(cc, _arg) do { \ argument
89 if ((cc)->toc) \
90 ((cc)->toc->qarg = (cc)->toc->rarg = (_arg)); \
92 #define callout_arg(cc) ((cc)->toc ? (cc)->toc->rarg : NULL) argument
93 #define callout_func(cc) ((cc)->toc ? (cc)->toc->rfunc : NULL) argument
115 void _callout_init (struct callout *cc
117 void _callout_init_mp (struct callout *cc
131 int callout_stop (struct callout *cc);
132 int callout_stop_async (struct callout *cc);
134 int callout_cancel (struct callout *cc);
[all …]
/dragonfly/sys/bus/firewire/
H A Dfwcrom.c91 cc->depth = 0; in crom_init_context()
101 ptr = &cc->stack[cc->depth]; in crom_get()
119 cc->depth ++; in crom_next()
121 ptr = &cc->stack[cc->depth]; in crom_next()
127 ptr = &cc->stack[cc->depth]; in crom_next()
131 (vm_offset_t)crom_get(cc) <= CROM_END(cc)) in crom_next()
138 cc->depth--; in crom_next()
142 cc->depth = -1; in crom_next()
155 crom_next(cc); in crom_search_key()
167 cc = &c; in crom_has_specver()
[all …]
/dragonfly/libexec/customcc/
H A DMakefile1 SCRIPTS= ${.OBJDIR}/cc
3 SYMLINKS= cc ${SCRIPTSDIR}/cpp \
4 cc ${SCRIPTSDIR}/c++ \
5 cc ${SCRIPTSDIR}/gcc \
6 cc ${SCRIPTSDIR}/g++ \
8 cc ${SCRIPTSDIR}/clang++ \
9 cc ${SCRIPTSDIR}/clang \
10 cc ${SCRIPTSDIR}/gcov \
11 cc ${SCRIPTSDIR}/CC
12 CLEANFILES= cc
[all …]
/dragonfly/usr.bin/window/
H A Dcompress.c69 struct cc { struct
154 struct cc **pos;
155 struct cc *val;
162 int cc_compress(struct cc **, struct cc **, char);
164 void cc_compress_phase(struct cc **, int, struct cc **, int);
165 void cc_compress_phase1(struct cc **, struct cc **, int, int);
177 struct cc *p; in ccinit()
314 struct cc *p; in ccreset()
459 struct cc *p; in cc_sweep()
632 struct cc *p; in cc_sweep_reverse()
[all …]
/dragonfly/contrib/gmp/mpn/generic/
H A Dmul_fft.c221 cc = 0; in mpn_fft_mul_2exp_modF()
230 cc++; in mpn_fft_mul_2exp_modF()
257 cc = 0; in mpn_fft_mul_2exp_modF()
268 cc = mpn_sub_1 (r, r, d, cc) + 1; in mpn_fft_mul_2exp_modF()
510 cc = 0; in mpn_fft_mul_modF_K()
516 cc = mpn_add_1 (tp, tp, n2, cc); in mpn_fft_mul_modF_K()
781 cc = mpn_sub_1 (p + pla - pl, p + pla - pl, pl, cc); in mpn_mul_fft_internal()
935 ASSERT(0 <= cc && cc <= 1); in mpn_mul_fft_full()
939 ASSERT(-1 <= cc && cc <= 1); in mpn_mul_fft_full()
940 if (cc < 0) in mpn_mul_fft_full()
[all …]
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_ses.c964 if (cc->ses_eltmap && cc->ses_ntypes) { in ses_softc_init()
965 SES_FREE(cc->ses_eltmap, cc->ses_ntypes); in ses_softc_init()
1617 #define SAFT_ALARM_OFFSET(cc) (cc)->slotoff - 1 argument
1684 ssc->ses_nobjects = cc->Nfans + cc->Npwr + cc->Nslots + cc->DoorLock + in safte_softc_init()
1685 cc->Ntherm + cc->Nspkrs + NPSEUDO_THERM + NPSEUDO_ALARM; in safte_softc_init()
1743 if (cc == NULL) in safte_set_encstat()
1812 if (cc == NULL) in safte_set_objstat()
1901 wrbuf16(ssc, SAFTE_WT_GLOBAL, cc->flag1, cc->flag2, 0, slp); in safte_set_objstat()
1916 wrbuf16(ssc, SAFTE_WT_GLOBAL, cc->flag1, cc->flag2, 0, slp); in safte_set_objstat()
2059 if (cc->Nfans == 1 || cc->Ntherm == 0) in safte_rdstat()
[all …]
/dragonfly/sys/net/wg/
H A Dwg_cookie.c186 struct cookie_checker *cc; in cookie_checker_alloc() local
188 cc = kmalloc(sizeof(*cc), M_WG_COOKIE, M_WAITOK | M_ZERO); in cookie_checker_alloc()
192 return (cc); in cookie_checker_alloc()
198 lockuninit(&cc->cc_key_lock); in cookie_checker_free()
200 explicit_bzero(cc, sizeof(*cc)); in cookie_checker_free()
201 kfree(cc, M_WG_COOKIE); in cookie_checker_free()
215 bzero(cc->cc_mac1_key, sizeof(cc->cc_mac1_key)); in cookie_checker_update()
216 bzero(cc->cc_cookie_key, sizeof(cc->cc_cookie_key)); in cookie_checker_update()
230 make_cookie(cc, cookie, sa); in cookie_checker_create_payload()
236 cc->cc_cookie_key); in cookie_checker_create_payload()
[all …]
/dragonfly/lib/libkvm/
H A Dkvm.c364 int cc; in kvm_read() local
387 if (cc < 0) { in kvm_read()
392 return (cc); in kvm_read()
399 if (cc == 0) in kvm_read()
402 cc = len; in kvm_read()
409 cc = read(kd->pmfd, cp, cc); in kvm_read()
420 if (cc == 0) in kvm_read()
423 kva += cc; in kvm_read()
424 len -= cc; in kvm_read()
531 int cc; in kvm_write() local
[all …]

12345678910>>...18