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

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
SearchForBfvBase.asm 36 ; We check for a firmware volume at every 4KB address in the top 16MB
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/X64/
PageTables.asm 68 ; Page Table Entries (2048 * 2MB entries => 4GB)
  /external/libunwind/tests/
Gperf-simple.c 44 #define MB (1024*1024)
46 static char big[64*MB]; /* should be >> max. cache size */
Gperf-trace.c 44 #define MB (1024*1024)
46 static char big[64*MB]; /* should be >> max. cache size */
  /external/llvm/lib/Support/
LockFileManager.cpp 51 MemoryBuffer &MB = *MBOrErr.get();
55 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " ");
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 81 MemoryBuffer *MB = MemoryBuffer::getMemBufferCopy(StringRef(Buffer.data(),
83 if (Dyld.loadObject(MB))
  /external/v8/src/
collector.h 24 template <typename T, int growth_factor = 2, int max_growth = 1 * MB>
180 template <typename T, int growth_factor = 2, int max_growth = 1 * MB>
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 149 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
154 Addr = MB.base();
155 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
156 Allocs[MB.base()] = std::move(MB);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 56 for (MachineFunction::iterator MB=MF.begin(), ME=MF.end(); MB!=ME; ++MB) {
57 MachineBasicBlock::iterator MBB = MB->begin();
58 const MachineBasicBlock::iterator MBE = MB->end();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
  /external/llvm/lib/Target/AMDGPU/
R600OptimizeVectorRegisters.cpp 327 MachineBasicBlock *MB = &*MBB;
332 for (MachineBasicBlock::iterator MII = MB->begin(), MIIE = MB->end();
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 61 unsigned char MB = MI->getOperand(3).getImm();
64 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
67 if (SH <= 31 && MB == (32-SH) && ME == 31) {
  /art/runtime/gc/accounting/
card_table_test.cc 52 CardTableTest() : heap_begin_(reinterpret_cast<uint8_t*>(0x2000000)), heap_size_(2 * MB) {
  /external/linux-kselftest/tools/testing/selftests/x86/
pkey-helpers.h 143 #define MB (1<<20)
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/lz4/tests/
fullbench.c 63 #define MB *(1 <<20)
67 #define MAX_MEM (1920 MB)
68 #define DEFAULT_CHUNKSIZE (4 MB)
135 size_t step = 64 MB;
352 DISPLAY("Not enough memory for '%s' full size; testing %i MB only...\n", inFileName, (int)(benchedSize>>20));
479 PROGRESS("%1i- %-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\r", loopNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000000);
483 DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000000);
485 DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.1f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 100000);
571 PROGRESS("%1i- %-29.29s :%10i -> %7.1f MB/s\r", loopNb, dName, (int)benchedSize, (double)benchedSize / bestTime / 1000000);
578 DISPLAY("%2i-%-29.29s :%10i -> %7.1f MB/s\n", dAlgNb, dName, (int)benchedSize, (double)benchedSize / bestTime / 1000000)
    [all...]
  /external/tremolo/Tremolo/
misc.h 143 #define MB()
  /external/v8/src/profiler/
cpu-profiler.h 178 static const size_t kTickSampleBufferSize = 1 * MB;

Completed in 1648 milliseconds

1 2 3 45 6 7 8 91011>>