Home
last modified time | relevance | path

Searched defs:MB (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/tools/llvm-c-test/
Dobject.c21 LLVMMemoryBufferRef MB; in object_list_sections() local
53 LLVMMemoryBufferRef MB; in object_list_symbols() local
Dmodule.c23 LLVMMemoryBufferRef MB; in load_module() local
/external/chromium_org/base/
Dsys_info_android.cc96 const int64 MB = 1024 * KB; in ParseSystemPropertyBytes() local
127 const int64 MB = 1024 * 1024; in GetDalvikHeapSizeMB() local
144 const int64 MB = 1024 * 1024; in GetDalvikHeapGrowthLimitMB() local
/external/llvm/lib/ExecutionEngine/MCJIT/
DSectionMemoryManager.cpp52 sys::MemoryBlock &MB = MemGroup.FreeMem[i]; in allocateSection() local
75 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(RequiredSize, in allocateSection() local
/external/llvm/lib/Support/
DSpecialCaseList.cpp65 const MemoryBuffer *MB, std::string &Error) { in create()
79 bool SpecialCaseList::parse(const MemoryBuffer *MB, std::string &Error) { in parse()
DLockFileManager.cpp42 std::unique_ptr<MemoryBuffer> MB = std::move(MBOrErr.get()); in readLockFile() local
/external/clang/lib/Rewrite/Core/
DRewriter.cpp234 StringRef MB = SourceMgr->getBufferData(FID); in getEditBuffer() local
250 StringRef MB = SourceMgr->getBufferData(FID); in InsertText() local
327 StringRef MB = SourceMgr->getBufferData(FID); in ReplaceText() local
380 StringRef MB = SourceMgr->getBufferData(FID); in IncreaseIndentation() local
/external/llvm/tools/lli/
DRemoteMemoryManager.h36 sys::MemoryBlock MB; member
DRemoteMemoryManager.cpp65 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(Size, in allocateSection() local
/external/llvm/unittests/Support/
DSpecialCaseListTest.cpp21 std::unique_ptr<MemoryBuffer> MB(MemoryBuffer::getMemBuffer(List)); in makeSpecialCaseList() local
DMemoryBufferTest.cpp80 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str()); in TEST_F() local
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp346 bool PPCDAGToDAGISel::isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
372 unsigned &MB, unsigned &ME) { in isRotateAndMask()
454 unsigned MB, ME; in SelectBitfieldInsert() local
1147 unsigned Imm, Imm2, SH, MB, ME; in Select() local
1199 unsigned MB, ME; in Select() local
1220 unsigned Imm, SH, MB, ME; in Select() local
1232 unsigned Imm, SH, MB, ME; in Select() local
DPPCFastISel.cpp1647 unsigned MB; in PPCEmitIntExt() local
1660 unsigned MB; in PPCEmitIntExt() local
2114 unsigned MB = MI->getOperand(3).getImm(); in tryToFoldLoadIntoMI() local
2125 unsigned MB = MI->getOperand(3).getImm(); in tryToFoldLoadIntoMI() local
/external/llvm/lib/IRReader/
DIRReader.cpp109 std::unique_ptr<MemoryBuffer> MB(unwrap(MemBuf)); in LLVMParseIRInContext() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp115 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, nullptr); in allocateCodeSection() local
125 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, nullptr); in allocateDataSection() local
/external/clang/test/Layout/
Dms-x86-pack-and-align.cpp409 struct MB : virtual MA { struct
415 // CHECK-NEXT: 0 | struct MB argument
/external/tremolo/Tremolo/
Dasm_arm.h67 #define MB() asm volatile ("" : : : "memory") macro
Dmisc.h143 #define MB() macro
/external/libunwind/tests/
DGperf-simple.c44 #define MB (1024*1024) macro
DGperf-trace.c44 #define MB (1024*1024) macro
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp44 unsigned char MB = MI->getOperand(3).getImm(); in printInst() local
/external/smack/src/org/xbill/DNS/
DType.java34 public static final int MB = 7; field in Type
233 types.add(MB, "MB", new MBRecord()); in types.add() argument
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dtcmalloc_unittest.cc838 static const int MB = 1048576; in TestRanges() local
871 static const int MB = 1048576; in TestReleaseToSystem() local
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dtcmalloc_unittest.cc838 static const int MB = 1048576; in TestRanges() local
871 static const int MB = 1048576; in TestReleaseToSystem() local
/external/llvm/lib/Target/R600/
DR600OptimizeVectorRegisters.cpp321 MachineBasicBlock *MB = MBB; in runOnMachineFunction() local

12