Home
last modified time | relevance | path

Searched refs:outPos (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/dports/converters/mimelib/mimelib-1.1.2/mimelib/
H A Ddw_cte.cpp409 size_t outPos = 0; in encode_base64() local
467 out[outPos] = 0; in encode_base64()
468 *aOutLen = outPos; in encode_base64()
493 size_t outPos = 0; in decode_base64() local
584 *aOutLen = outPos; in decode_base64()
601 outPos = 0; in encode_qp()
699 aOut[outPos] = 0; in encode_qp()
700 *aOutLen = outPos; in encode_qp()
716 outPos = 0; in decode_qp()
800 aOut[outPos] = 0; in decode_qp()
[all …]
/dports/mail/lurker/lurker-2.3/mimelib/
H A Ddw_cte.cpp409 size_t outPos = 0; in encode_base64() local
467 out[outPos] = 0; in encode_base64()
468 *aOutLen = outPos; in encode_base64()
493 size_t outPos = 0; in decode_base64() local
584 *aOutLen = outPos; in decode_base64()
601 outPos = 0; in encode_qp()
699 aOut[outPos] = 0; in encode_qp()
700 *aOutLen = outPos; in encode_qp()
716 outPos = 0; in decode_qp()
800 aOut[outPos] = 0; in decode_qp()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/util/encoders/
H A DBase32Encoder.java80 int outPos = outOff; in encode() local
86 outPos += 8; in encode()
98 outBuf[outPos + 2] = padding; in encode()
99 outBuf[outPos + 3] = padding; in encode()
100 outBuf[outPos + 4] = padding; in encode()
101 outBuf[outPos + 5] = padding; in encode()
102 outBuf[outPos + 6] = padding; in encode()
103 outBuf[outPos + 7] = padding; in encode()
106 outBuf[outPos + 4] = padding; in encode()
121 outPos += 8; in encode()
[all …]
H A DBase64Encoder.java57 int outPos = outOff; in encode() local
65 outBuf[outPos++] = encodingTable[(a1 >>> 2) & 0x3F]; in encode()
68 outBuf[outPos++] = encodingTable[a3 & 0x3F]; in encode()
77 outBuf[outPos++] = encodingTable[(a1 >>> 2) & 0x3F]; in encode()
78 outBuf[outPos++] = encodingTable[(a1 << 4) & 0x3F]; in encode()
79 outBuf[outPos++] = padding; in encode()
80 outBuf[outPos++] = padding; in encode()
88 outBuf[outPos++] = encodingTable[(a1 >>> 2) & 0x3F]; in encode()
90 outBuf[outPos++] = encodingTable[(a2 << 2) & 0x3F]; in encode()
91 outBuf[outPos++] = padding; in encode()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/deps/7zip/
H A DBcj2.c27 size_t inPos = 0, outPos = 0; in Bcj2_Decode() local
59 if (outSize - outPos < limit) in Bcj2_Decode()
60 limit = outSize - outPos; in Bcj2_Decode()
64 outBuf[outPos++] = b; in Bcj2_Decode()
72 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
136 outBuf[outPos++] = (uint8_t)dest; in Bcj2_Decode()
137 if (outPos == outSize) in Bcj2_Decode()
139 outBuf[outPos++] = (uint8_t)(dest >> 8); in Bcj2_Decode()
140 if (outPos == outSize) in Bcj2_Decode()
142 outBuf[outPos++] = (uint8_t)(dest >> 16); in Bcj2_Decode()
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/fex/7z_C/
H A DBcj2.c41 SizeT inPos = 0, outPos = 0; in Bcj2_Decode() local
66 if (outSize - outPos < limit) in Bcj2_Decode()
67 limit = outSize - outPos; in Bcj2_Decode()
71 outBuf[outPos++] = b; in Bcj2_Decode()
79 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
119 outBuf[outPos++] = (Byte)dest; in Bcj2_Decode()
120 if (outPos == outSize) in Bcj2_Decode()
122 outBuf[outPos++] = (Byte)(dest >> 8); in Bcj2_Decode()
123 if (outPos == outSize) in Bcj2_Decode()
125 outBuf[outPos++] = (Byte)(dest >> 16); in Bcj2_Decode()
[all …]
/dports/security/clamav/clamav-0.104.2/libclamav/7z/
H A DBcj2.c41 SizeT inPos = 0, outPos = 0; in Bcj2_Decode() local
66 if (outSize - outPos < limit) in Bcj2_Decode()
67 limit = outSize - outPos; in Bcj2_Decode()
71 outBuf[outPos++] = b; in Bcj2_Decode()
79 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
119 outBuf[outPos++] = (Byte)dest; in Bcj2_Decode()
120 if (outPos == outSize) in Bcj2_Decode()
122 outBuf[outPos++] = (Byte)(dest >> 8); in Bcj2_Decode()
123 if (outPos == outSize) in Bcj2_Decode()
125 outBuf[outPos++] = (Byte)(dest >> 16); in Bcj2_Decode()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/7z/
H A DBcj2.c41 SizeT inPos = 0, outPos = 0; in Bcj2_Decode() local
66 if (outSize - outPos < limit) in Bcj2_Decode()
67 limit = outSize - outPos; in Bcj2_Decode()
71 outBuf[outPos++] = b; in Bcj2_Decode()
79 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
119 outBuf[outPos++] = (Byte)dest; in Bcj2_Decode()
120 if (outPos == outSize) in Bcj2_Decode()
122 outBuf[outPos++] = (Byte)(dest >> 8); in Bcj2_Decode()
123 if (outPos == outSize) in Bcj2_Decode()
125 outBuf[outPos++] = (Byte)(dest >> 16); in Bcj2_Decode()
[all …]
/dports/games/spring/spring_98.0/rts/lib/7z/
H A DBcj2.c41 SizeT inPos = 0, outPos = 0; in Bcj2_Decode() local
66 if (outSize - outPos < limit) in Bcj2_Decode()
67 limit = outSize - outPos; in Bcj2_Decode()
71 outBuf[outPos++] = b; in Bcj2_Decode()
79 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
119 outBuf[outPos++] = (Byte)dest; in Bcj2_Decode()
120 if (outPos == outSize) in Bcj2_Decode()
122 outBuf[outPos++] = (Byte)(dest >> 8); in Bcj2_Decode()
123 if (outPos == outSize) in Bcj2_Decode()
125 outBuf[outPos++] = (Byte)(dest >> 16); in Bcj2_Decode()
[all …]
/dports/games/spring/spring_98.0/tools/pr-downloader/src/lib/7z/
H A DBcj2.c41 SizeT inPos = 0, outPos = 0; in Bcj2_Decode() local
66 if (outSize - outPos < limit) in Bcj2_Decode()
67 limit = outSize - outPos; in Bcj2_Decode()
71 outBuf[outPos++] = b; in Bcj2_Decode()
79 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
119 outBuf[outPos++] = (Byte)dest; in Bcj2_Decode()
120 if (outPos == outSize) in Bcj2_Decode()
122 outBuf[outPos++] = (Byte)(dest >> 8); in Bcj2_Decode()
123 if (outPos == outSize) in Bcj2_Decode()
125 outBuf[outPos++] = (Byte)(dest >> 16); in Bcj2_Decode()
[all …]
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/lib/7z/
H A DBcj2.c41 SizeT inPos = 0, outPos = 0; in Bcj2_Decode() local
66 if (outSize - outPos < limit) in Bcj2_Decode()
67 limit = outSize - outPos; in Bcj2_Decode()
71 outBuf[outPos++] = b; in Bcj2_Decode()
79 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
119 outBuf[outPos++] = (Byte)dest; in Bcj2_Decode()
120 if (outPos == outSize) in Bcj2_Decode()
122 outBuf[outPos++] = (Byte)(dest >> 8); in Bcj2_Decode()
123 if (outPos == outSize) in Bcj2_Decode()
125 outBuf[outPos++] = (Byte)(dest >> 16); in Bcj2_Decode()
[all …]
/dports/sysutils/squashfs-tools/C/
H A DBcj2.c41 SizeT inPos = 0, outPos = 0; in Bcj2_Decode() local
66 if (outSize - outPos < limit) in Bcj2_Decode()
67 limit = outSize - outPos; in Bcj2_Decode()
71 outBuf[outPos++] = b; in Bcj2_Decode()
79 if (limit == 0 || outPos == outSize) in Bcj2_Decode()
119 outBuf[outPos++] = (Byte)dest; in Bcj2_Decode()
120 if (outPos == outSize) in Bcj2_Decode()
122 outBuf[outPos++] = (Byte)(dest >> 8); in Bcj2_Decode()
123 if (outPos == outSize) in Bcj2_Decode()
125 outBuf[outPos++] = (Byte)(dest >> 16); in Bcj2_Decode()
[all …]
/dports/misc/libxdf/libxdf-0.991/smarc/
H A Dpolyfilt.c39 int outPos = 0; in polyfiltLM() local
55 while ((signalPos+K<=signalLen) && (outPos<outputLen)) in polyfiltLM()
58 output[outPos++] = filter(pfilt->filters + phase*K,signal + signalPos, K); in polyfiltLM()
69 *nbWritten = outPos; in polyfiltLM()
81 int outPos = 0; in polyfiltM() local
90 while (((signalPos+K)<=signalLen) && (outPos<outputLen)) in polyfiltM()
98 output[outPos++] = filter(filt,signal+signalPos,K); in polyfiltM()
105 *nbWritten = outPos; in polyfiltM()
116 int outPos = 0; in polyfiltL() local
130 while (signalPos+K<=signalLen && outPos<outputLen) in polyfiltL()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DParticleArrayCopy.cxx24 using ControlSignature = void(FieldIn inParticle, FieldOut outPos);
26 VTKM_EXEC void operator()(const vtkm::Particle& inParticle, vtkm::Vec3f& outPos) const in operator ()()
28 outPos = inParticle.Pos; in operator ()()
35 FieldOut outPos,
42 vtkm::Vec3f& outPos, in operator ()()
48 outPos = inParticle.Pos; in operator ()()
60 vtkm::cont::ArrayHandle<vtkm::Vec3f, vtkm::cont::StorageTagBasic>& outPos) in ParticleArrayCopy() argument
65 invoke(worklet, inP, outPos); in ParticleArrayCopy()
78 vtkm::cont::ArrayHandle<vtkm::Vec3f, vtkm::cont::StorageTagBasic>& outPos, in ParticleArrayCopy() argument
87 invoke(worklet, inP, outPos, outID, outSteps, outStatus, outTime); in ParticleArrayCopy()
H A DParticleArrayCopy.hxx47 FieldOut outPos,
54 vtkm::Vec3f& outPos, in operator ()()
60 outPos = inParticle.Pos; in operator ()()
74 vtkm::cont::ArrayHandle<vtkm::Vec3f, vtkm::cont::StorageTagBasic>& outPos, in ParticleArrayCopy() argument
84 vtkm::cont::Algorithm::CopyIf(posTrn, termTrn, outPos); in ParticleArrayCopy()
87 vtkm::cont::ArrayCopy(posTrn, outPos); in ParticleArrayCopy()
94 vtkm::cont::ArrayHandle<vtkm::Vec3f, vtkm::cont::StorageTagBasic>& outPos) in ParticleArrayCopy() argument
99 outPos.Allocate(numParticles); in ParticleArrayCopy()
107 vtkm::cont::Algorithm::CopySubRange(posTrn, 0, n, outPos, idx); in ParticleArrayCopy()
123 vtkm::cont::ArrayHandle<vtkm::Vec3f, vtkm::cont::StorageTagBasic>& outPos, in ParticleArrayCopy() argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/xi2/xz/
H A Ddec_bcj.go35 outPos int member
301 copySize = len(b.out) - b.outPos
306 b.outPos += copySize
348 outStart = b.outPos
349 copy(b.out[b.outPos:], s.temp.buf)
350 b.outPos += len(s.temp.buf)
365 b.outPos -= len(s.temp.buf)
384 if b.outPos < len(b.out) {
387 s.outPos = b.outPos
389 b.outPos = len(s.temp.buf)
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/xi2/xz/
H A Ddec_bcj.go35 outPos int member
301 copySize = len(b.out) - b.outPos
306 b.outPos += copySize
348 outStart = b.outPos
349 copy(b.out[b.outPos:], s.temp.buf)
350 b.outPos += len(s.temp.buf)
365 b.outPos -= len(s.temp.buf)
384 if b.outPos < len(b.out) {
387 s.outPos = b.outPos
389 b.outPos = len(s.temp.buf)
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/xi2/xz/
H A Ddec_bcj.go35 outPos int member
301 copySize = len(b.out) - b.outPos
306 b.outPos += copySize
348 outStart = b.outPos
349 copy(b.out[b.outPos:], s.temp.buf)
350 b.outPos += len(s.temp.buf)
365 b.outPos -= len(s.temp.buf)
384 if b.outPos < len(b.out) {
387 s.outPos = b.outPos
389 b.outPos = len(s.temp.buf)
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xi2/xz/
H A Ddec_bcj.go35 outPos int member
301 copySize = len(b.out) - b.outPos
306 b.outPos += copySize
348 outStart = b.outPos
349 copy(b.out[b.outPos:], s.temp.buf)
350 b.outPos += len(s.temp.buf)
365 b.outPos -= len(s.temp.buf)
384 if b.outPos < len(b.out) {
387 s.outPos = b.outPos
389 b.outPos = len(s.temp.buf)
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/xi2/xz/
H A Ddec_bcj.go35 outPos int member
301 copySize = len(b.out) - b.outPos
306 b.outPos += copySize
348 outStart = b.outPos
349 copy(b.out[b.outPos:], s.temp.buf)
350 b.outPos += len(s.temp.buf)
365 b.outPos -= len(s.temp.buf)
384 if b.outPos < len(b.out) {
387 s.outPos = b.outPos
389 b.outPos = len(s.temp.buf)
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/xi2/xz/
H A Ddec_bcj.go35 outPos int member
301 copySize = len(b.out) - b.outPos
306 b.outPos += copySize
348 outStart = b.outPos
349 copy(b.out[b.outPos:], s.temp.buf)
350 b.outPos += len(s.temp.buf)
365 b.outPos -= len(s.temp.buf)
384 if b.outPos < len(b.out) {
387 s.outPos = b.outPos
389 b.outPos = len(s.temp.buf)
[all …]
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/xi2/xz/
H A Ddec_bcj.go35 outPos int member
301 copySize = len(b.out) - b.outPos
306 b.outPos += copySize
348 outStart = b.outPos
349 copy(b.out[b.outPos:], s.temp.buf)
350 b.outPos += len(s.temp.buf)
365 b.outPos -= len(s.temp.buf)
384 if b.outPos < len(b.out) {
387 s.outPos = b.outPos
389 b.outPos = len(s.temp.buf)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/xi2/xz/
H A Ddec_bcj.go35 outPos int member
301 copySize = len(b.out) - b.outPos
306 b.outPos += copySize
348 outStart = b.outPos
349 copy(b.out[b.outPos:], s.temp.buf)
350 b.outPos += len(s.temp.buf)
365 b.outPos -= len(s.temp.buf)
384 if b.outPos < len(b.out) {
387 s.outPos = b.outPos
389 b.outPos = len(s.temp.buf)
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/materials/programs/GLSL/
H A DDepthShadowmapCasterVp.glsl12 vec4 outPos = worldViewProj * vertex;
13 outPos.xy += texelOffsets.zw * outPos.w;
15 depth = outPos.zw;
16 gl_Position = outPos;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/materials/programs/GLSL/
H A DDepthShadowmapCasterVp.glsl12 vec4 outPos = worldViewProj * vertex;
13 outPos.xy += texelOffsets.zw * outPos.w;
15 depth = outPos.zw;
16 gl_Position = outPos;

12345678910>>...20