Searched refs:MB (Results 1 - 25 of 65) sorted by relevance

123

/external/smack/src/org/xbill/DNS/
H A DMBRecord.java23 * Creates a new MB Record with the given data
28 super(name, Type.MB, dclass, ttl, mailbox, "mailbox");
H A DType.java34 public static final int MB = 7; field in class:Type
233 types.add(MB, "MB", new MBRecord());
/external/openssl/crypto/des/times/
H A Daix.cc9 TransfRate PCI : 132 MB/s
10 Memory : 96 MB
/external/v8/test/cctest/
H A Dtest-platform-win32.cc17 VirtualMemory* vm = new VirtualMemory(1 * MB);
H A Dtest-platform-linux.cc71 VirtualMemory* vm = new VirtualMemory(1 * MB);
H A Dtest-platform-nullos.cc70 VirtualMemory* vm = new VirtualMemory(1 * MB);
H A Dtest-mark-compact.cc89 HEAP->ConfigureHeap(2*256*KB, 8*MB, 8*MB);
115 HEAP->ConfigureHeap(2*256*KB, 8*MB, 8*MB);
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp61 sys::MemoryBlock &MB = MemGroup.FreeMem[i]; local
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, local
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/
H A DRecordingMemoryManager.cpp54 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(Size, local
59 assert(!ec && MB.base());
65 Near = MB;
66 return MB;
/external/tremolo/Tremolo/
H A Dasm_arm.h67 #define MB() asm volatile ("" : : : "memory") macro
83 MB();
102 MB();
121 MB();
H A Dmdct.c123 MB();
139 MB();
147 MB();
164 MB();
174 MB();
182 MB();
190 MB();
H A Dmisc.h143 #define MB() macro
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp230 StringRef MB = SourceMgr->getBufferData(FID); local
231 I->second.Initialize(MB.begin(), MB.end());
246 StringRef MB = SourceMgr->getBufferData(FID); local
257 while (isWhitespace(MB[i]))
259 indentSpace = MB.substr(lineOffs, i-lineOffs);
323 StringRef MB = SourceMgr->getBufferData(FID); local
324 return ReplaceText(start, origLength, MB.substr(newOffs, newLength));
373 StringRef MB = SourceMgr->getBufferData(FID); local
390 while (isWhitespace(MB[
[all...]
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp84 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, 0, 0); local
85 FunctionMemory.push_back(MB);
86 return (uint8_t*)MB.base();
93 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, 0, 0); local
94 DataMemory.push_back(MB);
95 return (uint8_t*)MB.base();
/external/v8/src/
H A Dregexp-stack.h104 static const size_t kMaximumStackSize = 64 * MB;
H A Dzone.h104 static const int kMaximumSegmentSize = 1 * MB;
H A Dzone.cc71 : zone_excess_limit_(256 * MB),
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp93 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) { argument
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; local
444 if (InsertMask && isRunOfOnes(InsertMask, MB, ME)) {
464 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
359 isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask, unsigned &SH, unsigned &MB, unsigned &ME) argument
1128 unsigned Imm, Imm2, SH, MB, ME; local
1166 unsigned MB, ME; local
1187 unsigned Imm, SH, MB, ME; local
1199 unsigned Imm, SH, MB, ME; local
[all...]
/external/qemu/tcg/ppc/
H A Dtcg-target.c401 #define MB(b) ((b)<<6) macro
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)
1240 | MB (3
[all...]
/external/llvm/
H A Dllvm-device-build.mk14 # The three inline options together reduce libbcc.so almost 1MB.
/external/valgrind/main/massif/tests/
H A Dbig-alloc.post.exp8 MB
29 0 +----------------------------------------------------------------------->MB
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp35 unsigned char MB = MI->getOperand(3).getImm(); local
38 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
41 if (SH <= 31 && MB == (32-SH) && ME == 31) {
/external/regex-re2/benchlog/
H A Dmktable50 my $val = $data{$sys}->{$key}->{'MB/s'};
89 printf JGR "yaxis min 0 max $y size 1 label : speed (MB/s)\n";
132 if(/([\d.]+) MB\/s/){
133 $row{"MB/s"} = $1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedPublish.eclipse.properties78 winxp-2GHz-512MB,win32,win,x86,UNKNOWN
/external/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp54 for (MachineFunction::iterator MB=MF.begin(), ME=MF.end(); MB!=ME; ++MB) {
55 MachineBasicBlock::iterator MBB = MB->begin();
56 const MachineBasicBlock::iterator MBE = MB->end();

Completed in 628 milliseconds

123