Home
last modified time | relevance | path

Searched refs:co (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920625-1.c93 int co; in synth() local
148 ((v) = ( r1) + ( r2), ( co) = ( ci)); in synth()
155 ((v) = ( r1) - ( r2), ( co) = ( ci)); in synth()
157 ((v) = ( r2) - ( r1), ( co) = ( ci)); in synth()
160 ((v) = ( r1) & ( r2), ( co) = ( ci)); in synth()
163 ((v) = ( r1) | ( r2), ( co) = ( ci)); in synth()
166 ((v) = ( r1) ^ ( r2), ( co) = ( ci)); in synth()
169 ((v) = ( r1) & ~( r2), ( co) = ( ci)); in synth()
171 ((v) = ( r2) & ~( r1), ( co) = ( ci)); in synth()
273 ((v) = ( -1 ), ( co) = ( ci)); in synth()
[all …]
/openbsd/games/trek/
H A Dvisual.c66 int ix, iy, co; in visual() local
70 if (co < 0 || co > 360) in visual()
72 co = (co + 22) / 45; in visual()
73 v = &Visdelta[co]; in visual()
77 co = '?'; in visual()
79 co = Sect[ix][iy]; in visual()
85 co = '?'; in visual()
87 co = Sect[ix][iy]; in visual()
88 printf("%c ", co); in visual()
93 co = '?'; in visual()
[all …]
H A Dgetcodi.c47 getcodi(int *co, double *di) in getcodi() argument
49 *co = getintpar("Course"); in getcodi()
52 if (*co < 0 || *co > 360) in getcodi()
/openbsd/gnu/llvm/libunwind/src/
H A Dlibunwind.cpp104 if (co->validReg(regNum)) { in _LIBUNWIND_WEAK_ALIAS()
120 if (co->validReg(regNum)) { in _LIBUNWIND_WEAK_ALIAS()
127 co->getInfo(&info); in _LIBUNWIND_WEAK_ALIAS()
136 co->setReg(UNW_REG_SP, co->getReg(UNW_REG_SP) + info.gp); in _LIBUNWIND_WEAK_ALIAS()
182 return co->step(); in _LIBUNWIND_WEAK_ALIAS()
192 return co->step(true); in _LIBUNWIND_WEAK_ALIAS()
201 co->getInfo(info); in __unw_get_proc_info()
216 co->jumpto(); in _LIBUNWIND_WEAK_ALIAS()
259 return co->isSignalFrame(); in _LIBUNWIND_WEAK_ALIAS()
268 return co->getDataRelBase(); in _LIBUNWIND_WEAK_ALIAS()
[all …]
H A DUnwind-seh.cpp446 auto *co = reinterpret_cast<AbstractUnwindCursor *>(cursor); in __unw_init_seh() local
447 co->setInfoBasedOnIPRegister(); in __unw_init_seh()
453 auto *co = reinterpret_cast<AbstractUnwindCursor *>(cursor); in __unw_init_seh()
454 co->setInfoBasedOnIPRegister(); in __unw_init_seh()
460 auto *co = reinterpret_cast<AbstractUnwindCursor *>(cursor); in __unw_init_seh()
461 co->setInfoBasedOnIPRegister(); in __unw_init_seh()
/openbsd/sys/dev/pci/
H A Dauixp.c195 sc = co->sc; in auixp_commit_settings()
357 sc = co->sc; in auixp_malloc()
393 sc = co->sc; in auixp_free()
433 return co->codec_if->vtbl->query_devinfo(co->codec_if, di); in auixp_query_devinfo()
614 sc = co->sc; in auixp_trigger_output()
669 sc = co->sc; in auixp_halt_output()
692 sc = co->sc; in auixp_trigger_input()
747 sc = co->sc; in auixp_halt_input()
1132 co = aux; in auixp_read_codec()
1133 sc = co->sc; in auixp_read_codec()
[all …]
/openbsd/regress/usr.bin/cvs/
H A DMakefile131 ${CVSCMD} -Q -d ${MYCVSROOT} co -rHEAD -kkv seed > /dev/null
142 ${CVSCMD} -Q -d ${MYCVSROOT} co -r 1.1 -kkv seed > /dev/null
168 @cd ${REGRESS_WCOPY}; ${CVSCMD} -Q -d ${MYCVSROOT} co -r1.5 seed
175 ${CVSCMD} -Q -d ${MYCVSROOT} co -rHEAD seed > /dev/null
183 ${CVSCMD} -Q -d ${MYCVSROOT} co -r 1.1 seed > /dev/null
190 ${CVSCMD} -Q -d ${MYCVSROOT} co -d seed2 seed > /dev/null
197 ${CVSCMD} -Q -d ${MYCVSROOT} co seed/subdir > /dev/null
319 ${CVSCMD} -Q -d ${MYCVSROOT} co seed > /dev/null
321 ${CVSCMD} -Q -d ${MYCVSROOT} co seed > /dev/null
333 ${CVSCMD} -Q -d ${MYCVSROOT} co seed > /dev/null
[all …]
/openbsd/regress/usr.bin/rcs/
H A DMakefile7 CO?= co
27 co-lflag \
29 co-perm \
30 co-perm2 \
40 co-RCSINIT \
44 co-lflag2 \
108 test-co-lflag:
119 test-co-perm:
124 test-co-perm2:
210 test-co-lflag2:
[all …]
/openbsd/regress/usr.bin/mandoc/man/BI/
H A Dliteral.out_ascii9 … cchhaarr ** ggeetttteexxtt ((ccoonnsstt cchhaarr ** _m_s_g_i_d));;
10 …haarr ** ddggeetttteexxtt ((ccoonnsstt cchhaarr ** _d_o_m_a_i_n_n_a_…
11 …arr ** ddccggeetttteexxtt ((ccoonnsstt cchhaarr ** _d_o_m_a_i_n_n_a_…
/openbsd/lib/libedit/TEST/
H A Dtc1.c164 int ac, cc, co; in main() local
188 ac = cc = co = 0; in main()
189 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co); in main()
197 ncontinuation, ac, cc, co); in main()
228 co, av[i], av[i] + co); in main()
/openbsd/gnu/usr.bin/cvs/contrib/
H A Dcvs2vendor.sh96 co -r1 -l $dstdir/$bfile
98 echo ERROR - co -r1 -l $dstdir/$bfile
113 co -p -r$rev $file > $bfile
115 echo ERROR - co -p -r$rev $file
/openbsd/usr.bin/rcs/
H A DMakefile4 MAN= ci.1 co.1 ident.1 merge.1 \
8 SRCS= ci.c co.c ident.c merge.c rcsclean.c rcsdiff.c rcsmerge.c rcsparse.c \
12 LINKS= ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \
/openbsd/usr.bin/mg/
H A Dcmode.c223 int lo, co; /* leading space, current offset*/ in getindent() local
259 for (co = lo; co < llength(lp); co++) { in getindent()
260 c = lgetc(lp, co); in getindent()
305 cpos = co; in getindent()
/openbsd/sys/dev/pv/
H A Dhyperv.c784 struct hv_offer *co; in hv_channel_offer() local
786 co = malloc(sizeof(*co), M_DEVBUF, M_NOWAIT | M_ZERO); in hv_channel_offer()
787 if (co == NULL) { in hv_channel_offer()
793 memcpy(&co->co_chan, hdr, sizeof(co->co_chan)); in hv_channel_offer()
994 struct hv_offer *co; in hv_channel_scan() local
1016 co = SIMPLEQ_FIRST(&sc->sc_offers); in hv_channel_scan()
1020 hv_process_offer(sc, co); in hv_channel_scan()
1021 free(co, M_DEVBUF, sizeof(*co)); in hv_channel_scan()
1065 nch->ch_id = co->co_chan.chm_chanid; in hv_process_offer()
1077 if (co->co_chan.chm_subidx == 0) { in hv_process_offer()
[all …]
/openbsd/lib/libedit/
H A Dtokenizer.c200 int cc, co; in FUN() local
202 cc = co = -1; in FUN()
209 co = (int)(tok->wptr - tok->wstart); in FUN()
427 if (cc == -1 && co == -1) { in FUN()
429 co = (int)(tok->wptr - tok->wstart); in FUN()
434 *cursoro = co; in FUN()
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A Dcz-08encoding.t64 my $co = memGzip($s);
65 is memGunzip(my $x = $co), $s, " match uncompressed";
67 utf8::upgrade($co);
69 my $un = memGunzip($co);
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/
H A Dtermcap8 xterm:co=#80:do=^J:md=\E[1m:us=\E[4m:me=\E[m
9 unknown:co=#80:do=^J
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/
H A DMETA-1_3.yml4 - Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/
H A DMETA-1_3.yml4 - Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/
H A DMETA-1_3.yml3 author: Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
/openbsd/regress/usr.bin/mandoc/mdoc/Fo/
H A Dtag.out_ascii9 automatic: ffiirrsstt() and sseeccoonndd()
11 sseeccoonndd() and ffiirrsstt()
/openbsd/regress/usr.bin/mandoc/man/SY/
H A Dliteral.out_ascii10 ccoommmmaanndd _a_r_g_u_m_e_n_t_s
15 ccoommmmaanndd
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DChanges69 2002-07-28 Jonathan Stowe <jns@gellyfish.co.uk>
77 2002-05-24 Jonathan Stowe <jns@gellyfish.co.uk>
84 2002-03-21 Jonathan Stowe <jns@gellyfish.co.uk>
91 2002-02-10 Jonathan Stowe <jns@gellyfish.co.uk>
99 2002-01-25 Jonathan Stowe <jns@gellyfish.co.uk>
107 2001-11-29 Jonathan Stowe <jns@gellyfish.co.uk>
115 2001-11-07 Jonathan Stowe <jns@gellyfish.co.uk>
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DMakefile.PL273 my $co = shift->SUPER::c_o(@_);
275 if ($::opt{'apicheck'} && $co !~ /^\.c\.i:/m) {
278 $co .= <<'CO'
287 return $co;
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/
H A DDockerfile21 RUN svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
22 RUN cd llvm/tools && svn co http://llvm.org/svn/llvm-project/cfe/trunk clang -r $(cd ../ && svn inf…
23 RUN cd llvm/projects && svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt -r $(…

12345678910>>...17