Searched defs:GetByte (Results 1 – 5 of 5) sorted by relevance
| /third_party/lzma/CS/7zip/Compress/LZ/ | ||
| D | LzOutWindow.cs | 102 public byte GetByte(uint distance) in GetByte() method in SevenZip.Compression.LZ.OutWindow |
| /third_party/lzma/Java/SevenZip/Compression/LZ/ | ||
| D | OutWindow.java | 78 public byte GetByte(int distance) in GetByte() method in OutWindow |
| /third_party/skia/third_party/externals/tint/fuzzers/ | ||
| D | random_generator.cc | 74 uint8_t RandomGenerator::GetByte() { in GetByte() function in tint::fuzzers::RandomGenerator |
| D | random_generator_test.cc | 129 TEST_F(RandomGeneratorTest, GetByte) { in TEST_F() argument |
| /third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ | ||
| D | LzmaSpec.cpp | 99 Byte GetByte(UInt32 dist) const in GetByte() function in COutWindow |