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

1234567891011>>

/freebsd-10.0-release/usr.bin/dtc/
H A DMakefile4 SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
/freebsd-10.0-release/gnu/usr.bin/gperf/
H A DMakefile11 SRCS= bool-array.cc hash-table.cc input.cc keyword-list.cc keyword.cc \
12 main.cc options.cc output.cc positions.cc search.cc versio
[all...]
/freebsd-10.0-release/lib/libcxxrt/
H A DMakefile13 terminate.cc\
14 dynamic_cast.cc\
15 memory.cc\
16 auxhelper.cc\
17 exception.cc\
18 stdexcept.cc\
19 typeinfo.cc\
20 guard.cc
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_ia64.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;
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-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/usr.sbin/pmcstat/
H A Dpmcpl_annotate.h39 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu);
/freebsd-10.0-release/sys/kern/
H A Dkern_timeout.c185 #define CC_LOCK(cc) mtx_lock_spin(&(cc)->cc_lock)
186 #define CC_UNLOCK(cc) mtx_unlock_spin(&(cc)->cc_lock)
187 #define CC_LOCK_ASSERT(cc) mtx_assert(&(cc)->cc_lock, MA_OWNED)
191 static void callout_cpu_init(struct callout_cpu *cc);
192 static void softclock_call_cc(struct callout *c, struct callout_cpu *cc,
221 cc_cce_cleanup(struct callout_cpu *cc, int direct) argument
224 cc
241 cc_cce_migrating(struct callout_cpu *cc, int direct) argument
258 struct callout_cpu *cc; local
294 callout_cpu_init(struct callout_cpu *cc) argument
326 callout_cpu_switch(struct callout *c, struct callout_cpu *cc, int new_cpu) argument
355 struct callout_cpu *cc; local
399 struct callout_cpu *cc; local
524 struct callout_cpu *cc; local
546 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
586 callout_cc_del(struct callout *c, struct callout_cpu *cc) argument
596 softclock_call_cc(struct callout *c, struct callout_cpu *cc, int *mpcalls, int *lockcalls, int *gcalls, int direct) argument
800 struct callout_cpu *cc; local
850 struct callout_cpu *cc; local
875 struct callout_cpu *cc; local
918 struct callout_cpu *cc; local
1060 struct callout_cpu *cc, *old_cc; local
1349 struct callout_cpu *cc; local
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dcipher.c250 cipher_init(CipherContext *cc, const Cipher *cipher, argument
272 cc->plaintext = (cipher->number == SSH_CIPHER_NONE);
273 cc->encrypt = do_encrypt;
281 cc->cipher = cipher;
285 EVP_CIPHER_CTX_init(&cc->evp);
292 EVP_CipherInit(&cc->evp, type, (u_char *)key, (u_char *)iv,
295 if (EVP_CipherInit(&cc->evp, type, NULL, (u_char *)iv,
300 !EVP_CIPHER_CTX_ctrl(&cc->evp, EVP_CTRL_GCM_SET_IV_FIXED,
304 klen = EVP_CIPHER_CTX_key_length(&cc->evp);
307 if (EVP_CIPHER_CTX_set_key_length(&cc
339 cipher_crypt(CipherContext *cc, u_char *dest, const u_char *src, u_int len, u_int aadlen, u_int authlen) argument
384 cipher_cleanup(CipherContext *cc) argument
396 cipher_set_key_string(CipherContext *cc, const Cipher *cipher, const char *passphrase, int do_encrypt) argument
419 cipher_get_keyiv_len(const CipherContext *cc) argument
432 cipher_get_keyiv(CipherContext *cc, u_char *iv, u_int len) argument
471 cipher_set_keyiv(CipherContext *cc, u_char *iv) argument
507 cipher_get_keycontext(const CipherContext *cc, u_char *dat) argument
522 cipher_set_keycontext(CipherContext *cc, u_char *dat) argument
[all...]
/freebsd-10.0-release/lib/libc/locale/
H A Dbtowc.c44 char cc; local
55 cc = (char)c;
56 if (XLOCALE_CTYPE(l)->__mbrtowc(&wc, &cc, 1, &mbs) > 1)
/freebsd-10.0-release/sys/modules/cc/cc_cdg/
H A DMakefile5 .PATH: ${.CURDIR}/../../../netinet/cc
/freebsd-10.0-release/sys/modules/cc/cc_chd/
H A DMakefile5 .PATH: ${.CURDIR}/../../../netinet/cc
/freebsd-10.0-release/sys/modules/cc/cc_cubic/
H A DMakefile5 .PATH: ${.CURDIR}/../../../netinet/cc
/freebsd-10.0-release/sys/modules/cc/cc_hd/
H A DMakefile5 .PATH: ${.CURDIR}/../../../netinet/cc
/freebsd-10.0-release/sys/modules/cc/cc_htcp/
H A DMakefile5 .PATH: ${.CURDIR}/../../../netinet/cc
/freebsd-10.0-release/sys/modules/cc/cc_vegas/
H A DMakefile5 .PATH: ${.CURDIR}/../../../netinet/cc
/freebsd-10.0-release/crypto/openssl/crypto/threads/
H A Dpurify.sh3 purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
/freebsd-10.0-release/gnu/usr.bin/cc/cc/
H A DMakefile18 LINKS= ${BINDIR}/gcc ${BINDIR}/cc
19 MLINKS+= gcc.1 cc.1 gcc.1 c++.1 gcc.1 CC.1
/freebsd-10.0-release/crypto/openssl/crypto/bf/
H A Dbf_cfb64.c74 unsigned char *iv,c,cc; local
111 cc= *(in++);
113 iv[n]=cc;
114 *(out++)=c^cc;
118 v0=v1=ti[0]=ti[1]=t=c=cc=0;

Completed in 252 milliseconds

1234567891011>>