/minix3/external/bsd/llvm/dist/llvm/tools/llvm-c-test/ |
H A D | object.c | 21 LLVMMemoryBufferRef MB; in object_list_sections() local 53 LLVMMemoryBufferRef MB; in object_list_symbols() local
|
H A D | module.c | 23 LLVMMemoryBufferRef MB; in load_module() local
|
/minix3/minix/tests/ |
H A D | testcache.h | 32 #define MB (1024*1024) macro
|
/minix3/external/bsd/kyua-cli/dist/utils/ |
H A D | units.hpp | 53 const uint64_t MB = int64_t(1) << 20; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | SectionMemoryManager.cpp | 52 sys::MemoryBlock &MB = MemGroup.FreeMem[i]; in allocateSection() local 75 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(RequiredSize, in allocateSection() local
|
/minix3/lib/libc/gen/ |
H A D | getbsize.c | 62 #define MB (1024L * 1024L) in __weak_alias() macro
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 64 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(const MemoryBuffer *MB, in create() 79 bool SpecialCaseList::parse(const MemoryBuffer *MB, std::string &Error) { in parse()
|
H A D | LockFileManager.cpp | 42 MemoryBuffer &MB = *MBOrErr.get(); in readLockFile() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | MemoryBufferTest.cpp | 80 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str()); in TEST_F() local 191 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath.str(), in TEST_F() local
|
H A D | SpecialCaseListTest.cpp | 22 std::unique_ptr<MemoryBuffer> MB = MemoryBuffer::getMemBuffer(List); in makeSpecialCaseList() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/ |
H A D | Rewriter.cpp | 232 StringRef MB = SourceMgr->getBufferData(FID); in getEditBuffer() local 248 StringRef MB = SourceMgr->getBufferData(FID); in InsertText() local 325 StringRef MB = SourceMgr->getBufferData(FID); in ReplaceText() local 349 StringRef MB = SourceMgr->getBufferData(FID); in IncreaseIndentation() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/lli/ |
H A D | RemoteMemoryManager.h | 36 sys::MemoryBlock MB; member
|
H A D | RemoteMemoryManager.cpp | 64 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(Size, in allocateSection() local
|
/minix3/crypto/external/bsd/netpgp/dist/src/hkpclient/ |
H A D | hkpc.c | 83 #define MB(x) ((x) * 1024 * 1024) macro
|
/minix3/external/bsd/llvm/dist/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 104 std::unique_ptr<MemoryBuffer> MB(unwrap(MemBuf)); in LLVMParseIRInContext() local
|
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | main.c | 59 #define MB(x) ((x) * 1024 * 1024) macro
|
/minix3/tests/bin/df/ |
H A D | getmntinfo.c | 37 #define MB * 1024 KB macro
|
/minix3/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_tar_large.c | 72 #define MB ((int64_t)1024 * KB) macro
|
/minix3/minix/commands/profile/ |
H A D | profile.c | 39 #define MB (1024*1024) macro
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 139 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, nullptr); in allocateCodeSection() local 149 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, nullptr); in allocateDataSection() local
|
/minix3/external/bsd/llvm/dist/clang/test/Layout/ |
H A D | ms-x86-pack-and-align.cpp | 409 struct MB : virtual MA { struct 415 // CHECK-NEXT: 0 | struct MB argument
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/InstPrinter/ |
H A D | PPCInstPrinter.cpp | 45 unsigned char MB = MI->getOperand(3).getImm(); in printInst() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1682 unsigned MB; in PPCEmitIntExt() local 1695 unsigned MB; in PPCEmitIntExt() local 2148 unsigned MB = MI->getOperand(3).getImm(); in tryToFoldLoadIntoMI() local 2159 unsigned MB = MI->getOperand(3).getImm(); in tryToFoldLoadIntoMI() local
|
H A D | PPCISelDAGToDAG.cpp | 403 bool PPCDAGToDAGISel::isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() 429 unsigned &MB, unsigned &ME) { in isRotateAndMask() 511 unsigned MB, ME; in SelectBitfieldInsert() local 2500 unsigned Imm, Imm2, SH, MB, ME; in Select() local 2552 unsigned MB, ME; in Select() local 2594 unsigned Imm, SH, MB, ME; in Select() local 2606 unsigned Imm, SH, MB, ME; in Select() local
|
/minix3/libexec/getty/ |
H A D | gettytab.h | 167 #define MB gettyflags[22].value macro
|