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

1 2 3 4

  /external/smack/src/org/xbill/DNS/
MBRecord.java 23 * Creates a new MB Record with the given data
28 super(name, Type.MB, dclass, ttl, mailbox, "mailbox");
  /external/openssl/crypto/des/times/
aix.cc 9 TransfRate PCI : 132 MB/s
10 Memory : 96 MB
  /external/v8/test/cctest/
test-platform-win32.cc 17 VirtualMemory* vm = new VirtualMemory(1 * MB);
test-platform-linux.cc 71 VirtualMemory* vm = new VirtualMemory(1 * MB);
test-platform-nullos.cc 70 VirtualMemory* vm = new VirtualMemory(1 * MB);
  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 61 sys::MemoryBlock &MB = MemGroup.FreeMem[i];
62 if (MB.size() >= RequiredSize) {
63 Addr = (uintptr_t)MB.base();
64 uintptr_t EndOfBlock = Addr + MB.size();
84 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(RequiredSize,
95 MemGroup.Near = MB;
97 MemGroup.AllocatedMem.push_back(MB);
98 Addr = (uintptr_t)MB.base();
99 uintptr_t EndOfBlock = Addr + MB.size();
  /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();
  /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...]
  /frameworks/base/libs/hwui/
Properties.h 197 #define MB(s) s * 1024 * 1024
RenderBufferCache.cpp 43 RenderBufferCache::RenderBufferCache(): mSize(0), mMaxSize(MB(DEFAULT_RENDER_BUFFER_CACHE_SIZE)) {
47 setMaxSize(MB(atof(property)));
LayerCache.cpp 34 LayerCache::LayerCache(): mSize(0), mMaxSize(MB(DEFAULT_LAYER_CACHE_SIZE)) {
38 setMaxSize(MB(atof(property)));
  /packages/apps/Email/src/com/android/email/activity/
UiUtilities.java 32 * Formats the given size as a String in bytes, kB, MB or GB. Ex: 12,315,000 = 11 MB
37 final long MB = (KB * 1024);
38 final long GB = (MB * 1024);
46 } else if (size < MB) {
51 value = (int) (size / MB);
  /frameworks/compile/mclinker/
mcld-device-build.mk 3 # The three inline options together reduce libbcc.so almost 1MB.
  /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();
  /external/webkit/LayoutTests/storage/
open-database-while-transaction-in-progress.js 7 2100000); // 2MB + epsilon
16 // size of the blob must be at least 2MB.
33 // without needing to increase the default allowed quota (5MB)
  /external/v8/src/
regexp-stack.h 104 static const size_t kMaximumStackSize = 64 * MB;
zone.h 104 static const int kMaximumSegmentSize = 1 * MB;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 93 static bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME);
99 unsigned &SH, unsigned &MB, unsigned &ME);
338 bool PPCDAGToDAGISel::isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) {
341 MB = CountLeadingZeros_32(Val);
351 MB = CountLeadingZeros_32((Val - 1) ^ Val) + 1;
361 unsigned &MB, unsigned &ME) {
396 return isRunOfOnes(Mask, MB, ME);
443 unsigned MB, ME;
444 if (InsertMask && isRunOfOnes(InsertMask, MB, ME)) {
464 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 401 #define MB(b) ((b)<<6)
560 | MB (32 - (CPU_TLB_BITS + CPU_TLB_ENTRY_BITS))
575 | MB ((32 - s_bits) & 31)
756 | MB (32 - (CPU_TLB_ENTRY_BITS + CPU_TLB_BITS))
771 | MB ((32 - opc) & 31)
808 | MB (24)
816 | MB (16)
1153 | MB (5)
1220 | MB (31)
1396 int mb, me; local
    [all...]
  /external/llvm/
llvm-device-build.mk 14 # The three inline options together reduce libbcc.so almost 1MB.
  /external/valgrind/main/massif/tests/
big-alloc.post.exp 8 MB
29 0 +----------------------------------------------------------------------->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 3150 milliseconds

1 2 3 4