Home
last modified time | relevance | path

Searched refs:bufferPos (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/dports/audio/fasttracker2/ft2-clone-1.49/src/mixer/
H A Dft2_center_mix.h9 void centerMix8bNoLoop(voice_t *v, uint32_t bufferPos, uint32_t numSamples);
10 void centerMix8bLoop(voice_t *v, uint32_t bufferPos, uint32_t numSamples);
11 void centerMix8bBidiLoop(voice_t *v, uint32_t bufferPos, uint32_t numSamples);
12 void centerMix8bNoLoopSIntrp(voice_t *v, uint32_t bufferPos, uint32_t numSamples);
13 void centerMix8bLoopSIntrp(voice_t *v, uint32_t bufferPos, uint32_t numSamples);
15 void centerMix8bNoLoopLIntrp(voice_t *v, uint32_t bufferPos, uint32_t numSamples);
16 void centerMix8bLoopLIntrp(voice_t *v, uint32_t bufferPos, uint32_t numSamples);
20 void centerMix16bNoLoop(voice_t *v, uint32_t bufferPos, uint32_t numSamples);
21 void centerMix16bLoop(voice_t *v, uint32_t bufferPos, uint32_t numSamples);
22 void centerMix16bBidiLoop(voice_t *v, uint32_t bufferPos, uint32_t numSamples);
[all …]
/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dsizebuf.c48 sz->bufferPos = 0; in SZ_Init()
68 sz->bufferPos += count; in SZ_Memset()
83 sz->bufferPos += count; in SZ_Memcpy()
100 memcpy(sz->data + sz->bufferPos, bf->data + bf->bufferPos, count); in SZ_Memcpy2()
101 sz->bufferPos += count; in SZ_Memcpy2()
150 sz->bufferPos++; in MSG_WriteByte()
161 sz->bufferPos += 2; in MSG_WriteWord()
172 sz->bufferPos += 4; in MSG_WriteDWord()
187 sz->bufferPos += 1; in MSG_ReadByte()
203 sz->bufferPos += 2; in MSG_ReadWord()
[all …]
/dports/textproc/chpp/chpp-0.3.5/
H A Dinput.c52 state->bufferPos = 0; in preprocessorNextChar()
55 if (state->bufferPos == state->bufferUsed) in preprocessorNextChar()
66 state->bufferUsed - state->bufferPos); in preprocessorNextChar()
67 state->bufferUsed -= state->bufferPos; in preprocessorNextChar()
81 state->bufferPos += 2; in preprocessorNextChar()
85 if (state->bufferPos >= state->bufferUsed) in preprocessorNextChar()
87 state->bufferPos = 0; in preprocessorNextChar()
95 if (state->bufferPos == state->bufferUsed) in preprocessorNextChar()
101 ++state->bufferPos; in preprocessorNextChar()
109 ++state->bufferPos; in preprocessorNextChar()
[all …]
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/7zip/Compress/Branch/
H A DBranchX86.c27 UInt32 bufferPos = 0; in x86_Convert() local
37 while(bufferPos <= limit) in x86_Convert()
39 Byte b = buffer[bufferPos]; in x86_Convert()
43 bufferPos++; in x86_Convert()
47 *prevPos = (nowPos + bufferPos); in x86_Convert()
59 b = buffer[bufferPos + 4]; in x86_Convert()
67 (buffer[bufferPos + 1]); in x86_Convert()
88 buffer[bufferPos + 1] = (Byte)dest; in x86_Convert()
89 bufferPos += 5; in x86_Convert()
94 bufferPos++; in x86_Convert()
[all …]
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Compress/Branch/
H A DBranchX86.c27 UInt32 bufferPos = 0; in x86_Convert() local
37 while(bufferPos <= limit) in x86_Convert()
39 Byte b = buffer[bufferPos]; in x86_Convert()
43 bufferPos++; in x86_Convert()
47 *prevPos = (nowPos + bufferPos); in x86_Convert()
59 b = buffer[bufferPos + 4]; in x86_Convert()
67 (buffer[bufferPos + 1]); in x86_Convert()
88 buffer[bufferPos + 1] = (Byte)dest; in x86_Convert()
89 bufferPos += 5; in x86_Convert()
94 bufferPos++; in x86_Convert()
[all …]
/dports/archivers/lzmalib/lzmalib-0.0.1/7zip/Compress/Branch/
H A DBranchX86.c27 UInt32 bufferPos = 0; in x86_Convert() local
37 while(bufferPos <= limit) in x86_Convert()
39 Byte b = buffer[bufferPos]; in x86_Convert()
43 bufferPos++; in x86_Convert()
47 *prevPos = (nowPos + bufferPos); in x86_Convert()
59 b = buffer[bufferPos + 4]; in x86_Convert()
67 (buffer[bufferPos + 1]); in x86_Convert()
88 buffer[bufferPos + 1] = (Byte)dest; in x86_Convert()
89 bufferPos += 5; in x86_Convert()
94 bufferPos++; in x86_Convert()
[all …]
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/7zip/Compress/Branch/
H A DBranchX86.c27 UInt32 bufferPos = 0; in x86_Convert() local
37 while(bufferPos <= limit) in x86_Convert()
39 Byte b = buffer[bufferPos]; in x86_Convert()
43 bufferPos++; in x86_Convert()
47 *prevPos = (nowPos + bufferPos); in x86_Convert()
59 b = buffer[bufferPos + 4]; in x86_Convert()
67 (buffer[bufferPos + 1]); in x86_Convert()
88 buffer[bufferPos + 1] = (Byte)dest; in x86_Convert()
89 bufferPos += 5; in x86_Convert()
94 bufferPos++; in x86_Convert()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/Compress/Branch/
H A DBranchX86.c27 UInt32 bufferPos = 0; in x86_Convert() local
37 while(bufferPos <= limit) in x86_Convert()
39 Byte b = buffer[bufferPos]; in x86_Convert()
43 bufferPos++; in x86_Convert()
47 *prevPos = (nowPos + bufferPos); in x86_Convert()
59 b = buffer[bufferPos + 4]; in x86_Convert()
67 (buffer[bufferPos + 1]); in x86_Convert()
88 buffer[bufferPos + 1] = (Byte)dest; in x86_Convert()
89 bufferPos += 5; in x86_Convert()
94 bufferPos++; in x86_Convert()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs76 private int bufferPos = 0; field in Google.Protobuf.CodedInputStream
173 this.bufferPos = bufferPos; in CodedInputStream()
235 return bufferPos;
495 bufferPos += 4; in ReadFloat()
573 bufferPos += length; in ReadString()
628 bufferPos += length; in ReadBytes()
1062 bufferPos = 0; in RefillBuffer()
1133 bufferPos += size; in ReadRawBytes()
1182 bufferPos = 0; in ReadRawBytes()
1249 bufferPos += size; in SkipRawBytes()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs76 private int bufferPos = 0; field in Google.Protobuf.CodedInputStream
173 this.bufferPos = bufferPos; in CodedInputStream()
235 return bufferPos;
495 bufferPos += 4; in ReadFloat()
573 bufferPos += length; in ReadString()
628 bufferPos += length; in ReadBytes()
1062 bufferPos = 0; in RefillBuffer()
1133 bufferPos += size; in ReadRawBytes()
1182 bufferPos = 0; in ReadRawBytes()
1249 bufferPos += size; in SkipRawBytes()
[all …]
/dports/mail/libvmime/vmime-0.9.2/src/vmime/utility/encoder/
H A DqpEncoder.cpp182 size_t bufferPos = 0; in encode() local
210 bufferPos = 0; in encode()
270 bufferPos = 0; in encode()
275 (buffer[bufferPos] == '\r' || buffer[bufferPos] == '\n')) in encode()
387 size_t bufferPos = 0; in decode() local
410 bufferPos = 0; in decode()
429 bufferPos = 0; in decode()
434 c = buffer[bufferPos++]; in decode()
447 bufferPos = 0; in decode()
452 ++bufferPos; in decode()
[all …]
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_date_utils.pas252 Inc(bufferPos);
256 Inc(bufferPos);
258 Inc(bufferPos);
275 Inc(bufferPos);
282 Inc(bufferPos);
313 bufferPos := 1;
320 Inc(bufferPos);
490 Inc(bufferPos);
494 Inc(bufferPos);
496 Inc(bufferPos);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_date_utils.pas252 Inc(bufferPos);
256 Inc(bufferPos);
258 Inc(bufferPos);
275 Inc(bufferPos);
282 Inc(bufferPos);
313 bufferPos := 1;
320 Inc(bufferPos);
490 Inc(bufferPos);
494 Inc(bufferPos);
496 Inc(bufferPos);
[all …]
/dports/devel/protobuf25/protobuf-2.5.0/java/src/main/java/com/google/protobuf/
H A DCodedInputStream.java223 bufferPos += size; in readString()
325 bufferPos += size; in readBytes()
537 private int bufferPos; field in CodedInputStream
567 bufferPos = off; in CodedInputStream()
575 bufferPos = 0; in CodedInputStream()
736 bufferPos = 0; in refillBuffer()
796 bufferPos += size; in readRawBytes()
806 bufferPos = bufferSize; in readRawBytes()
821 bufferPos = size - pos; in readRawBytes()
840 bufferPos = 0; in readRawBytes()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jzelinskie/whirlpool/
H A Dwhirlpool.go33 w.bufferPos = 0
139 w.bufferPos++
147 w.bufferPos = 0
172 w.bufferPos++
182 w.bufferPos = 0
196 n.bufferPos++
200 if n.bufferPos < wblockBytes {
202 n.buffer[n.bufferPos+i] = 0
208 n.bufferPos = 0
213 n.buffer[n.bufferPos+i] = 0
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/cbits/
H A Dcryptonite_whirlpool.c873 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_update() local
908 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
940 bufferPos++; in cryptonite_whirlpool_update()
954 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
960 ctx->bufferPos = bufferPos; in cryptonite_whirlpool_update()
974 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_finalize() local
986 if (bufferPos < WBLOCKBYTES) { in cryptonite_whirlpool_finalize()
987 memset(&buffer[bufferPos], 0, WBLOCKBYTES - bufferPos); in cryptonite_whirlpool_finalize()
996 bufferPos = 0; in cryptonite_whirlpool_finalize()
999 memset(&buffer[bufferPos], 0, (WBLOCKBYTES - LENGTHBYTES) - bufferPos); in cryptonite_whirlpool_finalize()
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_whirlpool.c873 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_update() local
908 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
940 bufferPos++; in cryptonite_whirlpool_update()
954 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
960 ctx->bufferPos = bufferPos; in cryptonite_whirlpool_update()
974 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_finalize() local
986 if (bufferPos < WBLOCKBYTES) { in cryptonite_whirlpool_finalize()
987 memset(&buffer[bufferPos], 0, WBLOCKBYTES - bufferPos); in cryptonite_whirlpool_finalize()
996 bufferPos = 0; in cryptonite_whirlpool_finalize()
999 memset(&buffer[bufferPos], 0, (WBLOCKBYTES - LENGTHBYTES) - bufferPos); in cryptonite_whirlpool_finalize()
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_whirlpool.c873 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_update() local
908 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
940 bufferPos++; in cryptonite_whirlpool_update()
954 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
960 ctx->bufferPos = bufferPos; in cryptonite_whirlpool_update()
974 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_finalize() local
986 if (bufferPos < WBLOCKBYTES) { in cryptonite_whirlpool_finalize()
987 memset(&buffer[bufferPos], 0, WBLOCKBYTES - bufferPos); in cryptonite_whirlpool_finalize()
996 bufferPos = 0; in cryptonite_whirlpool_finalize()
999 memset(&buffer[bufferPos], 0, (WBLOCKBYTES - LENGTHBYTES) - bufferPos); in cryptonite_whirlpool_finalize()
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_whirlpool.c873 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_update() local
908 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
940 bufferPos++; in cryptonite_whirlpool_update()
954 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
960 ctx->bufferPos = bufferPos; in cryptonite_whirlpool_update()
974 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_finalize() local
986 if (bufferPos < WBLOCKBYTES) { in cryptonite_whirlpool_finalize()
987 memset(&buffer[bufferPos], 0, WBLOCKBYTES - bufferPos); in cryptonite_whirlpool_finalize()
996 bufferPos = 0; in cryptonite_whirlpool_finalize()
999 memset(&buffer[bufferPos], 0, (WBLOCKBYTES - LENGTHBYTES) - bufferPos); in cryptonite_whirlpool_finalize()
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_whirlpool.c874 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_update() local
909 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
941 bufferPos++; in cryptonite_whirlpool_update()
955 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
961 ctx->bufferPos = bufferPos; in cryptonite_whirlpool_update()
975 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_finalize() local
987 if (bufferPos < WBLOCKBYTES) { in cryptonite_whirlpool_finalize()
988 memset(&buffer[bufferPos], 0, WBLOCKBYTES - bufferPos); in cryptonite_whirlpool_finalize()
997 bufferPos = 0; in cryptonite_whirlpool_finalize()
1000 memset(&buffer[bufferPos], 0, (WBLOCKBYTES - LENGTHBYTES) - bufferPos); in cryptonite_whirlpool_finalize()
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_whirlpool.c873 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_update() local
908 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
940 bufferPos++; in cryptonite_whirlpool_update()
954 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
960 ctx->bufferPos = bufferPos; in cryptonite_whirlpool_update()
974 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_finalize() local
986 if (bufferPos < WBLOCKBYTES) { in cryptonite_whirlpool_finalize()
987 memset(&buffer[bufferPos], 0, WBLOCKBYTES - bufferPos); in cryptonite_whirlpool_finalize()
996 bufferPos = 0; in cryptonite_whirlpool_finalize()
999 memset(&buffer[bufferPos], 0, (WBLOCKBYTES - LENGTHBYTES) - bufferPos); in cryptonite_whirlpool_finalize()
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_whirlpool.c873 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_update() local
908 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
940 bufferPos++; in cryptonite_whirlpool_update()
954 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
960 ctx->bufferPos = bufferPos; in cryptonite_whirlpool_update()
974 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_finalize() local
986 if (bufferPos < WBLOCKBYTES) { in cryptonite_whirlpool_finalize()
987 memset(&buffer[bufferPos], 0, WBLOCKBYTES - bufferPos); in cryptonite_whirlpool_finalize()
996 bufferPos = 0; in cryptonite_whirlpool_finalize()
999 memset(&buffer[bufferPos], 0, (WBLOCKBYTES - LENGTHBYTES) - bufferPos); in cryptonite_whirlpool_finalize()
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_whirlpool.c874 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_update() local
909 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
941 bufferPos++; in cryptonite_whirlpool_update()
955 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
961 ctx->bufferPos = bufferPos; in cryptonite_whirlpool_update()
975 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_finalize() local
987 if (bufferPos < WBLOCKBYTES) { in cryptonite_whirlpool_finalize()
988 memset(&buffer[bufferPos], 0, WBLOCKBYTES - bufferPos); in cryptonite_whirlpool_finalize()
997 bufferPos = 0; in cryptonite_whirlpool_finalize()
1000 memset(&buffer[bufferPos], 0, (WBLOCKBYTES - LENGTHBYTES) - bufferPos); in cryptonite_whirlpool_finalize()
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_whirlpool.c874 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_update() local
909 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
941 bufferPos++; in cryptonite_whirlpool_update()
955 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
961 ctx->bufferPos = bufferPos; in cryptonite_whirlpool_update()
975 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_finalize() local
987 if (bufferPos < WBLOCKBYTES) { in cryptonite_whirlpool_finalize()
988 memset(&buffer[bufferPos], 0, WBLOCKBYTES - bufferPos); in cryptonite_whirlpool_finalize()
997 bufferPos = 0; in cryptonite_whirlpool_finalize()
1000 memset(&buffer[bufferPos], 0, (WBLOCKBYTES - LENGTHBYTES) - bufferPos); in cryptonite_whirlpool_finalize()
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/cbits/
H A Dcryptonite_whirlpool.c873 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_update() local
908 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
940 bufferPos++; in cryptonite_whirlpool_update()
954 bufferBits = bufferPos = 0; in cryptonite_whirlpool_update()
960 ctx->bufferPos = bufferPos; in cryptonite_whirlpool_update()
974 int bufferPos = ctx->bufferPos; in cryptonite_whirlpool_finalize() local
986 if (bufferPos < WBLOCKBYTES) { in cryptonite_whirlpool_finalize()
987 memset(&buffer[bufferPos], 0, WBLOCKBYTES - bufferPos); in cryptonite_whirlpool_finalize()
996 bufferPos = 0; in cryptonite_whirlpool_finalize()
999 memset(&buffer[bufferPos], 0, (WBLOCKBYTES - LENGTHBYTES) - bufferPos); in cryptonite_whirlpool_finalize()
[all …]

12345678910>>...20