HomeSort by relevance Sort by last modified time
    Searched defs:MB (Results 1 - 25 of 45) sorted by null

1 2

  /bionic/tests/
string_benchmark.cpp 22 #define MB 1024*KB
  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 50 sys::MemoryBlock &MB = MemGroup.FreeMem[i];
51 if (MB.size() >= RequiredSize) {
52 Addr = (uintptr_t)MB.base();
53 uintptr_t EndOfBlock = Addr + MB.size();
73 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(RequiredSize,
84 MemGroup.Near = MB;
86 MemGroup.AllocatedMem.push_back(MB);
87 Addr = (uintptr_t)MB.base();
88 uintptr_t EndOfBlock = Addr + MB.size();
  /packages/apps/Email/src/com/android/email/activity/
UiUtilities.java 31 * Formats the given size as a String in bytes, kB, MB or GB. Ex: 12,315,000 = 11 MB
36 final long MB = (KB * 1024);
37 final long GB = (MB * 1024);
45 } else if (size < MB) {
50 value = (int) (size / MB);
  /art/runtime/
globals.h 30 const size_t MB = KB * KB;
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 35 unsigned char MB = MI->getOperand(3).getImm();
38 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
41 if (SH <= 31 && MB == (32-SH) && ME == 31) {
  /external/llvm/tools/lli/
RecordingMemoryManager.cpp 54 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(Size,
59 assert(!ec && MB.base());
65 Near = MB;
66 return MB;
  /external/tremolo/Tremolo/
asm_arm.h 67 #define MB() asm volatile ("" : : : "memory")
83 MB();
102 MB();
121 MB();
misc.h 143 #define MB()
  /cts/suite/cts/deviceTests/simplecpu/src/com/android/cts/simplecpu/
SimpleCpuTest.java 36 private static final int MB = 1024 * 1024;
56 doTestSort(NUMBER_REPEAT, 1 * MB);
88 CpuNative.runSort(1 * MB, 10);
  /external/chromium_org/base/
sys_info_android.cc 53 const int64 MB = 1024 * KB;
54 const int64 GB = 1024 * MB;
63 unit_multiplier = MB;
83 // a typical android device will never have less than 48MB.
84 const int64 MB = 1024 * 1024;
91 result = std::min<int64>(std::max<int64>(32 * MB, result), 1024 * MB) / MB;
100 // a typical android device will never have less than 24MB.
101 const int64 MB = 1024 * 1024
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
StdLibExtras.h 110 static const size_t MB = 1024 * 1024;
267 using WTF::MB;
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 84 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, 0, 0);
85 FunctionMemory.push_back(MB);
86 return (uint8_t*)MB.base();
93 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, 0, 0);
94 DataMemory.push_back(MB);
95 return (uint8_t*)MB.base();
  /cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/
BandwidthTest.java 42 private static final int MB = 1024 * 1024;
51 MemoryNative.runMemcpy(2 * MB, 100);
87 doRunMemcpy(1 * MB);
91 doRunMemcpy(2 * MB);
95 doRunMemcpy(4 * MB);
99 doRunMemcpy(8 * MB);
103 doRunMemcpy(16 * MB);
139 doRunMemset(1 * MB);
143 doRunMemset(2 * MB);
147 doRunMemset(4 * MB);
    [all...]
  /external/llvm/lib/Target/R600/
R600OptimizeVectorRegisters.cpp 317 MachineBasicBlock *MB = MBB;
322 for (MachineBasicBlock::iterator MII = MB->begin(), MIIE = MB->end();
  /frameworks/base/libs/hwui/
Properties.h 211 #define MB(s) s * 1024 * 1024
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 250 #define MB 0
271 #if MB
499 #if MB
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.cpp 250 #define MB 0
271 #if MB
499 #if MB
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 250 #define MB 0
271 #if MB
498 #if MB
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 230 StringRef MB = SourceMgr->getBufferData(FID);
231 I->second.Initialize(MB.begin(), MB.end());
246 StringRef MB = SourceMgr->getBufferData(FID);
257 while (isWhitespace(MB[i]))
259 indentSpace = MB.substr(lineOffs, i-lineOffs);
323 StringRef MB = SourceMgr->getBufferData(FID);
324 return ReplaceText(start, origLength, MB.substr(newOffs, newLength));
373 StringRef MB = SourceMgr->getBufferData(FID);
390 while (isWhitespace(MB[i])
    [all...]
  /external/smack/src/org/xbill/DNS/
Type.java 34 public static final int MB = 7;
233 types.add(MB, "MB", new MBRecord());
  /external/v8/src/
globals.h 222 const int MB = KB * KB;
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 54 #define MB(s) s * 1024 * 1024
56 // Define the default cache size in Mb
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h 80 #define MB 1024*1024
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ps2esdi.h 80 #define MB 1024*1024
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ps2esdi.h 80 #define MB 1024*1024

Completed in 717 milliseconds

1 2