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

  /external/chromium/net/disk_cache/
block_files_unittest.cc 38 const int kMaxSize = 35000;
39 Addr address[kMaxSize];
42 for (int i = 0; i < kMaxSize; i++) {
48 for (int i = 0; i < kMaxSize * 4; i += 2) {
49 int target = i % kMaxSize;
65 const int kMaxSize = 35000;
66 Addr address[kMaxSize];
69 for (int i = 0; i < kMaxSize; i++) {
74 for (int i = 0; i < kMaxSize; i++) {
disk_cache_perftest.cc 40 const int kMaxSize = 16 * 1024 - 1;
43 // to kMaxSize of data to each entry.
48 scoped_refptr<net::IOBuffer> buffer2(new net::IOBuffer(kMaxSize));
51 CacheTestFillBuffer(buffer2->data(), kMaxSize, false);
65 entry.data_len = rand() % kMaxSize;
99 scoped_refptr<net::IOBuffer> buffer2(new net::IOBuffer(kMaxSize));
102 CacheTestFillBuffer(buffer2->data(), kMaxSize, false);
backend_impl.h 31 kMaxSize = 1 << 1, // A maximum size was provided.
backend_impl.cc 815 user_flags_ |= kMaxSize;
    [all...]
  /external/astl/include/
memory 88 const difference_type kMaxSize =
96 static_cast<size_t>(kMaxSize) / kSize > static_cast<size_t>(len)) {
  /external/chromium/base/allocator/
allocator_unittests.cc 15 static const size_t kMaxSize = ~static_cast<size_t>(0);
379 TestCalloc(kMaxSize, 2, false);
380 TestCalloc(2, kMaxSize, false);
381 TestCalloc(kMaxSize, kMaxSize, false);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator64.h 65 static const uptr kMaxSize = l5;
69 COMPILER_CHECK((kMaxSize & (kMaxSize - 1)) == 0);
127 return size <= SizeClassMap::kMaxSize &&
128 alignment <= SizeClassMap::kMaxSize;
  /external/v8/test/cctest/
test-reloc-info.cc 59 CHECK(writer.pos() - RelocInfoWriter::kMaxSize >= relocation_info_end);
test-heap.cc 888 int allocation_amount = Min(FixedArray::kMaxSize,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator64_test.cc 44 CHECK_EQ(SCMap::ClassID(SCMap::kMaxSize + 1), 0);
46 for (uptr s = 1; s <= SCMap::kMaxSize; s++) {
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 605 // sense. In particular, if kMaxSize increases, you may have to
609 static const size_t kMaxSize = 8u * kPageSize;
641 static const size_t kMinThreadCacheSize = kMaxSize * 2;
859 if (static_cast<size_t>(ClassIndex(kMaxSize)) >= sizeof(class_array)) {
860 MESSAGE("Invalid class index %d for kMaxSize\n", ClassIndex(kMaxSize));
868 for (size_t size = kAlignment; size <= kMaxSize; size += (1 << alignshift)) {
927 for (size_t size = 0; size <= kMaxSize; size++) {
    [all...]
  /external/v8/src/
objects.h     [all...]
assembler.h 412 static const int kMaxSize = 16;
assembler.cc 374 ASSERT(begin_pos - pos_ <= kMaxSize);
    [all...]
liveedit.cc     [all...]
heap.cc     [all...]
  /external/v8/src/mips/
assembler-mips.h     [all...]
  /external/v8/src/arm/
assembler-arm.h     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]

Completed in 613 milliseconds