Searched refs:cc (Results 101 - 125 of 658) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c90 ng_hci_command_compl_ep *cc = local
93 cc->opcode = le16toh(cc->opcode);
95 if (cc->opcode == 0x0000 || cc->opcode != opcode)
98 n -= (sizeof(*e) + sizeof(*cc));
102 memcpy(rp, buffer + sizeof(*e) + sizeof(*cc), *rp_size);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_port.c52 find_port(struct ccdata *cc, u_int portno) argument
56 TAILQ_FOREACH(port, &cc->port_list, node_link)
67 cc_port_create(struct ccdata *cc, void *uarg, u_int portno) argument
74 TAILQ_FOREACH(port, &cc->port_list, node_link)
83 port->cc = cc;
97 TAILQ_FOREACH(p1, &cc->port_list, node_link)
103 TAILQ_INSERT_TAIL(&cc->port_list, port, node_link);
120 TAILQ_REMOVE(&port->cc->port_list, port, node_link);
148 cc_unmanage(struct ccdata *cc) argument
176 cc_get_addrs(struct ccdata *cc, u_int portno, struct uni_addr **pa, u_int **ports, u_int *count) argument
247 cc_addr_unregister(struct ccdata *cc, u_int portno, const struct uni_addr *arg) argument
270 cc_addr_register(struct ccdata *cc, u_int portno, const struct uni_addr *arg) argument
298 cc_port_get_param(struct ccdata *cc, u_int portno, struct atm_port_info *param) argument
312 cc_port_set_param(struct ccdata *cc, const struct atm_port_info *param) argument
333 cc_port_getlist(struct ccdata *cc, u_int *cnt, u_int **ports) argument
358 cc_port_start(struct ccdata *cc, u_int portno) argument
375 cc_port_stop(struct ccdata *cc, u_int portno) argument
399 cc_port_isrunning(struct ccdata *cc, u_int portno, int *state) argument
416 cc_port_clear(struct ccdata *cc, u_int portno) argument
435 cc_get_local_port_info(struct ccdata *cc, u_int portno, size_t *lenp) argument
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-nit.c106 register int cc, n; local
111 cc = p->cc;
112 if (cc == 0) {
113 cc = read(p->fd, (char *)p->buffer, p->bufsize);
114 if (cc < 0) {
131 ep = bp + cc;
147 p->cc = ep - bp;
189 p->cc = ep - bp;
195 p->cc
[all...]
H A Dpcap-pf.c105 register int cc, n, buflen, inc; local
113 cc = pc->cc;
114 if (cc == 0) {
115 cc = read(pc->fd, (char *)pc->buffer + pc->offset, pc->bufsize);
116 if (cc < 0) {
142 while (cc > 0) {
157 pc->cc = cc;
162 if (cc < sizeo
[all...]
/freebsd-11-stable/sbin/atm/atmconfig/
H A Dmain.c528 const struct cmdtab *match, *cc, *tab; local
578 cc = main_tab;
584 tab = cc;
586 while (cc->string != NULL) {
587 if (substr(argv[i], cc->string)) {
591 cc = tab;
594 match = cc;
596 cc++;
598 if ((cc = match) == NULL) {
600 cc
[all...]
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_x86.c78 pmc_save_user_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) argument
91 *cc++ = pc; n = 1;
117 *cc++ = pc; n++;
158 pmc_save_kernel_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) argument
173 *cc++ = pc;
222 *cc++ = pc;
/freebsd-11-stable/tools/tools/ath/athsurvey/
H A Dathsurvey.c79 float tx = 0.0, rx = 0.0, cc = 0.0, cext = 0.0; local
109 cc = (float) hs->samples[i].chan_busy * 100.0 /
135 if (cc > max_cc)
136 max_cc = cc;
147 if (cc < min_cc)
148 min_cc = cc;
/freebsd-11-stable/stand/libsa/
H A Dudp.c63 ssize_t cc; local
98 cc = sendip(d, uh, len, IPPROTO_UDP);
99 if (cc == -1)
101 if (cc != len)
102 panic("sendudp: bad write (%zd != %zd)", cc, len);
103 return (cc - sizeof(*uh));
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble.c104 __gcc_qadd (double a, double aa, double c, double cc) argument
113 z = cc + aa + c + a;
117 zz = aa + cc;
126 zz = q + c + (a - (q + z)) + aa + cc;
257 __gcc_qeq (double a, double aa, double c, double cc) argument
260 return __eqdf2 (aa, cc);
268 __gcc_qle (double a, double aa, double c, double cc) argument
271 return __ledf2 (aa, cc);
279 __gcc_qge (double a, double aa, double c, double cc) argument
282 return __gedf2 (aa, cc);
290 __gcc_qunord(double a, double aa, double c, double cc) argument
[all...]
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DAIX.mk31 CC= cc
41 COMPILE.cc= ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c
42 LINK.cc= ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}
93 ${LINK.cc} -o ${.TARGET} ${.IMPSRC} ${LDLIBS}
95 ${COMPILE.cc} ${.IMPSRC}
97 ${COMPILE.cc} ${.IMPSRC}
/freebsd-11-stable/contrib/ntp/libntp/
H A Daudio.c156 char *cp, *cc, *ca; local
170 for (cc = line; *cc && isascii((unsigned char)*cc) && isspace((unsigned char)*cc); cc++)
174 if (!*cc)
178 for (ca = cc; *ca; ca++) {
191 if (!strncmp(cc, "IDEV", 4) &&
195 } else if (!strncmp(cc, "CDE
[all...]
/freebsd-11-stable/contrib/atf/atf-c/
H A Dpkg_config_test.sh76 atf_check -s eq:0 -o save:stdout -e empty pkg-config --variable=cc atf-c
77 cc=$(cat stdout)
113 atf_check -s eq:0 -o empty -e empty ${cc} ${cflags} -o tp.o -c tp.c
114 atf_check -s eq:0 -o empty -e empty ${cc} ${ldflags} -o tp tp.o ${libs}
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex4.ksh50 cc -o main main.o provmain.o
53 cc -c main.c
62 cc -shared -o altlib.so altlib.o provalt.o -lc
65 cc -c altlib.c
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.largeusersym.ksh53 cc -o test test.c
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.linkpriv.ksh65 cc -c test.c
75 cc -o test test.o prov.o
H A Dtst.linkunpriv.ksh67 cc -c test.c
77 cc -o test test.o prov.o
H A Dtst.noprobes.ksh49 cc -c test.c
/freebsd-11-stable/gnu/usr.bin/cc/
H A DMakefile9 libiberty libcpp libdecnumber cc_int cc cc1 include
/freebsd-11-stable/usr.bin/script/
H A Dscript.c92 int cc; local
261 cc = read(STDIN_FILENO, ibuf, BUFSIZ);
262 if (cc < 0)
264 if (cc == 0) {
271 if (cc > 0) {
273 record(fscript, ibuf, cc, 'i');
274 (void)write(master, ibuf, cc);
277 (void)fwrite(ibuf, 1, cc, fscript);
282 cc = read(master, obuf, sizeof (obuf));
283 if (cc <
381 record(FILE *fp, char *buf, size_t cc, int direction) argument
[all...]
/freebsd-11-stable/gnu/usr.bin/
H A DMakefile18 SUBDIR.${MK_GCC}+= cc
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.h64 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu);
/freebsd-11-stable/sbin/devd/
H A DMakefile7 SRCS= devd.cc token.l parse.y y.tab.h
/freebsd-11-stable/lib/msun/src/
H A De_j0.c88 double z, s,c,ss,cc,r,u,v; local
98 cc = s+c;
101 if ((s*c)<zero) cc = z/ss;
102 else ss = z/cc;
105 * j0(x) = 1/sqrt(pi) * (P(0,x)*cc - Q(0,x)*ss) / sqrt(x)
106 * y0(x) = 1/sqrt(pi) * (P(0,x)*ss + Q(0,x)*cc) / sqrt(x)
108 if(ix>0x48000000) z = (invsqrtpi*cc)/sqrt(x);
111 z = invsqrtpi*(u*cc-v*ss)/sqrt(x);
148 double z, s,c,ss,cc,u,v; local
177 cc
[all...]
H A De_j1.c89 double z, s,c,ss,cc,r,u,v,y; local
99 cc = s-c;
102 if ((s*c)>zero) cc = z/ss;
103 else ss = z/cc;
106 * j1(x) = 1/sqrt(pi) * (P(1,x)*cc - Q(1,x)*ss) / sqrt(x)
107 * y1(x) = 1/sqrt(pi) * (P(1,x)*ss + Q(1,x)*cc) / sqrt(x)
109 if(ix>0x48000000) z = (invsqrtpi*cc)/sqrt(y);
112 z = invsqrtpi*(u*cc-v*ss)/sqrt(y);
145 double z, s,c,ss,cc,u,v; local
163 cc
[all...]
H A De_j0f.c50 float z, s,c,ss,cc,r,u,v; local
60 cc = s+c;
63 if ((s*c)<zero) cc = z/ss;
64 else ss = z/cc;
67 * j0(x) = 1/sqrt(pi) * (P(0,x)*cc - Q(0,x)*ss) / sqrt(x)
68 * y0(x) = 1/sqrt(pi) * (P(0,x)*ss + Q(0,x)*cc) / sqrt(x)
70 if(ix>0x58000000) z = (invsqrtpi*cc)/sqrtf(x); /* |x|>2**49 */
73 z = invsqrtpi*(u*cc-v*ss)/sqrtf(x);
110 float z, s,c,ss,cc,u,v; local
132 cc
[all...]

Completed in 188 milliseconds

1234567891011>>