HomeSort by relevance Sort by last modified time
    Searched refs:GetRem (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/7zip/Common/
LimitedStreams.h 33 UInt64 GetRem() const { return _size - _pos; }
157 UInt64 GetRem() const { return _size; }
  /art/compiler/optimizing/
induction_var_range_test.cc 275 Value GetRem(HInductionVarAnalysis::InductionInfo* info1,
277 return range_.GetRem(info1, info2);
578 TEST_F(InductionVarRangeTest, GetRem) {
579 ExpectEqual(Value(0), GetRem(CreateConst(1), CreateConst(1)));
580 ExpectEqual(Value(2), GetRem(CreateConst(2), CreateConst(5)));
581 ExpectEqual(Value(1), GetRem(CreateConst(11), CreateConst(5)));
582 ExpectEqual(Value(-2), GetRem(CreateConst(-2), CreateConst(5)));
583 ExpectEqual(Value(-1), GetRem(CreateConst(-11), CreateConst(5)));
584 ExpectEqual(Value(2), GetRem(CreateConst(2), CreateConst(-5)));
585 ExpectEqual(Value(1), GetRem(CreateConst(11), CreateConst(-5)))
    [all...]
induction_var_range.h 248 Value GetRem(HInductionVarAnalysis::InductionInfo* info1,
induction_var_range.cc 743 return GetRem(info->op_a, info->op_b);
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 69 if (_archive->_inByteBack->GetRem() != 0)
375 if (idSize > 8 || idSize > GetRem())
442 if (inByte.GetRem() != 0)
668 if (idSize > inByte->GetRem())
695 if (propsSize > inByte->GetRem())
1183 if (size > _inByteBack->GetRem())
1197 size_t rem = _inByteBack->GetRem();
    [all...]
7zIn.h 298 size_t GetRem() const { return _size - _pos; }
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 424 if (outStreamSpec->GetRem() != 0)
    [all...]

Completed in 1267 milliseconds