Home
last modified time | relevance | path

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

123456

/external/llvm/tools/llvm-c-test/
Dobject.c21 LLVMMemoryBufferRef MB; in llvm_object_list_sections() local
53 LLVMMemoryBufferRef MB; in llvm_object_list_symbols() local
Ddiagnostic.c63 LLVMMemoryBufferRef MB; in llvm_test_diagnostic_handler() local
Dmodule.c29 LLVMMemoryBufferRef MB; in llvm_load_module() local
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_triangular_solve_op_test.cc105 #define BM_MatrixTriangularSolveDev(B1, B2, M, N, MB, T, TT, D) \ argument
121 #define BM_MatrixTriangularSolve(B1, B2, M, N, MB) \ argument
129 #define BM_MatrixTriangularSolve(B1, B2, M, N, MB) \ argument
/external/libchrome/base/
Dsys_info_android.cc108 const int64_t MB = 1024 * KB; in ParseSystemPropertyBytes() local
140 const int64_t MB = 1024 * 1024; in GetDalvikHeapSizeMB() local
158 const int64_t MB = 1024 * 1024; in GetDalvikHeapGrowthLimitMB() local
/external/llvm/unittests/Support/
DMemoryBufferTest.cpp80 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str()); in TEST_F() local
173 OwningBuffer MB(MemoryBuffer::getMemBuffer(data)); in TEST_F() local
198 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath.str(), in TEST_F() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h61 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
85 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp82 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(const MemoryBuffer *MB, in create()
118 bool SpecialCaseList::createInternal(const MemoryBuffer *MB, in createInternal()
126 bool SpecialCaseList::parse(const MemoryBuffer *MB, in parse()
DMemory.cpp44 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { in operator <<()
/external/libevent/cmake/
DCheckFileOffsetBits.c4 #define MB ((off_t)1024 * KB) macro
/external/clang/lib/Rewrite/
DRewriter.cpp230 StringRef MB = SourceMgr->getBufferData(FID); in getEditBuffer() local
246 StringRef MB = SourceMgr->getBufferData(FID); in InsertText() local
323 StringRef MB = SourceMgr->getBufferData(FID); in ReplaceText() local
347 StringRef MB = SourceMgr->getBufferData(FID); in IncreaseIndentation() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp58 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path); in openFile() local
112 std::unique_ptr<MemoryBuffer> MB = in dlltoolDriverMain() local
/external/linux-kselftest/tools/testing/selftests/cgroup/
Dcgroup_util.h9 #define MB(x) (x << 20) macro
/external/llvm/lib/Support/
DSpecialCaseList.cpp70 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(const MemoryBuffer *MB, in create()
87 bool SpecialCaseList::parse(const MemoryBuffer *MB, std::string &Error) { in parse()
/external/zstd/tests/
DrateLimiter.py21 MB = 1024 * 1024 variable
Ddatagencli.c24 #define MB *(1 <<20) macro
/external/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp21 ModuleBuilder MB(Context, "x86_64-apple-macosx10.10", ""); in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp145 static COFF::MachineTypes getCOFFFileMachine(MemoryBufferRef MB) { in getCOFFFileMachine()
167 static COFF::MachineTypes getBitcodeFileMachine(MemoryBufferRef MB) { in getBitcodeFileMachine()
193 std::string &LibMachineSource, MemoryBufferRef MB) { in appendFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp86 const uint32_t *MB = RegMasks.get(M); in PhysicalRegisterInfo() local
107 const uint32_t *MB = getRegMaskBits(Reg); in getAliasSet() local
164 const uint32_t *MB = getRegMaskBits(RM.Reg); in aliasRM() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp184 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, &Err); in preallocateSlab() local
199 sys::MemoryBlock MB((void *)OldSlabOffset, Size); in allocateFromSlab() local
228 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, &Err); in allocateCodeSection() local
248 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, &Err); in allocateDataSection() local
/external/ltp/testcases/kernel/numa/
Dsupport_numa.c45 #define MB (1<<20) macro
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h60 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes()
/external/ltp/testcases/kernel/mem/include/
Dmem.h13 #define MB (1UL<<20) macro
/external/lz4/tests/
Ddatagencli.c40 #define MB *(1 <<20) macro
/external/llvm/tools/sanstats/
Dsanstats.cpp123 std::unique_ptr<MemoryBuffer> MB = std::move(MBOrErr.get()); in main() local

123456