Home
last modified time | relevance | path

Searched defs:MB (Results 1 - 25 of 53) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DMemory.cpp44 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { in operator <<() argument
H A DFileOutputBuffer.cpp120 MemoryBlock MB = Memory::allocateMappedMemory( in createInMemoryBuffer() local
H A DLockFileManager.cpp60 MemoryBuffer &MB = *MBOrErr.get(); in readLockFile() local
H A DSpecialCaseList.cpp82 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(const MemoryBuffer *MB, in create() argument
118 bool SpecialCaseList::createInternal(const MemoryBuffer *MB, in createInternal() argument
126 bool SpecialCaseList::parse(const MemoryBuffer *MB, in parse() argument
/third_party/ltp/testcases/kernel/controllers/memcg/
H A Dmemcontrol_common.h9 #define MB(x) (x << 20) macro
/third_party/ltp/testcases/kernel/numa/
H A Dsupport_numa.c44 #define MB (1<<20) macro
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Denum-base-type.c15 MB = 1L, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h61 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() argument
85 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64() argument
H A DPPCInstPrinter.cpp98 unsigned char MB = MI->getOperand(3).getImm(); in printInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp58 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path); in openFile() local
112 std::unique_ptr<MemoryBuffer> MB = in dlltoolDriverMain() local
/third_party/ltp/testcases/kernel/mem/include/
H A Dmem.h17 #define MB (1UL<<20) macro
/third_party/lz4/tests/
H A Ddatagencli.c48 #define MB *(1 <<20) macro
H A DcheckFrame.c49 #define MB *(1U<<20) macro
/third_party/python/Include/internal/
H A Dpycore_blocks_output_buffer.h59 #define MB (1024*1024) macro
65 #undef MB global() macro
[all...]
/third_party/libunwind/libunwind/tests/
H A DGperf-simple.c44 #define MB (1024*1024) macro
H A DGperf-trace.c44 #define MB (1024*1024) macro
/third_party/node/deps/base64/base64/test/
H A Dbenchmark.c36 #define MB (1024 * KB) macro
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap2.c76 #define MB (1024 * 1024) macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp104 sys::MemoryBlock MB = MMapper.allocateMappedMemory( in allocateSection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp361 Expected<COFFModuleDefinition> parseCOFFModuleDefinition(MemoryBufferRef MB, in parseCOFFModuleDefinition() argument
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp402 constexpr int MB = 1024 * 1024; in dumpVmaStats() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp343 MachineBasicBlock *MB = &*MBB; in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp193 MachineBasicBlock &MB = *MI.getParent(); in eliminateFrameIndex() local
H A 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp145 static COFF::MachineTypes getCOFFFileMachine(MemoryBufferRef MB) { in getCOFFFileMachine() argument
167 static COFF::MachineTypes getBitcodeFileMachine(MemoryBufferRef MB) { in getBitcodeFileMachine() argument
191 appendFile(std::vector<NewArchiveMember> &Members, COFF::MachineTypes &LibMachine, std::string &LibMachineSource, MemoryBufferRef MB) appendFile() argument
[all...]

Completed in 19 milliseconds

123