Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DLimitedStreams.h31 UInt64 GetRem() const { return _size - _pos; } in GetRem() function
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_range_test.cc270 Value GetRem(HInductionVarAnalysis::InductionInfo* info1, in GetRem() function in art::InductionVarRangeTest
759 TEST_F(InductionVarRangeTest, GetRem) { in TEST_F() argument
H A Dinduction_var_range.cc922 InductionVarRange::Value InductionVarRange::GetRem( in GetRem() function in art::InductionVarRange
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h317 size_t GetRem() const { return _size - _pos; } in GetRem() function
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzxDecoder.cpp858 size_t GetRem() const { return _size; } function in NCompress::NLzx::CBitByteDecoder