Home
last modified time | relevance | path

Searched refs:ocount (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dexception6.cs6 int ocount = 0; in test()
10 ocount = 0; in test()
15 ocount++; in test()
20 ocount = 0; in test()
25 ocount++; in test()
30 ocount = 0; in test()
35 ocount++; in test()
44 ocount++; in test()
49 ocount = 0; in test()
54 ocount++; in test()
[all …]
/dports/graphics/quat-gui/quat-1.20/kernel/
H A Dcalculat.c73 int ocount; variable
468 ocount++; in DoTranslate()
513 prog->b[ocount] = &(prog->z[ocount]); in DoTranslate()
518 if (ocount>75) in DoTranslate()
546 prog->b[ocount] = &(prog->z[ocount]); in DoTranslate()
562 ocount++; in DoTranslate()
563 if (ocount>75) in DoTranslate()
583 prog->b[ocount] = &(prog->z[ocount]); in DoTranslate()
604 if (ocount>75) in DoTranslate()
648 regscount = 0; ocount = 0; in Translate()
[all …]
/dports/graphics/quat/quat-1.20/kernel/
H A Dcalculat.c73 int ocount; variable
468 ocount++; in DoTranslate()
513 prog->b[ocount] = &(prog->z[ocount]); in DoTranslate()
518 if (ocount>75) in DoTranslate()
546 prog->b[ocount] = &(prog->z[ocount]); in DoTranslate()
562 ocount++; in DoTranslate()
563 if (ocount>75) in DoTranslate()
583 prog->b[ocount] = &(prog->z[ocount]); in DoTranslate()
604 if (ocount>75) in DoTranslate()
648 regscount = 0; ocount = 0; in Translate()
[all …]
/dports/net/iffinder/iffinder-1.38/
H A Difclosure.c121 assert(iface->ocount >= 0); in sanity_check()
142 int tcount, ocount; in merge_nodes() local
149 ocount = node1->ocount + node2->ocount; in merge_nodes()
152 ostats.multinodes += (ocount >1) - (node1->ocount >1) - (node2->ocount >1); in merge_nodes()
155 ostats.multiifaces += ocount > 1 ? ocount : 0 in merge_nodes()
156 - (node1->ocount > 1) ? node1->ocount : 0 in merge_nodes()
157 - (node2->ocount > 1) ? node2->ocount : 0; in merge_nodes()
164 if (node1->ocount > 0 && node2->ocount > 0) ostats.nodes--; in merge_nodes()
177 node1->ocount = ocount; in merge_nodes()
179 node2->ocount = 0; in merge_nodes()
[all …]
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dwin_unicode.c286 ocount++; in utf8_to_ucs2_lf()
290 ocount++; in utf8_to_ucs2_lf()
321 ocount++; in utf8_to_ucs2_lf()
329 ocount++; in utf8_to_ucs2_lf()
352 ocount++; in utf8_to_ucs2_lf()
373 ocount++; in utf8_to_ucs2_lf()
389 ocount = 0; in utf8_to_ucs2_lf()
563 ocount++; in utf8_to_ucs4_lf()
593 ocount++; in utf8_to_ucs4_lf()
616 ocount++; in utf8_to_ucs4_lf()
[all …]
/dports/devel/dev86/dev86-0.16.20/tests/
H A Dcompr.c33 long ocount = 0; variable
175 ocount+=2; in compress()
181 ocount++; in compress()
189 ocount+=3; in compress()
253 ocount+=2; in compress()
259 ocount++; in compress()
314 ocount+=2; in slo_compress()
320 ocount++; in slo_compress()
328 ocount+=3; in slo_compress()
373 ocount+=2; in slo_compress()
[all …]
/dports/ftp/twoftpd/twoftpd-1.43/
H A Dcopy.c67 int netwrite(int out, const char* optr, unsigned long ocount, int timeout) in netwrite() argument
72 while (ocount > 0) { in netwrite()
75 if ((wr = write(out, optr, ocount)) == -1) in netwrite()
81 ocount -= wr; in netwrite()
98 ssize_t ocount; in copy_xlate() local
113 ocount = xlate(out_buf, in_buf, icount); in copy_xlate()
117 ocount = icount; in copy_xlate()
119 if ((result = netwrite(out, optr, ocount, timeout)) != 0) in copy_xlate()
121 *bytes_out += ocount; in copy_xlate()
/dports/graphics/epstool/epstool-3.09/src/
H A Dclzw.c121 int ocount = 0; in lzw_compress() local
143 while ((len >= 8) && (ocount < olen)) { in lzw_compress()
144 outbuf[ocount++] = (unsigned char)(bits >> (len-8)); in lzw_compress()
147 while ((icount < ilen) && (ocount < olen)) { in lzw_compress()
156 while ((len >= 8) && (ocount < olen)) { in lzw_compress()
157 outbuf[ocount++] = (unsigned char)(bits >> (len-8)); in lzw_compress()
166 bytes_out = state->bytes_out + ocount; in lzw_compress()
178 while ((len >= 8) && (ocount < olen)) { in lzw_compress()
201 while ((len >= 8) && (ocount < olen)) { in lzw_compress()
205 if ((len > 0) && (ocount < olen)) in lzw_compress()
[all …]
/dports/databases/p5-Genezzo/Genezzo-0.72/t/
H A DIndex1.t140 my $ocount = 0;
152 $ocount++;
166 $ocount = 0;
178 $ocount++;
194 $ocount = 599;
208 $ocount--;
223 $ocount = 599;
237 $ocount--;
385 my $ocount = 0;
427 my $ocount = 0;
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dencoding.c481 l_int32 maxsize, ocount, bytecount, index; in decodeAscii85() local
500 ocount = 0; /* byte index into outa */ in decodeAscii85()
518 outa[ocount + 3] = oword & 0xff; in decodeAscii85()
519 ocount += 4; in decodeAscii85()
524 outa[ocount] = 0; in decodeAscii85()
525 outa[ocount + 1] = 0; in decodeAscii85()
526 outa[ocount + 2] = 0; in decodeAscii85()
527 outa[ocount + 3] = 0; in decodeAscii85()
528 ocount += 4; in decodeAscii85()
552 ocount += (bytecount - 1); in decodeAscii85()
[all …]
/dports/sysutils/toybox/toybox-0.8.5/toys/posix/
H A Dkill.c97 long *olist = 0, ocount = 0; local
103 for (ptr = TT.o; ptr; ptr = ptr->next) ocount++;
104 olist = xmalloc(ocount*sizeof(long));
105 ocount = 0;
106 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg);
130 for (count = 0; count < ocount; count++)
132 if (count != ocount) continue;
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzpdfops.c36 uint i, ocount; in zpdfinkpath() local
48 ocount = count - 1; in zpdfinkpath()
49 optr = op - ocount + 1; in zpdfinkpath()
57 if (ocount == 2) in zpdfinkpath()
64 if (ocount == 4) { in zpdfinkpath()
72 for (i = 4; i <= ocount; i += 2) { in zpdfinkpath()
73 if (i < ocount) { in zpdfinkpath()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzpdfops.c36 uint i, ocount; in zpdfinkpath() local
48 ocount = count - 1; in zpdfinkpath()
49 optr = op - ocount + 1; in zpdfinkpath()
57 if (ocount == 2) in zpdfinkpath()
64 if (ocount == 4) { in zpdfinkpath()
72 for (i = 4; i <= ocount; i += 2) { in zpdfinkpath()
73 if (i < ocount) { in zpdfinkpath()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Drdataslab.c511 ocount = *ocurrent++ * 256; in dns_rdataslab_merge()
512 ocount += *ocurrent++; in dns_rdataslab_merge()
514 ocurrent += (4 * ocount); in dns_rdataslab_merge()
523 INSIST(ocount > 0 && ncount > 0); in dns_rdataslab_merge()
537 for (count = 0; count < ocount; count++) { in dns_rdataslab_merge()
553 tcount = ocount; in dns_rdataslab_merge()
637 INSIST(ocount != 0); in dns_rdataslab_merge()
640 INSIST(oorder < ocount); in dns_rdataslab_merge()
664 if (oadded == ocount) { in dns_rdataslab_merge()
689 if (oadded < ocount) { in dns_rdataslab_merge()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Drdataslab.c509 ocount = *ocurrent++ * 256; in dns_rdataslab_merge()
510 ocount += *ocurrent++; in dns_rdataslab_merge()
512 ocurrent += (4 * ocount); in dns_rdataslab_merge()
521 INSIST(ocount > 0 && ncount > 0); in dns_rdataslab_merge()
535 for (count = 0; count < ocount; count++) { in dns_rdataslab_merge()
551 tcount = ocount; in dns_rdataslab_merge()
635 INSIST(ocount != 0); in dns_rdataslab_merge()
638 INSIST(oorder < ocount); in dns_rdataslab_merge()
662 if (oadded == ocount) { in dns_rdataslab_merge()
687 if (oadded < ocount) { in dns_rdataslab_merge()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Drdataslab.c509 ocount = *ocurrent++ * 256; in dns_rdataslab_merge()
510 ocount += *ocurrent++; in dns_rdataslab_merge()
512 ocurrent += (4 * ocount); in dns_rdataslab_merge()
521 INSIST(ocount > 0 && ncount > 0); in dns_rdataslab_merge()
535 for (count = 0; count < ocount; count++) { in dns_rdataslab_merge()
551 tcount = ocount; in dns_rdataslab_merge()
635 INSIST(ocount != 0); in dns_rdataslab_merge()
638 INSIST(oorder < ocount); in dns_rdataslab_merge()
662 if (oadded == ocount) { in dns_rdataslab_merge()
687 if (oadded < ocount) { in dns_rdataslab_merge()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Drdataslab.c511 ocount = *ocurrent++ * 256; in dns_rdataslab_merge()
512 ocount += *ocurrent++; in dns_rdataslab_merge()
514 ocurrent += (4 * ocount); in dns_rdataslab_merge()
523 INSIST(ocount > 0 && ncount > 0); in dns_rdataslab_merge()
537 for (count = 0; count < ocount; count++) { in dns_rdataslab_merge()
553 tcount = ocount; in dns_rdataslab_merge()
637 INSIST(ocount != 0); in dns_rdataslab_merge()
640 INSIST(oorder < ocount); in dns_rdataslab_merge()
664 if (oadded == ocount) { in dns_rdataslab_merge()
689 if (oadded < ocount) { in dns_rdataslab_merge()
[all …]
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/conc/
H A DLockFreeQueue.hpp90 intptr_t ocount = 0; in dequeue() local
99 _m_ptr->_head.get (head_ptr, ocount); in dequeue()
104 …if (ocount == ocount_tst) // ensures that next is a valid pointer to avoid failure when reading n… in dequeue()
118 if (_m_ptr->_head.cas2 (next_ptr, ocount + 1, head_ptr, ocount)) in dequeue()
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/libbio/
H A Dbvprint.c10 bp->ocount = (char*)f->to - (char*)f->stop; in fmtBflush()
14 f->to = (char*)f->stop + bp->ocount; in fmtBflush()
27 f.start = (char*)f.stop + bp->ocount; in Bvprint()
33 bp->ocount = (char*)f.to - (char*)f.stop; in Bvprint()
/dports/x11-wm/wmii/wmii-3.6/libbio/
H A Dbvprint.c10 bp->ocount = (char*)f->to - (char*)f->stop; in fmtBflush()
14 f->to = (char*)f->stop + bp->ocount; in fmtBflush()
27 f.start = (char*)f.stop + bp->ocount; in Bvprint()
33 bp->ocount = (char*)f.to - (char*)f.stop; in Bvprint()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzpdfops.c46 uint i, ocount; in zpdfinkpath() local
58 ocount = count - 1; in zpdfinkpath()
59 optr = op - ocount + 1; in zpdfinkpath()
67 if (ocount == 2) in zpdfinkpath()
74 if (ocount == 4) { in zpdfinkpath()
82 for (i = 4; i <= ocount; i += 2) { in zpdfinkpath()
83 if (i < ocount) { in zpdfinkpath()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzpdfops.c46 uint i, ocount; in zpdfinkpath() local
58 ocount = count - 1; in zpdfinkpath()
59 optr = op - ocount + 1; in zpdfinkpath()
67 if (ocount == 2) in zpdfinkpath()
74 if (ocount == 4) { in zpdfinkpath()
82 for (i = 4; i <= ocount; i += 2) { in zpdfinkpath()
83 if (i < ocount) { in zpdfinkpath()
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Drdataslab.c643 ocount = *ocurrent++ * 256; in dns_rdataslab_merge()
644 ocount += *ocurrent++; in dns_rdataslab_merge()
646 ocurrent += (4 * ocount); in dns_rdataslab_merge()
655 INSIST(ocount > 0 && ncount > 0); in dns_rdataslab_merge()
685 tcount = ocount; in dns_rdataslab_merge()
715 (tcount != ncount + ocount)) in dns_rdataslab_merge()
772 INSIST(ocount != 0); in dns_rdataslab_merge()
775 INSIST(oorder < ocount); in dns_rdataslab_merge()
799 if (oadded == ocount) in dns_rdataslab_merge()
823 if (oadded < ocount) { in dns_rdataslab_merge()
[all …]
/dports/devel/9base/9base-6/lib9/bio/
H A Dbvprint.c10 bp->ocount = (char*)f->to - (char*)f->stop; in fmtBflush()
14 f->to = (char*)f->stop + bp->ocount; in fmtBflush()
27 f.start = (char*)f.stop + bp->ocount; in Bvprint()
34 bp->ocount = (char*)f.to - (char*)f.stop; in Bvprint()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libbio/
H A Dbvprint.c10 bp->ocount = (char*)f->to - (char*)f->stop; in fmtBflush()
14 f->to = (char*)f->stop + bp->ocount; in fmtBflush()
27 f.start = (char*)f.stop + bp->ocount; in Bvprint()
34 bp->ocount = (char*)f.to - (char*)f.stop; in Bvprint()

12345678910>>...29