Home
last modified time | relevance | path

Searched refs:oLen (Results 1 – 25 of 73) sorted by relevance

123

/dports/archivers/amigadepacker/amigadepacker-0.04/
H A Ds404_dec.c101 if (*oLen < 0) in checkS404File()
118 int32_t oLen = dst_length; in decompressS404() local
121 dst = orgdst + oLen; in decompressS404()
127 while (oLen > 0) { in decompressS404()
136 oLen--; in decompressS404()
142 oLen -= n; in decompressS404()
254 oLen -= n; in decompressS404()
270 int32_t oLen, sLen, pLen; in decrunch_s404() local
278 if ((dst = malloc(oLen)) == NULL) { in decrunch_s404()
284 decompressS404(src + 16, dst, oLen, pLen); in decrunch_s404()
[all …]
/dports/biology/canu/canu-2.2/src/seqrequester/src/seqrequester/
H A Dmutate.C89 uint32 oLen = 0; // Position in the output read in doMutate() local
100 for (iPos=0, oLen=0; iPos<seq.length(); iPos++) { in doMutate()
106 if (oLen + 2 > nMax) in doMutate()
107 resizeArrayPair(nBases, nQuals, oLen, nMax, nMax + 1000); in doMutate()
115 doMutate_substitute(p, base, qual, nBases, nQuals, oLen, mutPar); in doMutate()
123 doMutate_insert(p, base, qual, nBases, nQuals, oLen, mutPar); in doMutate()
138 nBases[oLen] = base; in doMutate()
139 nQuals[oLen] = qual; in doMutate()
140 oLen++; in doMutate()
148 doMutate_insert(p, 0, 0, nBases, nQuals, oLen, mutPar); in doMutate()
[all …]
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Ds404_dec.c95 int32 *oLen, int32 *pLen, int32 *sLen ) in checkS404File() argument
107 if (*oLen <= 0) in checkS404File()
124 int32 oLen = dst_length; in decompressS404() local
128 dst = orgdst + oLen; in decompressS404()
134 while (oLen > 0) { in decompressS404()
153 oLen--; in decompressS404()
164 oLen -= n; in decompressS404()
351 oLen -= n; in decompressS404()
373 int32 oLen, sLen, pLen; in decrunch_s404() local
399 if ((dst = malloc(oLen)) == NULL) { in decrunch_s404()
[all …]
/dports/audio/libmikmod/libmikmod-3.3.11.1/depackers/
H A Ds404.c133 SLONG oLen = dst_length; in decompressS404() local
137 dst = orgdst + oLen; in decompressS404()
141 while (oLen > 0) { in decompressS404()
155 oLen--; in decompressS404()
166 oLen -= n; in decompressS404()
336 oLen -= n; in decompressS404()
352 SLONG iLen, sLen, oLen, pLen; in S404_Unpack() local
369 iLen, sLen, pLen, oLen); in S404_Unpack()
376 if (!(dst = (UBYTE*) MikMod_malloc(oLen))) { in S404_Unpack()
382 err = decompressS404(src, dst, oLen, pLen); in S404_Unpack()
[all …]
/dports/math/octave-forge-ltfat/ltfat/thirdparty/Playrec/
H A Dltfatresample.c38 size_t oLen; member
78 rp->oLen = 1; in resample_init()
84 rp->oLen = 5; in resample_init()
90 rp->oLen = 5; in resample_init()
197 memcpy(buf, &in[highpos - (oLen + 1)], (oLen + 1) * sizeof * buf);\ in resample_execute_polynomial()
206 size_t oLen = rp->oLen; in resample_execute_polynomial() local
222 iiThre = calloc(oLen + 1, sizeof * iiThre); in resample_execute_polynomial()
224 buf = calloc(oLen + 1, sizeof * buf); in resample_execute_polynomial()
227 for (ii = 0; ii < oLen + 1; ii++) in resample_execute_polynomial()
235 for (zz = 0; zz < oLen + 1; zz++) in resample_execute_polynomial()
[all …]
/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/sources/org/perl/inline/java/
H A DInlineJavaUtils.java124 int oLen = ((iLen+2)/3)*4; // output length including padding in EncodeBase64() local
125 char[] out = new char[oLen]; in EncodeBase64()
149 int oLen = (iLen*3) / 4;
150 byte[] out = new byte[oLen];
170 if (op<oLen) out[op++] = (byte)o1;
171 if (op<oLen) out[op++] = (byte)o2;
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/math/linearalgebra/
H A DBigEndianConversions.java50 public static byte[] I2OSP(int x, int oLen) in I2OSP() argument
58 if (octL > oLen) in I2OSP()
63 byte[] result = new byte[oLen]; in I2OSP()
64 for (int i = oLen - 1; i >= oLen - octL; i--) in I2OSP()
66 result[i] = (byte)(x >>> (8 * (oLen - 1 - i))); in I2OSP()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DJPEG2000Stream.cc63 Object oLen; in init() local
64 if (getDict()) getDict()->lookup("Length", &oLen); in init()
67 if (oLen.isInt()) bufSize = oLen.getInt(); in init()
68 oLen.free(); in init()
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/test/
H A DBase64Coder.java120 int oLen = ((iLen+2)/3)*4; // output length including padding in encode() local
121 char[] out = new char[oLen]; in encode()
198 int oLen = (iLen*3) / 4;
199 byte[] out = new byte[oLen];
220 if (op<oLen) out[op++] = (byte)o1;
221 if (op<oLen) out[op++] = (byte)o2; }
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DJPEG2000Stream.cc168 Object oLen; in init() local
169 if (getDict()) getDict()->lookup("Length", &oLen); in init()
172 if (oLen.isInt()) bufSize = oLen.getInt(); in init()
173 oLen.free(); in init()
315 Object oLen; in init() local
316 if (getDict()) getDict()->lookup("Length", &oLen); in init()
319 if (oLen.isInt()) bufSize = oLen.getInt(); in init()
320 oLen.free(); in init()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DJPEG2000Stream.cc168 Object oLen; in init() local
169 if (getDict()) getDict()->lookup("Length", &oLen); in init()
172 if (oLen.isInt()) bufSize = oLen.getInt(); in init()
173 oLen.free(); in init()
315 Object oLen; in init() local
316 if (getDict()) getDict()->lookup("Length", &oLen); in init()
319 if (oLen.isInt()) bufSize = oLen.getInt(); in init()
320 oLen.free(); in init()
/dports/java/bouncycastle15/crypto-169/core/src/main/j2me/org/bouncycastle/crypto/examples/
H A DMIDPTest.java99 int oLen = cipher.processBytes(ptBytes, 0, ptBytes.length, rv, 0); in performEncrypt() local
102 cipher.doFinal(rv, oLen); in performEncrypt()
118 int oLen = cipher.processBytes(cipherText, 0, cipherText.length, rv, 0); in performDecrypt() local
121 cipher.doFinal(rv, oLen); in performDecrypt()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DJPEG2000Stream.cc198 Object oLen, cspace, smaskInData; in init() local
199 if (getDict()) getDict()->lookup("Length", &oLen); in init()
204 if (oLen.isInt()) bufSize = oLen.getInt(); in init()
205 oLen.free(); in init()
365 Object oLen, cspace, smaskInData; in init() local
366 if (getDict()) getDict()->lookup("Length", &oLen); in init()
371 if (oLen.isInt()) bufSize = oLen.getInt(); in init()
372 oLen.free(); in init()
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/apimachinery/pkg/util/version/
H A Dversion.go215 oLen := len(other.components)
216 for i := 0; i < vLen && i < oLen; i++ {
227 case oLen < vLen && !onlyZeros(v.components[oLen:]):
229 case oLen > vLen && !onlyZeros(other.components[vLen:]):
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/apimachinery/apimachinery-6fa4771c83b3/pkg/util/version/
H A Dversion.go215 oLen := len(other.components)
216 for i := 0; i < vLen && i < oLen; i++ {
227 case oLen < vLen && !onlyZeros(v.components[oLen:]):
229 case oLen > vLen && !onlyZeros(other.components[vLen:]):
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/apimachinery/pkg/util/version/
H A Dversion.go215 oLen := len(other.components)
216 for i := 0; i < vLen && i < oLen; i++ {
227 case oLen < vLen && !onlyZeros(v.components[oLen:]):
229 case oLen > vLen && !onlyZeros(other.components[vLen:]):
/dports/devel/mutagen/mutagen-0.11.8/vendor/k8s.io/apimachinery/pkg/util/version/
H A Dversion.go215 oLen := len(other.components)
216 for i := 0; i < vLen && i < oLen; i++ {
227 case oLen < vLen && !onlyZeros(v.components[oLen:]):
229 case oLen > vLen && !onlyZeros(other.components[vLen:]):
/dports/devel/shapelib/shapelib-1.5.0/contrib/
H A Dshpdata.c65 double oArea = 0.0, oLen = 0.0; in main() local
123 oLen = SHPLength_2d ( psCShape ); in main()
126 i, oArea, oLen, oCentrd.x, oCentrd.y ); in main()
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/apimachinery/pkg/util/version/
H A Dversion.go226 oLen := len(other.components)
227 for i := 0; i < vLen && i < oLen; i++ {
238 case oLen < vLen && !onlyZeros(v.components[oLen:]):
240 case oLen > vLen && !onlyZeros(other.components[vLen:]):
/dports/security/vault/vault-1.8.2/vendor/k8s.io/apimachinery/pkg/util/version/
H A Dversion.go223 oLen := len(other.components)
224 for i := 0; i < vLen && i < oLen; i++ {
235 case oLen < vLen && !onlyZeros(v.components[oLen:]):
237 case oLen > vLen && !onlyZeros(other.components[vLen:]):
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/k8s.io/apimachinery/pkg/util/version/
H A Dversion.go223 oLen := len(other.components)
224 for i := 0; i < vLen && i < oLen; i++ {
235 case oLen < vLen && !onlyZeros(v.components[oLen:]):
237 case oLen > vLen && !onlyZeros(other.components[vLen:]):
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/apimachinery/apimachinery-0.16.8/pkg/util/version/
H A Dversion.go223 oLen := len(other.components)
224 for i := 0; i < vLen && i < oLen; i++ {
235 case oLen < vLen && !onlyZeros(v.components[oLen:]):
237 case oLen > vLen && !onlyZeros(other.components[vLen:]):
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/apimachinery/pkg/util/version/
H A Dversion.go226 oLen := len(other.components)
227 for i := 0; i < vLen && i < oLen; i++ {
238 case oLen < vLen && !onlyZeros(v.components[oLen:]):
240 case oLen > vLen && !onlyZeros(other.components[vLen:]):
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/apimachinery/pkg/util/version/
H A Dversion.go226 oLen := len(other.components)
227 for i := 0; i < vLen && i < oLen; i++ {
238 case oLen < vLen && !onlyZeros(v.components[oLen:]):
240 case oLen > vLen && !onlyZeros(other.components[vLen:]):
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/apimachinery/pkg/util/version/
H A Dversion.go226 oLen := len(other.components)
227 for i := 0; i < vLen && i < oLen; i++ {
238 case oLen < vLen && !onlyZeros(v.components[oLen:]):
240 case oLen > vLen && !onlyZeros(other.components[vLen:]):

123