Home
last modified time | relevance | path

Searched refs:numReadBytes (Results 1 – 25 of 58) sorted by relevance

123

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs51 int numReadBytes = stream.Read(_buffer, (int)_pos, (int)curSize); in Train()
52 if (numReadBytes == 0) in Train()
54 size -= (uint)numReadBytes; in Train()
55 _pos += (uint)numReadBytes; in Train()
56 _streamPos += (uint)numReadBytes; in Train()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs51 int numReadBytes = stream.Read(_buffer, (int)_pos, (int)curSize); in Train()
52 if (numReadBytes == 0) in Train()
54 size -= (uint)numReadBytes; in Train()
55 _pos += (uint)numReadBytes; in Train()
56 _streamPos += (uint)numReadBytes; in Train()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs51 int numReadBytes = stream.Read(_buffer, (int)_pos, (int)curSize); in Train()
52 if (numReadBytes == 0) in Train()
54 size -= (uint)numReadBytes; in Train()
55 _pos += (uint)numReadBytes; in Train()
56 _streamPos += (uint)numReadBytes; in Train()
/dports/archivers/lzma/lzma-19.00/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs51 int numReadBytes = stream.Read(_buffer, (int)_pos, (int)curSize); in Train()
52 if (numReadBytes == 0) in Train()
54 size -= (uint)numReadBytes; in Train()
55 _pos += (uint)numReadBytes; in Train()
56 _streamPos += (uint)numReadBytes; in Train()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs51 int numReadBytes = stream.Read(_buffer, (int)_pos, (int)curSize); in Train()
52 if (numReadBytes == 0) in Train()
54 size -= (uint)numReadBytes; in Train()
55 _pos += (uint)numReadBytes; in Train()
56 _streamPos += (uint)numReadBytes; in Train()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs51 int numReadBytes = stream.Read(_buffer, (int)_pos, (int)curSize); in Train()
52 if (numReadBytes == 0) in Train()
54 size -= (uint)numReadBytes; in Train()
55 _pos += (uint)numReadBytes; in Train()
56 _streamPos += (uint)numReadBytes; in Train()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs51 int numReadBytes = stream.Read(_buffer, (int)_pos, (int)curSize); in Train()
52 if (numReadBytes == 0) in Train()
54 size -= (uint)numReadBytes; in Train()
55 _pos += (uint)numReadBytes; in Train()
56 _streamPos += (uint)numReadBytes; in Train()
/dports/sysutils/squashfs-tools/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs51 int numReadBytes = stream.Read(_buffer, (int)_pos, (int)curSize); in Train()
52 if (numReadBytes == 0) in Train()
54 size -= (uint)numReadBytes; in Train()
55 _pos += (uint)numReadBytes; in Train()
56 _streamPos += (uint)numReadBytes; in Train()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs51 int numReadBytes = stream.Read(_buffer, (int)_pos, (int)curSize); in Train()
52 if (numReadBytes == 0) in Train()
54 size -= (uint)numReadBytes; in Train()
55 _pos += (uint)numReadBytes; in Train()
56 _streamPos += (uint)numReadBytes; in Train()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs51 int numReadBytes = stream.Read(_buffer, (int)_pos, (int)curSize); in Train()
52 if (numReadBytes == 0) in Train()
54 size -= (uint)numReadBytes; in Train()
55 _pos += (uint)numReadBytes; in Train()
56 _streamPos += (uint)numReadBytes; in Train()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs51 int numReadBytes = stream.Read(_buffer, (int)_pos, (int)curSize); in Train()
52 if (numReadBytes == 0) in Train()
54 size -= (uint)numReadBytes; in Train()
55 _pos += (uint)numReadBytes; in Train()
56 _streamPos += (uint)numReadBytes; in Train()
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/7zip/Compress/LZ/
H A DLZInWindow.cpp76 UInt32 numReadBytes; in ReadBlock() local
77 RINOK(_stream->Read(_buffer + _streamPos, size, &numReadBytes)); in ReadBlock()
78 if(numReadBytes == 0) in ReadBlock()
87 _streamPos += numReadBytes; in ReadBlock()
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Compress/LZ/
H A DLZInWindow.cpp74 UInt32 numReadBytes; in ReadBlock() local
75 RINOK(_stream->ReadPart(_buffer + _streamPos, size, &numReadBytes)); in ReadBlock()
76 if(numReadBytes == 0) in ReadBlock()
85 _streamPos += numReadBytes; in ReadBlock()
/dports/archivers/lzmalib/lzmalib-0.0.1/7zip/Compress/LZ/
H A DLZInWindow.cpp74 UInt32 numReadBytes; in ReadBlock() local
75 RINOK(_stream->Read(_buffer + _streamPos, size, &numReadBytes)); in ReadBlock()
76 if(numReadBytes == 0) in ReadBlock()
85 _streamPos += numReadBytes; in ReadBlock()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/7zip/Compress/LZ/
H A DLZInWindow.cpp76 UInt32 numReadBytes; in ReadBlock() local
77 RINOK(_stream->Read(_buffer + _streamPos, size, &numReadBytes)); in ReadBlock()
78 if(numReadBytes == 0) in ReadBlock()
87 _streamPos += numReadBytes; in ReadBlock()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialPort/
H A DClose.cs16 private const int numReadBytes = 32; field in System.IO.Ports.Tests.Close
72 com2.Write(new byte[numReadBytes], 0, numReadBytes); in OpenFillBuffersClose()
77 serPortProp.SetProperty("BytesToRead", numReadBytes); in OpenFillBuffersClose()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/Java/SevenZip/Compression/LZ/
H A DInWindow.java48 int numReadBytes = _stream.read(_bufferBase, _bufferOffset + _streamPos, size); in ReadBlock() local
49 if (numReadBytes == -1) in ReadBlock()
59 _streamPos += numReadBytes; in ReadBlock()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/Java/SevenZip/Compression/LZ/
H A DInWindow.java48 int numReadBytes = _stream.read(_bufferBase, _bufferOffset + _streamPos, size); in ReadBlock() local
49 if (numReadBytes == -1) in ReadBlock()
59 _streamPos += numReadBytes; in ReadBlock()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/Java/SevenZip/Compression/LZ/
H A DInWindow.java48 int numReadBytes = _stream.read(_bufferBase, _bufferOffset + _streamPos, size); in ReadBlock() local
49 if (numReadBytes == -1) in ReadBlock()
59 _streamPos += numReadBytes; in ReadBlock()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZ/
H A DInWindow.java48 int numReadBytes = _stream.read(_bufferBase, _bufferOffset + _streamPos, size);
49 if (numReadBytes == -1)
59 _streamPos += numReadBytes;
/dports/archivers/lzma/lzma-19.00/Java/SevenZip/Compression/LZ/
H A DInWindow.java48 int numReadBytes = _stream.read(_bufferBase, _bufferOffset + _streamPos, size); in ReadBlock() local
49 if (numReadBytes == -1) in ReadBlock()
59 _streamPos += numReadBytes; in ReadBlock()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZ/
H A DInWindow.java48 int numReadBytes = _stream.read(_bufferBase, _bufferOffset + _streamPos, size); in ReadBlock() local
49 if (numReadBytes == -1) in ReadBlock()
59 _streamPos += numReadBytes; in ReadBlock()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/Java/SevenZip/Compression/LZ/
H A DInWindow.java48 int numReadBytes = _stream.read(_bufferBase, _bufferOffset + _streamPos, size); in ReadBlock() local
49 if (numReadBytes == -1) in ReadBlock()
59 _streamPos += numReadBytes; in ReadBlock()
/dports/sysutils/squashfs-tools/Java/SevenZip/Compression/LZ/
H A DInWindow.java48 int numReadBytes = _stream.read(_bufferBase, _bufferOffset + _streamPos, size); in ReadBlock() local
49 if (numReadBytes == -1) in ReadBlock()
59 _streamPos += numReadBytes; in ReadBlock()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/Java/SevenZip/Compression/LZ/
H A DInWindow.java48 int numReadBytes = _stream.read(_bufferBase, _bufferOffset + _streamPos, size); in ReadBlock() local
49 if (numReadBytes == -1) in ReadBlock()
59 _streamPos += numReadBytes; in ReadBlock()

123