HomeSort by relevance Sort by last modified time
    Searched defs:MB (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 61 unsigned char MB = MI->getOperand(3).getImm();
64 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
67 if (SH <= 31 && MB == (32-SH) && ME == 31) {
  /external/ltp/testcases/kernel/mem/include/
mem.h 11 #define MB (1UL<<20)
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 39 unsigned char MB = MI->getOperand(3).getImm();
42 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
45 if (SH <= 31 && MB == (32-SH) && ME == 31) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DataUsageDetailView.java 42 private static final double MB = 1024 * KB;
43 private static final double GB = 1024 * MB;
130 if (b > 100 * MB) {
134 val = b / MB;
135 suffix = "MB";
  /external/clang/lib/Rewrite/
Rewriter.cpp 230 StringRef MB = SourceMgr->getBufferData(FID);
231 I->second.Initialize(MB.begin(), MB.end());
246 StringRef MB = SourceMgr->getBufferData(FID);
257 while (isWhitespaceExceptNL(MB[i]))
259 indentSpace = MB.substr(lineOffs, i-lineOffs);
323 StringRef MB = SourceMgr->getBufferData(FID);
324 return ReplaceText(start, origLength, MB.substr(newOffs, newLength));
347 StringRef MB = SourceMgr->getBufferData(FID);
364 while (isWhitespaceExceptNL(MB[i])
    [all...]
  /external/clang/test/Layout/
ms-x86-pack-and-align.cpp 393 struct MB : virtual MA {
399 // CHECK-NEXT: 0 | struct MB
400 // CHECK-NEXT: 0 | (MB vbtable pointer)
407 // CHECK-X64-NEXT: 0 | struct MB
408 // CHECK-X64-NEXT: 0 | (MB vbtable pointer)
793 sizeof(MB)+
  /external/linux-kselftest/tools/testing/selftests/x86/
pkey-helpers.h 147 #define MB (1<<20)
  /external/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 159 ErrorOr<std::unique_ptr<MemoryBuffer>> MB =
161 if (!MB)
163 return !zlib::isAvailable() || CRCHash == zlib::crc32(MB.get()->getBuffer());
  /external/llvm/lib/Target/AMDGPU/
R600OptimizeVectorRegisters.cpp 327 MachineBasicBlock *MB = &*MBB;
332 for (MachineBasicBlock::iterator MII = MB->begin(), MIIE = MB->end();
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCInstrInfo.cpp 110 // M = mask(MB,ME)
113 // M = mask((ME+1)&31, (MB-1)&31)
134 unsigned MB = MI->getOperand(4).getImm();
146 .addImm((MB-1) & 31);
158 MI->getOperand(5).setImm((MB-1) & 31);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 250 #define MB 0
271 #if MB
498 #if MB
  /external/capstone/arch/PowerPC/
PPCInstPrinter.c 89 unsigned char MB = (unsigned char)MCOperand_getImm(MCInst_getOperand(MI, 3));
93 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
99 if (SH <= 31 && MB == (32-SH) && ME == 31) {
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 149 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
154 Addr = MB.base();
155 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
156 Allocs[MB.base()] = std::move(MB);
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 178 MemoryBufferRef MB = CompiledObjBuffer->getMemBufferRef();
179 ObjCache->notifyObjectCompiled(M, MB);
  /external/lz4/programs/
lz4cli.c 67 #define MB *(1U<<20)
386 case 'l': legacy_format = 1; blockSize = 8 MB; break;
  /frameworks/base/libs/hwui/
Properties.h 193 #define MB(s) ((s)*1024 * 1024)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 124 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
129 Addr = MB.base();
130 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
131 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 124 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
129 Addr = MB.base();
130 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
131 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 124 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
129 Addr = MB.base();
130 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
131 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 124 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
129 Addr = MB.base();
130 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
131 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 121 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(
126 Addr = MB.base();
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);

Completed in 892 milliseconds

12 3 4 5