Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DZstdHandler.cpp44 struct CFrameHeader struct
46 Byte Descriptor;
47 Byte WindowDescriptor;
48 UInt32 DictionaryId;
49 UInt64 ContentSize;
54 bool Is_Reserved() const { return (Descriptor & DESCRIPTOR_FLAG_RESERVED) != 0; } in Is_Reserved()
55 bool Is_Checksum() const { return (Descriptor & DESCRIPTOR_FLAG_CHECKSUM) != 0; } in Is_Checksum()
56 bool Is_SingleSegment() const { return (Descriptor & DESCRIPTOR_FLAG_SINGLE) != 0; } in Is_SingleSegment()
57 bool Is_ContentSize_Defined() const { return DESCRIPTOR_Is_ContentSize_Defined(Descriptor); } in Is_ContentSize_Defined()
58 unsigned Get_DictionaryId_Flag() const { return DESCRIPTOR_Get_DictionaryId_Flag(Descriptor); } in Get_DictionaryId_Flag()
[all …]