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

1 2 3 4 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mm.h 5 #define MB (1UL<<20)
  /art/runtime/gc/space/
space_create_test.cc 65 std::unique_ptr<Space> space(CreateSpace("test", 16 * MB, 32 * MB, 32 * MB, nullptr));
68 space.reset(CreateSpace("test", 16 * MB, 16 * MB, 16 * MB, nullptr));
71 space.reset(CreateSpace("test", 32 * MB, 16 * MB, 16 * MB, nullptr));
74 space.reset(CreateSpace("test", 16 * MB, 16 * MB, 32 * MB, nullptr))
    [all...]
  /compatibility/cdd/3_software/
3_7_runtime-compatibility.md 35 <td rowspan="3">32MB</td>
45 <td rowspan="2">36MB</td>
52 <td rowspan="2">48MB</td>
59 <td>56MB</td>
63 <td>64MB</td>
67 <td>88MB</td>
71 <td>112MB</td>
75 <td>154MB</td>
80 <td rowspan="2">32MB</td>
87 <td rowspan="3">48MB</td
    [all...]
  /compatibility/cdd/8_performance-and-power/
8_2_file-io-access-performance.md 11 * **Sequential write performance**. Measured by writing a 256MB file using
12 10MB write buffer.
13 * **Random write performance**. Measured by writing a 256MB file using 4KB
15 * **Sequential read performance**. Measured by reading a 256MB file using
16 10MB write buffer.
17 * **Random read performance**. Measured by reading a 256MB file using 4KB
22 * [H-0-1] MUST ensure a sequential write performance of at least 5MB/s.
23 * [H-0-2] MUST ensure a random write performance of at least 0.5MB/s.
24 * [H-0-3] MUST ensure a sequential read performance of at least 15MB/s.
25 * [H-0-4] MUST ensure a random read performance of at least 3.5MB/s
    [all...]
  /external/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp 21 ModuleBuilder MB(Context, "x86_64-apple-macosx10.10", "");
22 Function *F = MB.createFunctionDecl<void(DummyStruct, DummyStruct)>("");
25 AttributeSet::get(MB.getModule()->getContext(), 1U,
28 AttributeSet::get(MB.getModule()->getContext(), 2U,
31 AttributeSet::get(MB.getModule()->getContext(), ~0U,
33 F->setAttributes(AttributeSet::get(MB.getModule()->getContext(), Attrs));
35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr);
  /external/llvm/tools/llvm-c-test/
diagnostic.c 63 LLVMMemoryBufferRef MB;
65 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
73 int Ret = LLVMGetBitcodeModule2(MB, &M);
80 LLVMDisposeMemoryBuffer(MB);
object.c 21 LLVMMemoryBufferRef MB;
26 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
31 O = LLVMCreateObjectFile(MB);
53 LLVMMemoryBufferRef MB;
59 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
64 O = LLVMCreateObjectFile(MB);
module.c 29 LLVMMemoryBufferRef MB;
33 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
43 Ret = LLVMGetBitcodeModule2(MB, &M);
45 Ret = LLVMParseBitcode2(MB, &M);
48 Ret = LLVMGetBitcodeModule(MB, &M, &msg);
50 Ret = LLVMParseBitcode(MB, &M, &msg);
55 LLVMDisposeMemoryBuffer(MB);
60 LLVMDisposeMemoryBuffer(MB);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/go/darwin-x86/test/
init1.go 21 const MB = 1 << 20
22 b := make([]byte, MB)
32 // Generate 1,000 MB of garbage, only retaining 1 MB total.
38 // allocated fewer than N*MB bytes from the system.
41 if sys1-sys >= N*MB || numGC1 == numGC {
42 println("allocated 1000 chunks of", MB, "and used ", sys1-sys, "memory")
  /prebuilts/go/linux-x86/test/
init1.go 21 const MB = 1 << 20
22 b := make([]byte, MB)
32 // Generate 1,000 MB of garbage, only retaining 1 MB total.
38 // allocated fewer than N*MB bytes from the system.
41 if sys1-sys >= N*MB || numGC1 == numGC {
42 println("allocated 1000 chunks of", MB, "and used ", sys1-sys, "memory")
  /external/ltp/testcases/kernel/numa/
numa01.sh 84 export MB=$((1024*1024))
117 Mem_curr=$(echo "$(extract_numastat_p $pid $node) * $MB" |bc)
118 if [ $(echo "$Mem_curr < $MB" | bc) -eq 1 ]; then
150 Mem_curr=$(echo "$(extract_numastat_p $pid $Preferred_node) * $MB" |bc)
151 if [ $(echo "$Mem_curr < $MB" |bc ) -eq 1 ]; then
185 Mem_curr=$(echo "$(extract_numastat_p $pid $Preferred_node) * $MB" |bc)
186 if [ $(echo "$Mem_curr < $MB" |bc ) -eq 1 ]; then
204 Exp_incr=$(echo "$MB / $total_nodes" |bc)
212 Mem_curr=$(echo "$(extract_numastat_p $pid $node) * $MB" |bc)
230 Exp_incr=$(echo "$MB / $total_nodes" |bc
    [all...]
  /cts/tests/dram/src/android/dram/cts/
BandwidthTest.java 44 private static final int MB = 1024 * 1024;
53 MemoryNative.runMemcpy(2 * MB, 100);
89 doRunMemcpy(1 * MB);
93 doRunMemcpy(2 * MB);
97 doRunMemcpy(4 * MB);
101 doRunMemcpy(8 * MB);
105 doRunMemcpy(16 * MB);
141 doRunMemset(1 * MB);
145 doRunMemset(2 * MB);
149 doRunMemset(4 * MB);
    [all...]
  /device/linaro/hikey/hikey960/
BoardConfig.mk 14 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2768240640 # 2640MB
16 BOARD_CACHEIMAGE_PARTITION_SIZE := 8388608 # 8MB
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15277.go 16 println("after alloc: expected delta at least 9MB, got: ", delta)
21 println("after drop: expected delta below 1MB, got: ", delta)
25 println("second alloc: expected delta at least 9MB, got: ", delta)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15277.go 16 println("after alloc: expected delta at least 9MB, got: ", delta)
21 println("after drop: expected delta below 1MB, got: ", delta)
25 println("second alloc: expected delta at least 9MB, got: ", delta)
  /external/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-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);

Completed in 448 milliseconds

1 2 3 4 5 6 7 8 91011>>