Home
last modified time | relevance | path

Searched refs:origlen (Results 1 – 25 of 1215) sorted by path

12345678910>>...49

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/chrono-0.4.11/src/format/
H A Dscan.rs68 let origlen = s.len(); in nanosecond() localVariable
70 let consumed = origlen - s.len(); in nanosecond()
/dports/archivers/minizip/zlib-1.2.11/contrib/untgz/
H A Duntgz.c135 int origlen,i; in TGZfname() local
138 origlen = strlen(buffer); in TGZfname()
142 strcpy(buffer+origlen,TGZsuffix[i]); in TGZfname()
/dports/archivers/p5-Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.101/
H A DBzip2.xs475 STRLEN origlen = NO_INIT
487 s->stream.next_in = (char*)SvPV_nomg(buf, origlen) ;
488 s->stream.avail_in = (unsigned int) origlen;
524 s->uncompressedBytes += origlen - s->stream.avail_in ;
719 STRLEN origlen = NO_INIT variable
740 s->stream.next_in = (char*)SvPV_nomg(buf, origlen) ;
741 s->stream.avail_in = (unsigned int) origlen;
821 s->compressedBytes += origlen - s->stream.avail_in ;
/dports/archivers/p5-Compress-Raw-Lzma/Compress-Raw-Lzma-2.101/
H A DLzma.xs899 STRLEN origlen = NO_INIT
911 s->stream.next_in = (uint8_t*)SvPV_nomg(buf, origlen) ;
912 s->stream.avail_in = origlen;
970 s->uncompressedBytes += origlen - s->stream.avail_in ;
1193 STRLEN origlen = NO_INIT variable
1217 s->stream.next_in = (uint8_t*)SvPV_nomg(buf, origlen) ;
1218 s->stream.avail_in = origlen;
1303 s->compressedBytes += origlen - s->stream.avail_in ;
/dports/archivers/p5-Compress-Raw-Zlib/Compress-Raw-Zlib-2.101/
H A DZlib.xs1052 STRLEN origlen = NO_INIT
1064 s->stream.next_in = (Bytef*)SvPV_nomg(buf, origlen) ;
1065 s->stream.avail_in = origlen;
1161 s->uncompressedBytes += origlen - s->stream.avail_in ;
1503 STRLEN origlen; variable
1520 s->stream.next_in = (Bytef*)SvPV_nomg(buf, origlen) ;
1521 s->stream.avail_in = origlen ;
1647 s->compressedBytes += origlen - s->stream.avail_in ;
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Daudio_streamview.cc358 samplecnt_t origlen = region->length(); in update_rec_regions() local
374 if (origlen == 1) { in update_rec_regions()
401 if (origlen == 1) { in update_rec_regions()
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dtdpsyn.cc201 int i, j, k, l, m, slen, nlen, pitch, avpitch, origlen, newlen, maxwin, skip, reply, diflen; in synseg() local
265 if (d.t > 0) origlen = avpitch * slen * d.t / 100; else origlen = avpitch * slen; in synseg()
268 …D_PRINT(0, "\navp=%d L=%d oril=%d newl=%d | %d (%d)\n",avpitch,pitch,origlen,newlen,diph_len[d.cod… in synseg()
273 if (newlen > origlen) skip = newlen / origlen; in synseg()
274 if (origlen > newlen) reply = origlen / newlen; in synseg()
275 …D_PRINT(0, "dlen=%d p:%d avp=%d oril=%d newl=%d difl=%d",diph_len[d.code],pitch,avpitch,origlen,ne… in synseg()
281 diflen = (newlen - origlen - (skip - 1) * slen * pitch / skip + (reply - 1) * slen * pitch) / nlen; in synseg()
407 if (d.t > 0) origlen = avpitch * slen * d.t / 100; else origlen = avpitch * slen; in synseg()
412 if (newlen > origlen) skip = newlen / origlen; in synseg()
413 if (origlen > newlen) reply = origlen / newlen; in synseg()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/chrono-0.4.19/src/format/
H A Dscan.rs72 let origlen = s.len(); in nanosecond() localVariable
74 let consumed = origlen - s.len(); in nanosecond()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/libz-sys-1.0.25/src/zlib/contrib/untgz/
H A Duntgz.c135 int origlen,i; in TGZfname() local
138 origlen = strlen(buffer); in TGZfname()
142 strcpy(buffer+origlen,TGZsuffix[i]); in TGZfname()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/chrono-0.4.19/src/format/
H A Dscan.rs72 let origlen = s.len(); in nanosecond() localVariable
74 let consumed = origlen - s.len(); in nanosecond()
/dports/audio/pms-devel/pms-c94e3c6/vendor/golang.org/x/sys/unix/
H A Ddirent.go65 origlen := len(buf)
70 return origlen, count, names
101 return origlen - len(buf), count, names
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/chrono-0.4.13/src/format/
H A Dscan.rs72 let origlen = s.len(); in nanosecond() localVariable
74 let consumed = origlen - s.len(); in nanosecond()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/chrono-0.4.11/src/format/
H A Dscan.rs68 let origlen = s.len(); in nanosecond() localVariable
70 let consumed = origlen - s.len(); in nanosecond()
/dports/audio/stmp/stmp-0.0.2/vendor/golang.org/x/sys/unix/
H A Ddirent.go65 origlen := len(buf)
70 return origlen, count, names
101 return origlen - len(buf), count, names
/dports/audio/visp-go/visp-2585747/vendor/golang.org/x/sys/unix/
H A Ddirent.go66 origlen := len(buf)
71 return origlen, count, names
102 return origlen - len(buf), count, names
/dports/benchmarks/ali/ali-0.7.5/vendor/golang.org/x/sys/unix/
H A Ddirent.go66 origlen := len(buf)
71 return origlen, count, names
102 return origlen - len(buf), count, names
/dports/benchmarks/vegeta/vegeta-12.8.4/vendor/golang.org/x/sys/unix/
H A Ddirent.go65 origlen := len(buf)
70 return origlen, count, names
101 return origlen - len(buf), count, names
/dports/biology/canu/canu-2.2/src/utgcns/
H A DunitigConsensus.C1123 int32 origlen = origend - origbgn; in findCoordinates() local
1158 (len < ext5 + origlen + ext3)) { in findCoordinates()
1165 len, ext5, origlen, ext3); in findCoordinates()
1172 (len < ext5 + origlen + ext3)) { in findCoordinates()
1179 len, ext5, origlen, ext3); in findCoordinates()
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajseq.c1914 void ajSeqSetOffsets(AjPSeq seq, ajint offset, ajint origlen) in ajSeqSetOffsets() argument
1919 offset, origlen, seq->Offset, seq->Offend); in ajSeqSetOffsets()
1932 if(origlen && !seq->Offset) in ajSeqSetOffsets()
1934 seq->Offset = origlen - offset - ajSeqGetLen(seq) in ajSeqSetOffsets()
1943 if(origlen && !seq->Offend) in ajSeqSetOffsets()
1945 seq->Offend = origlen - offset - ajSeqGetLen(seq) in ajSeqSetOffsets()
/dports/biology/iqtree/IQ-TREE-2.0.6/zlib-1.2.7/contrib/untgz/
H A Duntgz.c135 int origlen,i; in TGZfname() local
138 origlen = strlen(buffer); in TGZfname()
142 strcpy(buffer+origlen,TGZsuffix[i]); in TGZfname()
/dports/biology/ncbi-entrez-direct/ncbi-entrez-direct-14.9.20210423/cmd/vendor/github.com/fatih/color/vendor/golang.org/x/sys/unix/
H A Ddirent.go65 origlen := len(buf)
70 return origlen, count, names
101 return origlen - len(buf), count, names
/dports/biology/ncbi-entrez-direct/ncbi-entrez-direct-14.9.20210423/cmd/vendor/golang.org/x/sys/unix/
H A Ddirent.go65 origlen := len(buf)
70 return origlen, count, names
101 return origlen - len(buf), count, names
/dports/biology/velvet/velvet_1.2.10/third-party/zlib-1.2.3/contrib/untgz/
H A Duntgz.c135 int origlen,i; in TGZfname() local
138 origlen = strlen(buffer); in TGZfname()
142 strcpy(buffer+origlen,TGZsuffix[i]); in TGZfname()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbvars.c5068 REGISTER INTBIG i, j, len, origlen, newsize, truelen, type, *newdata; in db_insindvar() local
5078 origlen = len = getlength(var); in db_insindvar()
5090 if ((var->type&VLENGTH) == 0) { origlen++; newsize++; } in db_insindvar()
5115 if (j < origlen) in db_insindvar()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dout_dxf.c1168 const int origlen = strlen (str); in dxf_fixup_string() local
1169 int len = (2 * origlen) + 1; in dxf_fixup_string()
1174 LOG_ERROR ("Overlarge DXF string, len=%d", origlen); in dxf_fixup_string()

12345678910>>...49