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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
SpecialCaseList.h 68 static std::unique_ptr<SpecialCaseList> create(const MemoryBuffer *MB,
96 bool parse(const MemoryBuffer *MB, std::string &Error);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
SpecialCaseList.h 68 static std::unique_ptr<SpecialCaseList> create(const MemoryBuffer *MB,
96 bool parse(const MemoryBuffer *MB, std::string &Error);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SpecialCaseList.h 68 static std::unique_ptr<SpecialCaseList> create(const MemoryBuffer *MB,
96 bool parse(const MemoryBuffer *MB, std::string &Error);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
SpecialCaseList.h 68 static std::unique_ptr<SpecialCaseList> create(const MemoryBuffer *MB,
96 bool parse(const MemoryBuffer *MB, std::string &Error);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
SpecialCaseList.h 68 static std::unique_ptr<SpecialCaseList> create(const MemoryBuffer *MB,
96 bool parse(const MemoryBuffer *MB, std::string &Error);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
SpecialCaseList.h 68 static std::unique_ptr<SpecialCaseList> create(const MemoryBuffer *MB,
96 bool parse(const MemoryBuffer *MB, std::string &Error);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SpecialCaseList.h 68 static std::unique_ptr<SpecialCaseList> create(const MemoryBuffer *MB,
96 bool parse(const MemoryBuffer *MB, std::string &Error);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15281.go 30 println("BUG: f1: after alloc: expected delta at least 9MB, got: ", delta)
35 println("BUG: f1: after alloc: expected delta below 1MB, got: ", delta)
48 println("BUG: f2: after alloc: expected delta at least 9MB, got: ", delta)
53 println("BUG: f2: after alloc: expected delta below 1MB, got: ", delta)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15281.go 30 println("BUG: f1: after alloc: expected delta at least 9MB, got: ", delta)
35 println("BUG: f1: after alloc: expected delta below 1MB, got: ", delta)
48 println("BUG: f2: after alloc: expected delta at least 9MB, got: ", delta)
53 println("BUG: f2: after alloc: expected delta below 1MB, got: ", delta)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_cache.s 4 # a 256MB memory segment boundary with calls to the same function on either
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 60 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) {
66 MB = countLeadingZeros(Val);
76 MB = countLeadingZeros((Val - 1) ^ Val) + 1;
  /external/v8/src/heap/
gc-idle-time-handler.h 78 static const size_t kMaximumMarkingStepSize = 700 * MB;
86 static const size_t kInitialConservativeMarkCompactSpeed = 2 * MB;
91 2 * MB;
  /system/core/toolbox/upstream-netbsd/lib/libc/gen/
getbsize.c 62 #define MB (1024L * 1024L)
86 max = MAXB / MB;
87 mul = MB;
  /external/llvm/unittests/Support/
MemoryBufferTest.cpp 80 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str());
81 std::error_code EC = MB.getError();
84 const char *BufData = MB.get()->getBufferStart();
173 OwningBuffer MB(MemoryBuffer::getMemBuffer(data));
174 MemoryBufferRef MBR(*MB);
176 EXPECT_EQ(MB->getBufferStart(), MBR.getBufferStart());
177 EXPECT_EQ(MB->getBufferIdentifier(), MBR.getBufferIdentifier());
198 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath.str(),
200 std::error_code EC = MB.getError();
202 EXPECT_EQ(0x4000UL, MB.get()->getBufferSize())
    [all...]
  /external/ltp/testcases/kernel/mem/mtest06/
mmap2.c 51 /* large (by default 128MB) file. */
53 /* Create a file of the specified size in mb, map the file, */
76 #define MB (1024 * 1024)
102 while (index < (size * MB)) {
139 "128MB\n"
201 "fsize %lu MB\n", fsize = 128);
218 "\tSize of temp file in MB: %lu\n", exec_time, fsize);
255 memptr = mmap(0, (fsize * MB), PROT_READ | PROT_WRITE,
264 memset(memptr, 'A', ((fsize * MB) / sizeof(char)));
266 if (msync(memptr, ((fsize * MB) / sizeof(char))
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
eff_bytesize.go 14 MB
37 case b >= MB:
38 return fmt.Sprintf("%.2fMB", b/MB)
  /prebuilts/go/linux-x86/doc/progs/
eff_bytesize.go 14 MB
37 case b >= MB:
38 return fmt.Sprintf("%.2fMB", b/MB)
  /external/ltp/testcases/kernel/numa/
support_numa.c 25 /* Description: Allocates 1MB of memory and touches it to verify numa */
44 #define MB (1<<20)
53 printf(" argv[1] == 1 then allocate 1MB of memory\n");
54 printf(" argv[1] == 2 then allocate 1MB of share memory\n");
75 buf = malloc(MB);
80 for (i = 0; i < MB; i += PAGE_SIZE) {
91 /* Writing 1MB of random data into this file [32 * 32768 = 1024 * 1024] */
  /external/tremolo/Tremolo/
asm_arm.h 67 #define MB() asm volatile ("" : : : "memory")
83 MB();
102 MB();
121 MB();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
farcall-section.s 1 # Test to ensure that an Aarch64 call exceeding 128MB generates an error
  /art/runtime/gc/space/
space_test.h 324 size_t initial_size = 4 * MB;
325 size_t growth_limit = 8 * MB;
326 size_t capacity = 16 * MB;
369 TEST_SizeFootPrintGrowthLimitAndTrimStatic(1MB, spaceName, spaceFn, 1 * MB) \
370 TEST_SizeFootPrintGrowthLimitAndTrimStatic(4MB, spaceName, spaceFn, 4 * MB) \
371 TEST_SizeFootPrintGrowthLimitAndTrimStatic(8MB, spaceName, spaceFn, 8 * MB)
384 TEST_SizeFootPrintGrowthLimitAndTrimRandom(1MB, spaceName, spaceFn, 1 * MB)
    [all...]
  /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/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 87 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(RequiredSize,
98 MemGroup.Near = MB;
101 MemGroup.AllocatedMem.push_back(MB);
102 Addr = (uintptr_t)MB.base();
103 uintptr_t EndOfBlock = Addr + MB.size();
183 for (sys::MemoryBlock &MB : MemGroup.PendingMem)
184 if (std::error_code EC = sys::Memory::protectMappedMemory(MB, Permissions))
  /cts/tests/simplecpu/src/android/simplecpu/cts/
SimpleCpuTest.java 36 private static final int MB = 1024 * 1024;
57 doTestSort(NUMBER_REPEAT, 1 * MB);
88 CpuNative.runSort(1 * MB, 10);
  /external/llvm/tools/sanstats/
sanstats.cpp 123 std::unique_ptr<MemoryBuffer> MB = std::move(MBOrErr.get());
124 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd();

Completed in 1043 milliseconds

12 3 4 5 6 7 8 91011>>