Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DVmdkHandler.cpp337 struct CExtent struct
339 bool IsOK;
340 bool IsArc;
341 bool NeedDeflate;
342 bool Unsupported;
343 bool IsZero;
344 bool IsFlat;
345 bool DescriptorOK;
346 bool HeadersError;
348 unsigned ClusterBits;
[all …]
H A DLpHandler.cpp250 struct CExtent struct
252 UInt64 num_sectors; /* Length in 512-byte sectors. */
253 UInt32 target_type; /* Target type for device-mapper (LP_TARGET_TYPE_*). */
257 UInt64 target_data;
261 UInt32 target_source;
263 bool IsRAW() const { return target_type == LP_TARGET_TYPE_LINEAR; } in IsRAW()
265 void Parse(const Byte *p) in Parse()
H A DExtHandler.cpp584 struct CExtent struct
586 UInt32 VirtBlock;
587 UInt16 Len;
588 bool IsInited;
589 UInt64 PhyStart;
591 UInt32 GetVirtEnd() const { return VirtBlock + Len; } in GetVirtEnd()
592 bool IsLenOK() const { return VirtBlock + Len >= VirtBlock; } in IsLenOK()
594 void Parse(const Byte *p) in Parse()
H A DNtfsHandler.cpp377 struct CExtent struct
379 UInt64 Virt;
380 UInt64 Phy;
382 bool IsEmpty() const { return Phy == kEmptyExtent; } in IsEmpty()
H A DApfsHandler.cpp1276 struct CExtent struct
1278 UInt64 logical_offset;
1279 … length must be a multiple of the block size defined by the nx_block_size field of nx_superblock_t.
1281 UInt64 phys_block_num; // The physical block address that the extent starts at
1283 UInt64 GetEndOffset() const { return logical_offset + EXTENT_GET_LEN(len_and_flags); } in GetEndOffset()
H A DHfsHandler.cpp36 struct CExtent struct
38 UInt32 Pos;
39 UInt32 NumBlocks;
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.h88 struct CExtent struct
90 UInt32 Len;
114 // CExtent VolumeAbstract; argument