HomeSort by relevance Sort by last modified time
    Searched refs:Limit (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /external/v8/test/mjsunit/
smi-mul-const.js 49 // Limit the range of 'a' to enable no-overflow optimizations.
opt-elements-kind.js 30 // Limit the number of stress runs to reduce polymorphism it defeats some of the
osr-elements-kind.js 30 // Limit the number of stress runs to reduce polymorphism it defeats some of the
  /external/pdfium/third_party/lcms2-2.6/src/
cmspcs.c 112 const cmsFloat64Number Limit = (24.0/116.0) * (24.0/116.0) * (24.0/116.0);
114 if (t <= Limit)
123 const cmsFloat64Number Limit = (24.0/116.0);
125 if (t <= Limit) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 334 io::CodedInputStream::Limit limit = input->PushLimit(length);
340 input->PopLimit(limit);
358 // BytesUntilLimit(). These return -1 to mean "no limit set".
360 // TotalBytesLimit Limit
362 // -1 >= 0 Use fast path if length <= Limit.
448 std::pair<io::CodedInputStream::Limit, int> p =
451 // Make sure that parsing stopped when the limit was hit, not at an endgroup
494 std::pair<io::CodedInputStream::Limit, int> p =
499 // Make sure that parsing stopped when the limit was hit, not at an endgrou
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
ARMLoadStoreOptimizer.cpp     [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 439 // Normally here we could use End() instead of Limit(), but for testing we may want to have a
442 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(space->Limit()), CardTable::kCardSize);
446 RoundUp(reinterpret_cast<uintptr_t>(space->Limit()), CardTable::kCardSize)));
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 452 // Stop trying after reaching the limit (if any).
453 int Limit = CTRLoopLimit;
454 if (Limit >= 0) {
  /art/runtime/gc/space/
malloc_space.cc 39 uint8_t* begin, uint8_t* end, uint8_t* limit, size_t growth_limit,
42 : ContinuousMemMapAllocSpace(name, mem_map, begin, end, limit, kGcRetentionPolicyAlwaysCollect),
81 LOG(ERROR) << "Failed to create alloc space (" << name << ") where the growth limit capacity ("
87 // Page align growth limit and capacity which will be used to manage mmapped storage
176 // Use mem map limit in case error for clear growth limit.
225 << ",limit=" << reinterpret_cast<void*>(Limit())
region_space.h 144 return byte_obj >= Begin() && byte_obj < Limit();
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 43 /*Limit the scan size to maximum useable (due to it being used as the
47 * We'll give this upper limit some margin for error, and limit our
321 IMG_UINT32 Limit;
  /external/llvm/include/llvm/ADT/
APInt.h 403 /// If this value is smaller than the specified limit, return it, otherwise
404 /// return the limit value. This causes the value to saturate to the limit.
405 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
406 return (getActiveBits() > 64 || getZExtValue() > Limit) ? Limit
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 332 io::CodedInputStream::Limit limit = input->PushLimit(length);
338 input->PopLimit(limit);
356 // BytesUntilLimit(). These return -1 to mean "no limit set".
358 // TotalBytesLimit Limit
360 // -1 >= 0 Use fast path if length <= Limit.
446 io::CodedInputStream::Limit limit = input->PushLimit(length);
448 // Make sure that parsing stopped when the limit was hit, not at an endgroup
451 input->PopLimit(limit);
    [all...]
wire_format_lite.cc 287 io::CodedInputStream::Limit limit = input->PushLimit(length);
298 input->PopLimit(limit);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 326 io::CodedInputStream::Limit limit = input->PushLimit(length);
332 input->PopLimit(limit);
360 io::CodedInputStream::Limit limit = input->PushLimit(length);
362 // Make sure that parsing stopped when the limit was hit, not at an endgroup
365 input->PopLimit(limit);
401 io::CodedInputStream::Limit limit = input->PushLimit(length);
405 // Make sure that parsing stopped when the limit was hit, not at an endgrou
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 326 io::CodedInputStream::Limit limit = input->PushLimit(length);
332 input->PopLimit(limit);
360 io::CodedInputStream::Limit limit = input->PushLimit(length);
362 // Make sure that parsing stopped when the limit was hit, not at an endgroup
365 input->PopLimit(limit);
401 io::CodedInputStream::Limit limit = input->PushLimit(length);
405 // Make sure that parsing stopped when the limit was hit, not at an endgrou
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 326 io::CodedInputStream::Limit limit = input->PushLimit(length);
332 input->PopLimit(limit);
360 io::CodedInputStream::Limit limit = input->PushLimit(length);
362 // Make sure that parsing stopped when the limit was hit, not at an endgroup
365 input->PopLimit(limit);
401 io::CodedInputStream::Limit limit = input->PushLimit(length);
405 // Make sure that parsing stopped when the limit was hit, not at an endgrou
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 326 io::CodedInputStream::Limit limit = input->PushLimit(length);
332 input->PopLimit(limit);
360 io::CodedInputStream::Limit limit = input->PushLimit(length);
362 // Make sure that parsing stopped when the limit was hit, not at an endgroup
365 input->PopLimit(limit);
401 io::CodedInputStream::Limit limit = input->PushLimit(length);
405 // Make sure that parsing stopped when the limit was hit, not at an endgrou
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 376 unsigned Limit = Diags.getTemplateBacktraceLimit();
377 if (Limit && Limit < ActiveTemplateInstantiations.size()) {
378 SkipStart = Limit / 2 + Limit % 2;
379 SkipEnd = ActiveTemplateInstantiations.size() - Limit / 2;
395 << unsigned(ActiveTemplateInstantiations.size() - Limit);
    [all...]
  /external/ImageMagick/www/api/
resource.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Monitor or Limit Resource Consumption</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, monitor, or, limit, resource, consumption, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
130 <p>GetMagickResourceLimit() returns the specified resource limit.</p>
220 <p>SetMagickResourceLimit() sets the limit for a particular resource.</p>
226 const MagickSizeType limit)
240 <dt>limit</dt>
241 <dd>the maximum limit for the resource. </dd>
  /external/llvm/include/llvm/IR/
Constants.h 214 /// getLimitedValue - If the value is smaller than the specified limit,
215 /// return it, otherwise return the limit value. This causes the value
216 /// to saturate to the limit.
218 /// @brief Get the constant's value with a saturation limit
219 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
220 return Val.getLimitedValue(Limit);
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp     [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 165 << reinterpret_cast<void*>(region_space_->Limit());
395 reinterpret_cast<uintptr_t>(space->Limit()),
    [all...]

Completed in 1229 milliseconds

1 23 4 5