Home
last modified time | relevance | path

Searched refs:GetByte (Results 1 - 8 of 8) sorted by relevance

/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp99 Byte GetByte(UInt32 dist) const in GetByte() function in COutWindow
107 PutByte(GetByte(dist)); in CopyMatch()
376 prevByte = OutWindow.GetByte(1); in DecodeLiteral()
384 unsigned matchByte = OutWindow.GetByte(rep0 + 1); in DecodeLiteral()
508 OutWindow.PutByte(OutWindow.GetByte(rep0 + 1)); in Decode()
/third_party/skia/third_party/externals/tint/fuzzers/
H A Drandom_generator_test.cc129 TEST_F(RandomGeneratorTest, GetByte) { in TEST_F()
130 rng_->GetByte(); in TEST_F()
H A Drandom_generator.h66 uint8_t GetByte();
H A Drandom_generator.cc74 uint8_t RandomGenerator::GetByte() { in GetByte() function in tint::fuzzers::RandomGenerator
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java78 public byte GetByte(int distance) in GetByte() method in OutWindow
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs259 byte prevByte = m_OutWindow.GetByte(0); in Code()
262 (uint)nowPos64, prevByte, m_OutWindow.GetByte(rep0)); in Code()
279 m_OutWindow.PutByte(m_OutWindow.GetByte(rep0)); in Code()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs102 public byte GetByte(uint distance) in GetByte() method in SevenZip.Compression.LZ.OutWindow
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java220 prevByte = decoder2.DecodeWithMatchByte(m_RangeDecoder, m_OutWindow.GetByte(rep0)); in Code()
304 prevByte = m_OutWindow.GetByte(0); in Code()

Completed in 5 milliseconds