Searched refs:cc (Results 1 - 25 of 658) sorted by relevance

1234567891011>>

/freebsd-11-stable/targets/pseudo/gcc/
H A DMakefile.depend6 gnu/usr.bin/cc/cc_tools \
7 gnu/usr.bin/cc/libiberty \
8 gnu/usr.bin/cc/libcpp \
9 gnu/usr.bin/cc/libdecnumber \
10 gnu/usr.bin/cc/cc_int \
11 gnu/usr.bin/cc/cc \
12 gnu/usr.bin/cc/cc1 \
13 gnu/usr.bin/cc/include \
14 gnu/usr.bin/cc/cp
[all...]
/freebsd-11-stable/usr.bin/dtc/
H A DMakefile4 SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
/freebsd-11-stable/gnu/usr.bin/gperf/
H A DMakefile9 SRCS= bool-array.cc hash-table.cc input.cc keyword-list.cc keyword.cc \
10 main.cc options.cc output.cc positions.cc search.cc versio
[all...]
/freebsd-11-stable/lib/libcxxrt/
H A DMakefile14 terminate.cc\
15 dynamic_cast.cc\
16 memory.cc\
17 auxhelper.cc\
18 exception.cc\
19 stdexcept.cc\
20 typeinfo.cc\
21 guard.cc
/freebsd-11-stable/gnu/lib/libsupc++/
H A DMakefile14 SRCS+= del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc \
15 eh_aux_runtime.cc eh_call.cc eh_catch.cc eh_exception.cc eh_global
[all...]
/freebsd-11-stable/lib/libdevdctl/
H A DMakefile9 SRCS= consumer.cc \
10 event.cc \
11 event_factory.cc \
12 exception.cc \
13 guid.cc
/freebsd-11-stable/contrib/tzdata/
H A Dchecktab.awk20 cc = $1
22 if (cc !~ /^[A-Z][A-Z]$/) {
24 iso_table, iso_NR, cc >>"/dev/stderr"
27 if (cc <= cc0) {
28 if (cc == cc0) {
35 iso_table, iso_NR, cc, s \
39 cc0 = cc
42 iso_table, iso_NR, name2cc[name], cc \
46 name2cc[name] = cc
47 cc2name[cc]
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.am44 del_op.cc \
45 del_opnt.cc \
46 del_opv.cc \
47 del_opvnt.cc \
48 eh_alloc.cc \
49 eh_arm.cc \
50 eh_aux_runtime.cc \
51 eh_call.cc \
52 eh_catch.cc \
53 eh_exception.cc \
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.am77 atomicity.cc \
78 codecvt_members.cc \
79 collate_members.cc \
80 ctype_members.cc \
81 messages_members.cc \
82 monetary_members.cc \
83 numeric_members.cc \
84 time_members.cc
86 codecvt_members.cc: ${glibcxx_srcdir}/$(CCODECVT_CC)
89 collate_members.cc
[all...]
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_compare.c81 int cc; local
93 cc = FPSCR_FU;
95 cc |= FPSCR_VXSNAN;
98 cc |= FPSCR_VXVC;
108 cc = FPSCR_FE;
113 cc = FPSCR_FL;
118 cc = FPSCR_FG;
138 #define opposite_cc(cc) ((cc) == FPSCR_FL ? FPSCR_FG : FPSCR_FL)
141 cc
[all...]
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_sparc64.c49 pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples, argument
52 (void) cc;
59 pmc_save_user_callchain(uintptr_t *cc, int maxsamples, argument
62 (void) cc;
/freebsd-11-stable/lib/libdevdctl/tests/
H A DMakefile9 SRCS.libdevdctl_unittest+= event_factory.cc \
10 libdevdctl_unittest.cc \
11 event.cc exception.cc \
12 guid.cc
/freebsd-11-stable/sys/kern/
H A Dkern_timeout.c177 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr
178 #define cc_exec_drain(cc, dir) cc->cc_exec_entity[dir].cc_drain
179 #define cc_exec_next(cc) cc->cc_next
180 #define cc_exec_cancel(cc, dir) cc->cc_exec_entity[dir].cc_cancel
181 #define cc_exec_waiting(cc, dir) cc
234 cc_cce_cleanup(struct callout_cpu *cc, int direct) argument
253 cc_cce_migrating(struct callout_cpu *cc, int direct) argument
270 struct callout_cpu *cc; local
313 callout_cpu_init(struct callout_cpu *cc, int cpu) argument
348 callout_cpu_switch(struct callout *c, struct callout_cpu *cc, int new_cpu) argument
377 struct callout_cpu *cc; local
439 struct callout_cpu *cc; local
565 struct callout_cpu *cc; local
587 callout_cc_add(struct callout *c, struct callout_cpu *cc, sbintime_t sbt, sbintime_t precision, void (*func)(void *), void *arg, int cpu, int flags) argument
628 callout_cc_del(struct callout *c, struct callout_cpu *cc) argument
638 softclock_call_cc(struct callout *c, struct callout_cpu *cc, int *mpcalls, int *lockcalls, int *gcalls, int direct) argument
855 struct callout_cpu *cc; local
902 struct callout_cpu *cc; local
924 struct callout_cpu *cc; local
1019 struct callout_cpu *cc; local
1177 struct callout_cpu *cc, *old_cc; local
1541 struct callout_cpu *cc; local
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dcipher.c218 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) argument
220 return cc->plaintext;
224 cipher_ctx_get_number(struct sshcipher_ctx *cc) argument
226 return cc->cipher->number;
310 cipher_warning_message(const struct sshcipher_ctx *cc) argument
312 if (cc == NULL || cc->cipher == NULL)
314 if (cc->cipher->number == SSH_CIPHER_DES)
325 struct sshcipher_ctx *cc = NULL; local
334 if ((cc
444 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, const u_char *src, u_int len, u_int aadlen, u_int authlen) argument
507 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, const u_char *cp, u_int len) argument
520 cipher_free(struct sshcipher_ctx *cc) argument
566 cipher_get_keyiv_len(const struct sshcipher_ctx *cc) argument
585 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, u_int len) argument
642 cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv) argument
693 cipher_get_keycontext(const struct sshcipher_ctx *cc, u_char *dat) argument
712 cipher_set_keycontext(struct sshcipher_ctx *cc, const u_char *dat) argument
[all...]
/freebsd-11-stable/gnu/usr.bin/cc/cc1/
H A DMakefile.depend7 gnu/usr.bin/cc/cc_int \
8 gnu/usr.bin/cc/cc_tools \
9 gnu/usr.bin/cc/libcpp \
10 gnu/usr.bin/cc/libdecnumber \
11 gnu/usr.bin/cc/libiberty \
/freebsd-11-stable/gnu/usr.bin/cc/cc1plus/
H A DMakefile.depend7 gnu/usr.bin/cc/cc_int \
8 gnu/usr.bin/cc/cc_tools \
9 gnu/usr.bin/cc/libcpp \
10 gnu/usr.bin/cc/libdecnumber \
11 gnu/usr.bin/cc/libiberty \
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_compare.c96 int cc; local
110 cc = FSR_CC_UO;
119 cc = FSR_CC_EQ;
124 cc = FSR_CC_LT;
129 cc = FSR_CC_GT;
149 #define opposite_cc(cc) ((cc) == FSR_CC_LT ? FSR_CC_GT : FSR_CC_LT)
152 cc = diff(FSR_CC_LT);
156 cc = diff(FSR_CC_GT);
161 cc
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_data.c49 struct ccdata *cc; local
51 cc = CCMALLOC(sizeof(*cc));
52 if (cc == NULL)
55 LIST_INIT(&cc->user_list);
56 TAILQ_INIT(&cc->port_list);
57 LIST_INIT(&cc->orphaned_conns);
58 TAILQ_INIT(&cc->sigs);
59 TAILQ_INIT(&cc->def_sigs);
60 TAILQ_INIT(&cc
71 cc_reset(struct ccdata *cc) argument
97 cc_destroy(struct ccdata *cc) argument
108 cc_set_log(struct ccdata *cc, u_int flags) argument
113 cc_get_log(const struct ccdata *cc) argument
120 cc_get_extended_status(const struct ccdata *cc, struct atm_exstatus *status, struct atm_exstatus_ep **pep, struct atm_exstatus_port **pport, struct atm_exstatus_conn **pconn, struct atm_exstatus_party **pparty) argument
[all...]
H A Dcc_sig.c90 sig_alloc(struct ccdata *cc, u_int type, void *target, u_int has_msg, argument
95 if ((s = TAILQ_FIRST(&cc->free_sigs)) == NULL) {
98 cc_log(cc, "signal %u/%u lost - ENOMEM", type, sig);
102 TAILQ_REMOVE(&cc->free_sigs, s, link);
122 s = sig_alloc(user->cc, SIG_USER, user, 0, sig, arg1, arg2);
125 TAILQ_INSERT_TAIL(&user->cc->sigs, s, link);
126 cc_sig_log(user->cc, "queuing sig %s to user %p", cc_user_sigtab[sig],
137 s = sig_alloc(user->cc, SIG_USER, user, msg != NULL, sig, msg, 0);
140 TAILQ_INSERT_TAIL(&user->cc->sigs, s, link);
141 cc_sig_log(user->cc, "queuin
252 sig_flush(struct ccdata *cc, u_int type, void *target) argument
307 cc_work(struct ccdata *cc) argument
330 cc_sig_flush_all(struct ccdata *cc) argument
[all...]
/freebsd-11-stable/gnu/usr.bin/cc/c++/
H A DMakefile.depend7 gnu/usr.bin/cc/cc_tools \
8 gnu/usr.bin/cc/libcpp \
9 gnu/usr.bin/cc/libiberty \
/freebsd-11-stable/gnu/usr.bin/cc/cc/
H A DMakefile.depend7 gnu/usr.bin/cc/cc_tools \
8 gnu/usr.bin/cc/libcpp \
9 gnu/usr.bin/cc/libiberty \
/freebsd-11-stable/gnu/usr.bin/cc/cpp/
H A DMakefile.depend7 gnu/usr.bin/cc/cc_tools \
8 gnu/usr.bin/cc/libcpp \
9 gnu/usr.bin/cc/libiberty \
/freebsd-11-stable/sys/modules/cc/cc_hd/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/cc/cc_hd/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/netinet/cc
/freebsd-11-stable/sys/modules/cc/cc_chd/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/cc/cc_chd/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/netinet/cc
/freebsd-11-stable/sys/modules/cc/cc_cubic/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/cc/cc_cubic/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/netinet/cc

Completed in 173 milliseconds

1234567891011>>