Searched refs:cc (Results 76 - 100 of 590) sorted by relevance

1234567891011>>

/openbsd-current/sys/arch/luna88k/cbus/
H A Dnec86hw.c365 nec86hw_set_output_block(struct nec86hw_softc *sc, int cc) argument
370 sc->pdma_count = cc / bpf;
404 DPRINTF2(2, ("nec86hw_pdma_output: cc=%d count=%d hw_blocksize=%d "
406 cc, sc->pdma_count, hw_blocksize, sc->pdma_watermark,
412 nec86hw_set_input_block(struct nec86hw_softc *sc, int cc) argument
417 sc->pdma_count = cc / bpf;
434 DPRINTF2(2, ("nec86hw_pdma_input: cc=%d count=%d hw_blocksize=%d "
436 cc, sc->pdma_count, hw_blocksize, sc->pdma_watermark,
442 nec86hw_pdma_init_output(void *addr, void *buf, int cc) argument
452 nec86hw_set_output_block(sc, cc);
463 nec86hw_pdma_init_input(void *addr, void *buf, int cc) argument
484 nec86hw_pdma_output(void *addr, void *p, int cc, void (*intr)(void *), void *arg) argument
541 nec86hw_pdma_input(void *addr, void *p, int cc, void (*intr)(void *), void *arg) argument
881 int cc, nbyte; local
921 nec86fifo_output_mono_8_direct(struct nec86hw_softc *sc, int cc) argument
941 nec86fifo_output_mono_16_direct(struct nec86hw_softc *sc, int cc) argument
968 nec86fifo_output_stereo_8_direct(struct nec86hw_softc *sc, int cc) argument
986 nec86fifo_output_stereo_16_direct(struct nec86hw_softc *sc, int cc) argument
1023 nec86fifo_output_mono_8_resamp(struct nec86hw_softc *sc, int cc) argument
1071 nec86fifo_output_mono_16_resamp(struct nec86hw_softc *sc, int cc) argument
1129 int cc, bpf; local
1157 nec86fifo_input_mono_8_direct(struct nec86hw_softc *sc, int cc) argument
1177 nec86fifo_input_mono_16_direct(struct nec86hw_softc *sc, int cc) argument
1209 nec86fifo_input_stereo_8_direct(struct nec86hw_softc *sc, int cc) argument
1225 nec86fifo_input_stereo_16_direct(struct nec86hw_softc *sc, int cc) argument
1255 nec86fifo_padding(struct nec86hw_softc *sc, int cc) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930126-1.c14 int cc = (((* ((T *) (my_pc))) >> 16) & 0xFF); local
35 cb[19] = ((((cc) & 0xFF) << 16) | (9 & 0xFF));
36 cb[21] = ((((cc) & 0xFF) << 16) | ((10) & 0xFF));
37 cb[23] = ((((cc) & 0xFF) << 16) | (11 & 0xFF));
38 cb[25] = ((((cc) & 0xFF) << 16) | (12 & 0xFF));
39 cb[27] = ((((cc) & 0xFF) << 16) | (13 & 0xFF));
40 cb[29] = ((((cc) & 0xFF) << 16) | (14 & 0xFF));
41 cb[31] = ((((cc) & 0xFF) << 16) | (15 & 0xFF));
42 cb[35] = ((((cc) & 0xFF) << 16) | (17 & 0xFF));
/openbsd-current/sys/arch/alpha/stand/netboot/
H A Dif_prom.c117 ssize_t cc; local
121 cc = 0;
122 while (((getsecs() - t) < timeout) && !cc) {
128 cc = ret.u.retval;
131 cc = lmin(cc, len);
133 cc = len;
134 bcopy(hate, pkt, cc);
136 return cc;
/openbsd-current/usr.bin/dig/lib/dns/
H A Dgen.c87 static struct cc { struct
88 struct cc *next;
203 struct cc *newcc;
204 struct cc *cc, *oldcc; local
260 newcc = (struct cc *)malloc(sizeof(*newcc));
268 cc = classes;
271 while ((cc != NULL) && (cc->rdclass < rdclass)) {
272 oldcc = cc;
325 struct cc *cc; local
[all...]
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Dside.c86 char cc; local
107 cc = c;
108 write_output (&cc, 1);
117 cc = c;
118 write_output (&cc, 1);
133 cc = c;
134 write_output (&cc, 1);
144 cc = c;
145 write_output (&cc, 1);
157 cc
195 char cc; local
[all...]
/openbsd-current/usr.bin/script/
H A Dscript.c106 ssize_t cc, off; local
187 cc = read(STDIN_FILENO, ibuf, BUFSIZ);
188 if (cc == -1 && errno == EINTR)
190 if (cc <= 0)
192 for (off = 0; off < cc; ) {
193 ssize_t n = write(master, ibuf + off, cc - off);
246 ssize_t outcc = 0, cc, off; local
279 cc = read(master, obuf, sizeof (obuf));
280 if (cc == -1 && errno == EINTR)
282 if (cc <
[all...]
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dsco.sh16 # To use cc, use sh Configure
44 # -You cannot optimize with genuine sco cc (miniperl core dumps),
107 case "$cc" in
119 case "$cc" in
144 case "$cc" in
228 # cc='scocc', optimize='-O'
H A Dirix_6.sh8 # cc -n32 update info from Krishna Sethuraman, krishna@sgi.com.
12 # - assumes 'cc -n32' by default
20 # - don't assume 'cc -n32' if the n32 libm.so is missing
31 # Use sh Configure -Dcc='cc -n32' to try compiling with -n32.
32 # or -Dcc='cc -n32 -mips3' (or -mips4) to force (non)portability
36 # NOTE: some IRIX cc versions, e.g. 7.3.1.1m (try cc -version) have
83 # Let's assume we want to use 'cc -n32' by default, unless the
85 case "$cc" in
87 "$define"|true|[yY]*) test -f /usr/lib64/libm.so && cc
[all...]
H A Dsolaris_2.sh96 case "$cc" in
97 '') for i in `ls -r /opt/*studio*/bin/cc` /opt/SUNWspro/bin/cc \
101 cc=$i
104 You specified no cc but you seem to have the Workshop compiler
105 ($cc) installed, using that.
127 case `type ${cc:-cc}` in
128 */usr/ucb/cc*) cat <<END >&4
130 NOTE: Some people have reported problems with /usr/ucb/cc
[all...]
H A Dopenbsd.sh68 ld=${cc:-cc}
72 ld=${cc:-cc}
80 ELF=`${cc:-cc} -dM -E - </dev/null | grep __ELF__`
105 # cc is gcc so we can do better than -O
/openbsd-current/sys/lib/libsa/
H A Dnfs.c124 ssize_t cc; local
142 cc = rpc_call(d, RPCPROG_MNT, RPCMNT_VER1, RPCMNT_MOUNT,
144 if (cc == -1) {
148 if (cc < 4) {
186 ssize_t cc; local
208 cc = rpc_call(d->iodesc, NFS_PROG, NFS_VER2, NFSPROC_LOOKUP,
210 if (cc == -1)
212 if (cc < 4)
237 ssize_t cc; local
245 cc
283 ssize_t cc; local
519 ssize_t cc; local
[all...]
H A Dnet.c72 ssize_t cc; local
90 cc = (*sproc)(d, sbuf, ssize);
91 if (cc < 0 || (size_t)cc < ssize)
93 cc, ssize);
103 cc = (*rproc)(d, rbuf, rsize, tleft);
105 if (cc != -1 || errno != 0)
106 return (cc);
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dbs15503.exp26 set srcfile ${testfile}.cc
H A Dpr-574.exp37 set srcfile ${testfile}.cc
/openbsd-current/gnu/usr.bin/perl/qnx/
H A Dcpp22 cc -c -Wc,-p$lines$comments -Wc,-pw=0 $* $redir |
/openbsd-current/usr.bin/mkdep/
H A Dmkdep.gcc.sh38 # This is needed, since "cc -M -o out" writes to the file "out", not to
92 ${CC:-cc} -M -w "$@" > $TMP
94 ${CC:-cc} -M -w "$@" && cat -- "$file" > $TMP
/openbsd-current/usr.sbin/mopd/otherOS/
H A Dloop-linux2.c94 int cc; local
142 cc = read(ii->fd, (char *) buf, bufsize);
144 if (cc < 0 && errno == EINTR)
148 ep = bp + cc;
/openbsd-current/regress/usr.bin/mandoc/roff/
H A DMakefile4 SUBDIR += br cc ce char de ds ft ig it ll mc na nr po ps
/openbsd-current/gnu/usr.bin/
H A DMakefile7 SUBDIR+= cc clang gcc
13 SUBDIR+= cc
/openbsd-current/gnu/usr.bin/cc/
H A DMakefile1 # $FreeBSD: src/gnu/usr.bin/cc/Makefile,v 1.41.8.1 2009/04/15 03:14:26 kensmith Exp $
9 SUBDIR= cc_tools libcpp libdecnumber cc_int cc cc1 include doc
/openbsd-current/gnu/usr.bin/cc/cc/
H A DMakefile1 # $FreeBSD: src/gnu/usr.bin/cc/cc/Makefile,v 1.33.8.1 2009/04/15 03:14:26 kensmith Exp $
9 PROG= cc
16 LINKS= ${BINDIR}/gcc ${BINDIR}/cc
30 ${.OBJDIR}/cc -dumpspecs > ${DESTDIR}${SPECDIR}/specs
/openbsd-current/usr.bin/locate/locate/
H A Dfastfind.c112 int c, cc; local
145 cc = *patend;
147 cc = tolower(cc);
195 if (tolower(c) == cc)
197 if (c == cc)
205 if (tolower(bigram1[c]) == cc ||
206 tolower(bigram2[c]) == cc)
208 if (bigram1[c] == cc ||
209 bigram2[c] == cc)
[all...]
/openbsd-current/gnu/usr.bin/clang/clang/
H A DMakefile19 LINKS+= ${BINDIR}/clang ${BINDIR}/cc \
26 rm -f cc.1 && ln clang.1 cc.1; \
/openbsd-current/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-var.c255 struct varobj **cc; local
290 cc = childlist;
291 while (*cc != NULL)
295 ui_out_field_string (uiout, "name", varobj_get_objname (*cc));
296 ui_out_field_string (uiout, "exp", varobj_get_expression (*cc));
297 ui_out_field_int (uiout, "numchild", varobj_get_num_children (*cc));
299 ui_out_field_string (uiout, "value", varobj_get_value (*cc));
300 type = varobj_get_type (*cc);
303 ui_out_field_string (uiout, "type", varobj_get_type (*cc));
305 cc
484 struct varobj **cc; local
[all...]
/openbsd-current/gnu/usr.bin/cc/libgcov/
H A DMakefile17 #Building cc for target, CC should already be the cross compiler
19 CC=${.OBJDIR}/../cc/cc -B ${.OBJDIR}/../cc1
21 CC=${.CURDIR}/../cc/cc -B ${.CURDIR}/../cc1
37 CFLAGS+= -I${.CURDIR}/../../usr.bin/cc/cc_tools \

Completed in 311 milliseconds

1234567891011>>