Home
last modified time | relevance | path

Searched refs:ReadAligned_UInt16 (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DDeflateDecoder.cpp96 m_StoredBlockSize = ReadAligned_UInt16(); // ReadBits(kStoredBlockLengthFieldSize) in ReadTables()
99 return (m_StoredBlockSize == (UInt16)~ReadAligned_UInt16()); in ReadTables()
DDeflateDecoder.h135 UInt32 ReadAligned_UInt16() // aligned for Byte range in ReadAligned_UInt16() function