HomeSort by relevance Sort by last modified time
    Searched refs:Min (Results 76 - 100 of 178) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/v8/src/
platform-solaris.cc 115 lowest_ever_allocated = Min(lowest_ever_allocated, address);
json-parser.h 608 int length = Min(max_length, Max(kInitialSpecialStringLength, 2 * count));
platform-linux.cc 343 lowest_ever_allocated = Min(lowest_ever_allocated, address);
profile-generator.cc 106 int length = Min(kMaxNameSize, str->length());
types.cc 450 size = (size == 0 ? size2 : Min(size, size2));
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 397 Min(f->code()->instruction_size(),
  /external/v8/src/
builtins.cc 748 : Min(relative_start, len);
752 : Min(relative_end, len);
805 : Min(relative_start, len);
826 actual_delete_count = Min(Max(value, 0), len - actual_start);
    [all...]
json-parser.h 454 int length = Min(max_length, Max(kInitialSpecialStringLength, 2 * count));
lithium-allocator.h 351 spill_start_index_ = Min(start, spill_start_index_);
log.cc 460 int utf8_length = Min(str->length(), kUtf8BufferSize - utf8_pos_);
465 int uc16_length = Min(str->length(), kUtf16BufferSize);
483 size = Min(size, kUtf8BufferSize - utf8_pos_);
    [all...]
platform-cygwin.cc 135 lowest_ever_allocated = Min(lowest_ever_allocated, address);
platform-macos.cc 125 lowest_ever_allocated = Min(lowest_ever_allocated, address);
platform-solaris.cc 162 lowest_ever_allocated = Min(lowest_ever_allocated, address);
  /external/v8/test/cctest/
test-compiler.cc 372 Min(f->code()->instruction_size(),
test-mark-compact.cc 128 Min(Page::kMaxNonCodeHeapObjectSize, HEAP->MaxObjectSizeInNewSpace());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 176 /// min/max.
179 APInt& Min, APInt& Max) {
181 KnownZero.getBitWidth() == Min.getBitWidth() &&
183 "KnownZero, KnownOne and Min, Max must have equal bitwidth.");
188 Min = KnownOne;
192 Min.setBit(Min.getBitWidth()-1);
200 // min/max.
203 APInt &Min, APInt &Max) {
205 KnownZero.getBitWidth() == Min.getBitWidth() &
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 252 // UInt64 next = Math.Min(nowPos64 + (1 << 18), outSize64);
LzmaEncoder.cs 840 numAvailableBytesFull = Math.Min(kNumOpts - 1 - cur, numAvailableBytesFull);
850 UInt32 t = Math.Min(numAvailableBytesFull - 1, _numFastBytes);
910 UInt32 t = Math.Min(numAvailableBytesFull - 1 - lenTest, _numFastBytes);
985 UInt32 t = Math.Min(numAvailableBytesFull - 1 - lenTest, _numFastBytes);
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 649 /*! @function Min
654 #if( !defined( Min ) )
655 #define Min( X, Y ) ( ( ( X ) < ( Y ) ) ? ( X ) : ( Y ) )
    [all...]
  /external/skia/bench/
bench_graph_svg.py 265 max_x = bench_util.Min
266 max_y = bench_util.Min
270 min_x = min(min_x, x)
271 min_y = min(min_y, y)
303 min_down_slope = min(min_down_slope, min_slope)
538 oldest_revision = min(all_revision_numbers)
    [all...]
  /external/opencv/cxcore/src/
cxcmp.cpp 44 // CvMat comparison functions: range checking, min, max
844 * Min/Max *
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 529 * D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right)
613 // D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right)
618 rop.index = Math.Min(prevRop.index, rop.index);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 711 Array.Copy(tokens, elements, Math.Min(tokens.Length, MAX_EVENT_ELEMENTS));
  /external/compiler-rt/lib/asan/
asan_report.cc 326 internal_strncat(buf, p, static_cast<uptr>(Min(kBufSize, len)));
  /external/compiler-rt/lib/lsan/
lsan_common.cc 293 size = Min(size, resolution);

Completed in 669 milliseconds

1 2 34 5 6 7 8