Searched defs:GetRem (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/lzma/CPP/7zip/Common/ | ||
H A D | LimitedStreams.h | 31 UInt64 GetRem() const { return _size - _pos; } in GetRem() function |
/aosp_15_r20/art/compiler/optimizing/ | ||
H A D | induction_var_range_test.cc | 270 Value GetRem(HInductionVarAnalysis::InductionInfo* info1, in GetRem() function in art::InductionVarRangeTest |
H A D | induction_var_range.cc | 922 InductionVarRange::Value InductionVarRange::GetRem( in GetRem() function in art::InductionVarRange |
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/ | ||
H A D | 7zIn.h | 317 size_t GetRem() const { return _size - _pos; } in GetRem() function |
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ | ||
H A D | LzxDecoder.cpp | 858 size_t GetRem() const { return _size; } function in NCompress::NLzx::CBitByteDecoder |