Home
last modified time | relevance | path

Searched defs:CBlock (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DBZip2Decoder.h266 struct CBlock struct
279 CBlockProps Props; argument
282 CBlock _block; argument
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Rar/
H A DRarHeader.h158 struct CBlock struct
160 UInt16 CRC;
161 Byte Type;
162 UInt16 Flags;
163 UInt16 HeadSize;
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DDmgHandler.cpp91 struct CBlock struct
93 UInt32 Type;
94 UInt64 UnpPos;
96 UInt64 PackPos;
97 UInt64 PackSize;
99 bool NeedCrc() const { return Type != METHOD_ZERO_2; } in NeedCrc()
100 bool IsZeroMethod() const in IsZeroMethod()
106 bool IsClusteredMethod() const in IsClusteredMethod()
114 bool NeedAllocateBuffer() const in NeedAllocateBuffer()
H A DIhexHandler.cpp24 struct CBlock struct
26 CByteDynamicBuffer Data;
27 UInt32 Offset;