HomeSort by relevance Sort by last modified time
    Searched defs:GetVal (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 130 UInt32 GetVal(UInt32 &res, unsigned numBits)
138 UInt32 len = GetVal(res, 2);
139 return GetVal(res, 1 + len);
156 if (GetVal(res, 1) == 0 || pos < 1024)
162 if (GetVal(res, 3) != 0)
167 UInt32 ppp = GetVal(res, 5) + 6;
171 rep0 = /* (1 << ppp) +*/ GetVal(res, ppp);
    [all...]
  /art/compiler/optimizing/
induction_var_range.cc 229 *min_val = SimplifyMin(GetVal(info, trip, in_body, /* is_min */ true));
230 *max_val = SimplifyMax(GetVal(info, trip, in_body, /* is_min */ false), chase_hint);
235 *min_val = SimplifyMin(GetVal(info, trip, in_body, /* is_min */ true));
441 Value min_val = GetVal(info, nullptr, /* in_body */ true, /* is_min */ true);
442 Value max_val = GetVal(info, nullptr, /* in_body */ true, /* is_min */ false);
564 return GetVal(&cancelled_trip, trip, in_body, is_min);
579 return SubValue(Value(0), GetVal(&cancelled_trip, trip, in_body, !is_min));
587 GetVal(info->op_b, trip, in_body, is_min));
602 Value c = GetVal(info->op_b, trip, in_body, is_min);
606 Value m = GetVal(trip, trip, in_body, is_min)
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c 978 cmsBool GetVal(cmsIT8* it8, char* Buffer, cmsUInt32Number max, const char* ErrorTitle)
    [all...]

Completed in 145 milliseconds