Searched refs:cc (Results 26 - 50 of 658) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/modules/cc/cc_htcp/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/cc/cc_htcp/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/netinet/cc
/freebsd-11-stable/sys/modules/cc/cc_cdg/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/cc/cc_cdg/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/netinet/cc
/freebsd-11-stable/sys/modules/cc/cc_vegas/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/cc/cc_vegas/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/netinet/cc
/freebsd-11-stable/sys/modules/cc/cc_dctcp/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/cc/cc_dctcp/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/netinet/cc
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_annotate_cg.h42 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu);
H A Dpmcpl_annotate.h41 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu);
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile.depend5 gnu/usr.bin/cc/cc_tools \
/freebsd-11-stable/gnu/usr.bin/cc/libdecnumber/
H A DMakefile.depend5 gnu/usr.bin/cc/cc_tools \
/freebsd-11-stable/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-11-stable/gnu/usr.bin/cc/gcov/
H A DMakefile.depend7 gnu/usr.bin/cc/cc_tools \
8 gnu/usr.bin/cc/libiberty \
/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.in64 am__libstdc___la_SOURCES_DIST = bitmap_allocator.cc pool_allocator.cc \
65 mt_allocator.cc codecvt.cc compatibility.cc complex_io.cc \
66 ctype.cc debug.cc debug_list.cc functexcept.cc globals_i
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.in68 am__libsupc___la_SOURCES_DIST = del_op.cc del_opnt.cc del_opv.cc \
69 del_opvnt.cc eh_alloc.cc eh_arm.cc eh_aux_runtime.cc \
70 eh_call.cc eh_catch.cc eh_exception.cc eh_global
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A DMakefile.in84 #%.o : %.cc
100 version.$(OBJEXT): version.cc $(VERSION_H)
101 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/version.cc
102 positions.$(OBJEXT): positions.cc $(POSITIONS_H)
103 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/positions.cc
104 options.$(OBJEXT): options.cc $(OPTIONS_H) $(VERSION_H)
105 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/options.cc
106 keyword.$(OBJEXT): keyword.cc $(KEYWORD_H) $(POSITIONS_H)
107 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/keyword.cc
108 keyword-list.$(OBJEXT): keyword-list.cc
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/nbperf/
H A Dh_nbperf.sh31 cc -o testprog -I. $5
/freebsd-11-stable/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-11-stable/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-11-stable/crypto/openssl/crypto/bf/
H A Dbf_cfb64.c76 unsigned char *iv, c, cc; local
114 cc = *(in++);
116 iv[n] = cc;
117 *(out++) = c ^ cc;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dc_cfb64.c76 unsigned char *iv, c, cc; local
114 cc = *(in++);
116 iv[n] = cc;
117 *(out++) = c ^ cc;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dcfb64enc.c75 unsigned char *iv, c, cc; local
113 cc = *(in++);
115 iv[n] = cc;
116 *(out++) = c ^ cc;
120 v0 = v1 = ti[0] = ti[1] = c = cc = 0;
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Di_cfb64.c76 unsigned char *iv, c, cc; local
114 cc = *(in++);
116 iv[n] = cc;
117 *(out++) = c ^ cc;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2cfb64.c76 unsigned char *iv, c, cc; local
114 cc = *(in++);
116 iv[n] = cc;
117 *(out++) = c ^ cc;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5cfb64.c76 unsigned char *iv, c, cc; local
114 cc = *(in++);
116 iv[n] = cc;
117 *(out++) = c ^ cc;
121 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/freebsd-11-stable/usr.bin/talk/
H A Dctl_transact.c57 int nready = 0, cc; local
72 cc = sendto(ctl_sockt, (char *)&lmsg, sizeof (lmsg), 0,
75 if (cc != sizeof (lmsg)) {
93 cc = recv(ctl_sockt, (char *)rp, sizeof (*rp), 0);
94 if (cc < 0) {
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c132 cc_t *cc; local
134 cc = term->c_cc;
135 cc[VINTR] = tc->t_intrc;
136 cc[VQUIT] = tc->t_quitc;
137 cc[VSTART] = tc->t_startc;
138 cc[VSTOP] = tc->t_stopc;
139 cc[VEOF] = tc->t_eofc;
140 cc[VEOL] = tc->t_brkc;
142 cc[VEOL2] = _POSIX_VDISABLE;
148 cc_t *cc; local
204 cc_t *cc = tp->t_termios.c_cc; local
220 cc_t *cc = tp->t_termios.c_cc; local
232 cc_t *cc = tp->t_termios.c_cc; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dhtmintrin.h155 int cc, i = 0; local
157 while ((cc = __builtin_tbegin(0)) == _HTM_TBEGIN_TRANSIENT
161 return cc;
167 int cc, i = 0; local
169 while ((cc = __builtin_tbegin(__tdb)) == _HTM_TBEGIN_TRANSIENT
173 return cc;
184 int cc, i = 0; local
186 while ((cc = __builtin_tbegin_nofloat(0)) == _HTM_TBEGIN_TRANSIENT
190 return cc;
196 int cc, local
[all...]

Completed in 133 milliseconds

1234567891011>>