Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Udf/
DUdfIn.h203 struct CLongAllocDesc struct
205 UInt32 Len;
206 CLogBlockAddr Location;
211 UInt32 GetLen() const { return Len & 0x3FFFFFFF; } in GetLen()
212 UInt32 GetType() const { return Len >> 30; } in GetType()
213 bool IsRecAndAlloc() const { return GetType() == SHORT_ALLOC_DESC_TYPE_RecordedAndAllocated; } in IsRecAndAlloc()