HomeSort by relevance Sort by last modified time
    Searched defs:ReadByte (Results 1 - 12 of 12) sorted by null

  /external/lzma/CS/7zip/Common/
InBuffer.cs 49 public bool ReadByte(byte b) // check it
58 public byte ReadByte()
60 // return (byte)m_Stream.ReadByte();
  /external/lzma/CPP/7zip/Common/
InBuffer.h 45 bool ReadByte(Byte &b)
53 Byte ReadByte()
CWrappers.h 69 Byte ReadByte()
  /external/chromium_org/third_party/lzma_sdk/
7zDec.c 45 static Byte ReadByte(void *pp)
73 s.p.Read = ReadByte;
  /external/lzma/C/
7zDec.c 45 static Byte ReadByte(void *pp)
73 s.p.Read = ReadByte;
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 111 Byte ReadByte();
159 Byte ReadByte() { return _inByteBack->ReadByte(); }
7zIn.cpp 173 Byte external = archive->ReadByte();
183 Byte CInByte2::ReadByte()
400 Byte mainByte = ReadByte();
741 b = ReadByte();
751 Byte allAreDefined = ReadByte();
1010 if (ReadByte() != 0)
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.cc 71 int32_t ReadableFontData::ReadByte(int32_t index) {
98 return ((ReadByte(index) << 8 | ReadUByte(index + 1)) << 16) >> 16;
132 return ReadByte(index) << 24 |
  /external/chromium_org/third_party/libwebp/demux/
demux.c 149 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) {
320 frame->dispose_method_ = (WebPMuxAnimDispose)(ReadByte(mem) & 1);
482 dmux->feature_flags_ = ReadByte(mem);
  /external/sonivox/jet_tools/JetCreator/
midifile.py 257 def ReadByte (stream):
267 bytes.append(ReadByte(stream))
273 byte = ReadByte(stream)
407 note = ReadByte(stream)
408 velocity = ReadByte(stream)
441 note = ReadByte(stream)
442 velocity = ReadByte(stream)
472 note = ReadByte(stream)
473 value = ReadByte(stream)
498 controller = ReadByte(stream)
    [all...]
  /external/webp/src/demux/
demux.c 151 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) {
319 bits = ReadByte(mem);
482 dmux->feature_flags_ = ReadByte(mem);
  /external/chromium_org/v8/tools/
grokdump.py     [all...]

Completed in 351 milliseconds