Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DNtfsHandler.cpp215 struct CMftRef struct
217 UInt64 Val;
219 UInt64 GetIndex() const { return Val & (((UInt64)1 << 48) - 1); } in GetIndex()
220 UInt16 GetNumber() const { return (UInt16)(Val >> 48); } in GetNumber()
221 bool IsBaseItself() const { return Val == 0; } in IsBaseItself()
223 CMftRef(): Val(0) {} in CMftRef() function