Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DRar3Vm.cpp253 UInt32 CVm::GetOperand(bool byteMode, const COperand *op) const in GetOperand()
260 void CVm::SetOperand(bool byteMode, const COperand *op, UInt32 val) in SetOperand()
663 static void DecodeArg(CMemBitDecoder &inp, COperand &op, bool byteMode) in DecodeArg()
H A DRar3Vm.h140 static UInt32 GetValue(bool byteMode, const void *addr) in GetValue()
148 static void SetValue(bool byteMode, void *addr, UInt32 value) in SetValue()