HomeSort by relevance Sort by last modified time
    Searched refs:MB (Results 126 - 150 of 356) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_unix.go 94 // reseeding after every 1 MB of generated data.
129 r.budget = 1 << 20 // reseed after generating 1MB
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_unix.go 94 // reseeding after every 1 MB of generated data.
129 r.budget = 1 << 20 // reseed after generating 1MB
  /art/runtime/gc/accounting/
mod_union_table_test.cc 187 "other space", 128 * KB, 4 * MB, 4 * MB, nullptr, false));
  /device/linaro/bootloader/edk2/OvmfPkg/ResetVector/Ia32/
PageTables64.asm 76 ; Page Table Entries (2048 * 2MB entries => 4GB)
  /external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
str_agp.h 164 #define MB(x) (KB (KB (x)))
165 #define GB(x) (MB (KB (x)))
  /external/v8/src/heap/
gc-tracer.cc 419 "%s %.1f (%.1f) -> %.1f (%.1f) MB, "
424 static_cast<double>(current_.start_object_size) / MB,
425 static_cast<double>(current_.start_memory_size) / MB,
426 static_cast<double>(current_.end_object_size) / MB,
427 static_cast<double>(current_.end_memory_size) / MB, duration,
720 const int max_speed = 1024 * MB;
    [all...]
incremental-marking.cc 443 static_cast<int>(heap()->PromotedSpaceSizeOfObjects() / MB);
445 static_cast<int>(heap()->old_generation_allocation_limit() / MB);
    [all...]
  /art/runtime/
utils_test.cc 167 EXPECT_EQ("1024KB", PrettySize(1 * MB));
168 EXPECT_EQ("10MB", PrettySize(10 * MB));
169 EXPECT_EQ("100MB", PrettySize(100 * MB));
runtime_options.def 109 RUNTIME_OPTIONS_KEY (unsigned int, MethodTraceFileSize, 10 * MB)
dexopt_test.cc 217 uintptr_t reservation_end = ART_BASE_ADDRESS + 384 * MB;
parsed_options_test.cc 89 EXPECT_PARSED_EQ(1 * MB, Opt::StackSize);
  /external/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 159 ErrorOr<std::unique_ptr<MemoryBuffer>> MB =
161 if (!MB)
163 return !zlib::isAvailable() || CRCHash == zlib::crc32(MB.get()->getBuffer());
  /external/lz4/programs/
bench.c 74 #define MB *(1 <<20)
77 static const size_t maxMemory = (sizeof(size_t)==4) ? (2 GB - 64 MB) : (size_t)(1ULL << ((sizeof(size_t)*8)-31));
275 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.3f),%6.1f MB/s\r",
311 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.3f),%6.1f MB/s ,%6.1f MB/s\r",
347 DISPLAY("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s (param=%d)\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed, displayName, g_additionalParam);
349 DISPLAY("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed, displayName);
364 size_t step = 64 MB;
    [all...]
lz4cli.c 67 #define MB *(1U<<20)
386 case 'l': legacy_format = 1; blockSize = 8 MB; break;
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 250 #define MB 0
271 #if MB
498 #if MB
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp     [all...]
  /build/make/target/board/generic_arm64/
BoardConfig.mk 87 # ~100 MB vendor image. Please adjust system image / vendor image sizes
  /build/soong/cmd/soong_zip/
rate_limit.go 43 // Default to 512MB
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 35 private static final String MB = DMB;
296 assertEquals(MB, sms.getEmailBody());
  /external/webrtc/webrtc/tools/rtcbot/test/
oneWayVideoStreamingWithDownloadingFile.js 115 Math.round(data.length/(1024*1024)) + "MB.");
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 113 unsigned &SH, unsigned &MB, unsigned &ME);
471 unsigned &MB, unsigned &ME) {
506 return isRunOfOnes(Mask, MB, ME);
553 unsigned MB, ME;
554 if (isRunOfOnes(InsertMask, MB, ME)) {
581 SDValue Ops[] = { Op0, Op1, getI32Imm(SH, dl), getI32Imm(MB, dl),
    [all...]
  /art/compiler/driver/
compiled_method_storage.cc 172 : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)),
  /art/compiler/utils/
swap_space.cc 32 static constexpr size_t kMininumMapSize = 16 * MB;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
Thunk16.asm 77 ; by user code. It will be shadowed to somewhere in memory below 1MB.
150 ; It will be shadowed to somewhere in memory below 1MB.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Thunk16.asm 67 ; by user code. It will be shadowed to somewhere in memory below 1MB.
158 ; It will be shadowed to somewhere in memory below 1MB.

Completed in 1184 milliseconds

1 2 3 4 56 7 8 91011>>