Home
last modified time | relevance | path

Searched refs:MiB (Results 1 – 25 of 118) sorted by relevance

12345

/external/deqp/modules/gles3/stress/
Des3sMemoryTests.cpp58 const int MiB = 1024*1024; in init() local
64 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, false, f… in init()
65 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, false, f… in init()
66 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, true, f… in init()
67 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, true, f… in init()
69 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, false, f… in init()
70 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, false, f… in init()
71 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, true, f… in init()
72 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, true, f… in init()
74 …ontext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 32*MiB, 32*MiB, false, false, … in init()
[all …]
/external/deqp/modules/gles2/stress/
Des2sMemoryTests.cpp56 const int MiB = 1024*1024; in init() local
62 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, false, f… in init()
63 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, false, f… in init()
64 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, true, f… in init()
65 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, true, f… in init()
67 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, false, f… in init()
68 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, false, f… in init()
69 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, true, f… in init()
70 …Context(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, true, f… in init()
72 …ontext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 32*MiB, 32*MiB, false, false, … in init()
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_pread.c42 #define MiB(x) ((x) * 1024 * 1024) macro
62 uint32_t handle = gem_create(i915, MiB(4)); in pread_self()
63 void *ptr = (*fn)(i915, handle, 0, MiB(4), PROT_WRITE); in pread_self()
65 gem_read(i915, handle, 0, ptr + MiB(3), MiB(1)); in pread_self()
66 gem_read(i915, handle, MiB(3), ptr, MiB(1)); in pread_self()
67 gem_read(i915, handle, MiB(1), ptr + MiB(1), MiB(2)); in pread_self()
69 munmap(ptr, MiB(4)); in pread_self()
Dgem_pwrite.c42 #define MiB(x) ((x) * 1024 * 1024) macro
62 uint32_t handle = gem_create(i915, MiB(4)); in pwrite_self()
63 void *ptr = (*fn)(i915, handle, 0, MiB(4), PROT_READ); in pwrite_self()
65 gem_write(i915, handle, 0, ptr + MiB(3), MiB(1)); in pwrite_self()
66 gem_write(i915, handle, MiB(3), ptr, MiB(1)); in pwrite_self()
67 gem_write(i915, handle, MiB(1), ptr + MiB(1), MiB(2)); in pwrite_self()
69 munmap(ptr, MiB(4)); in pwrite_self()
/external/perfetto/test/trace_processor/diff_tests/android/
Dandroid_bugreport_logs_test.out8 …000000,4,"","c0 0 Reserved memory: created CMA memory pool at 0x00000000fec00000, size 16 MiB"
10 …000000,4,"","c0 0 Reserved memory: created CMA memory pool at 0x00000000fdc00000, size 16 MiB"
12 …00000,4,"","c0 0 Reserved memory: created CMA memory pool at 0x00000000f4c00000, size 144 MiB"
14 …000000,4,"","c0 0 Reserved memory: created CMA memory pool at 0x000000017b800000, size 36 MiB"
16 …9000000,4,"","c0 0 Reserved memory: created CMA memory pool at 0x00000000f4400000, size 8 MiB"
18 …000000,4,"","c0 0 Reserved memory: created CMA memory pool at 0x00000000f2400000, size 32 MiB"
20 …000000,4,"","c0 0 Reserved memory: created DMA memory pool at 0x000000008ab00000, size 20 MiB"
22 …29000000,4,"","c0 0 Removed memory: created DMA memory pool at 0x000000008bf00000, size 5 MiB"
24 …29000000,4,"","c0 0 Removed memory: created DMA memory pool at 0x000000008c400000, size 0 MiB"
26 …29000000,4,"","c0 0 Removed memory: created DMA memory pool at 0x000000008c410000, size 0 MiB"
[all …]
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp291 const size_t MiB = (size_t)(1<<20); in getTotalSystemMemory() local
296 …ice has %.2f MiB of system memory\n", static_cast<double>(totalMemory) / static_cast<double>(MiB)); in getTotalSystemMemory()
302 const size_t fallbackSize = (sizeof(void*) == sizeof(deUint64)) ? 2048*MiB : 1024*MiB; in getTotalSystemMemory()
305 print("WARNING: Using fall-back size of %.2f MiB\n", double(fallbackSize) / double(MiB)); in getTotalSystemMemory()
344 const size_t MiB = (size_t)(1<<20); in getMemoryLimits() local
345 const size_t baseMemUsage = 400*MiB; in getMemoryLimits()
361 …max((size_t)(double(deInt64(m_totalSystemMemory)-deInt64(baseMemUsage)) * safeUsageRatio), 16*MiB); in getMemoryLimits()
/external/python/cpython3/Tools/peg_generator/pegen/
Dtestutil.py108 MiB: Final = 2 ** 20
117 res["rss"] = meminfo.rss / MiB
118 res["vms"] = meminfo.vms / MiB
120 res["maxrss"] = meminfo.peak_wset / MiB
130 res["maxrss"] = rusage.ru_maxrss * factor / MiB
/external/cpu_features/src/
Dimpl_x86__base_implementation.inl738 const int MiB = 1024 * KiB; local
751 .cache_size = 4 * MiB,
767 .cache_size = 4 * MiB,
775 .cache_size = 4 * MiB,
815 .cache_size = 4 * MiB,
871 .cache_size = 1 * MiB,
879 .cache_size = 1 * MiB,
887 .cache_size = 2 * MiB,
895 .cache_size = 4 * MiB,
951 .cache_size = 1 * MiB,
[all …]
/external/igt-gpu-tools/benchmarks/ezbench.d/
Dgem_exec_fault.test16 1048576 1MiB
17 16777216 16MiB
18 268435456 256MiB
Dgem_prw.test3 # The last value is for 4M, convert that to MiB/s for comparison
Dgem_blt.test41 4194304 4MiB
/external/opencensus-java/examples/src/main/java/io/opencensus/examples/helloworld/
DQuickStart.java61 private static final long MiB = 1 << 20; field in QuickStart
73 BucketBoundaries.create(Arrays.asList(0.0, 16.0 * MiB, 256.0 * MiB))),
95 statsRecorder.newMeasureMap().put(VIDEO_SIZE, 25 * MiB).record(); in main()
/external/crosvm/docs/book/src/appendix/
Dmemory_layout.md21 | [`END_ADDR_BEFORE_32BITS`] | `D000_0000` | `F400_0000` | 576 MiB | Low (\<4G) MMIO allo…
22 | [`PCIE_CFG_MMIO_START`] | `F400_0000` | `F800_0000` | 64 MiB | PCIe enhanced config…
23 | [`RESERVED_MEM_SIZE`] | `F800_0000` | `1_0000_0000` | 128 MiB | LAPIC/IOAPIC/HPET/… …
61 | [`AARCH64_MMIO_BASE`] | `200_0000` | `400_0000` | 32 MiB | Low MMIO…
65 | [`AARCH64_PROTECTED_VM_FW_START`] | `7fc0_0000` | `8000_0000` | 4 MiB | pVM firm…
68 | [`plat_mmio_base`] | after swiotlb | +0x800000 | 8 MiB | Platform…
79 | [`fdt_address`] | before end of RAM | | 2 MiB | Flattened device tree i…
87 | [`AARCH64_FDT_OFFSET_IN_BIOS_MODE`] | `8000_0000` | `8020_0000` | 2 MiB | Flattened device tr…
/external/pigweed/pw_bytes/
Dunits_test.cc31 static_assert(MiB(1) == 1'048'576ull);
32 static_assert(MiB(42) == 44'040'192ull);
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dmemory_viewer_preprocess.proto87 // Size of the entry computation parameters in MiB.
89 // This does not reflect whether those MiB are reusable during the computation
/external/xz-embedded/linux/scripts/
Dxz_wrap.sh23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
/external/python/cpython3/Misc/
DREADME.AIX49 segment. As each segment register covers 256 MiB, a Python program that
50 would use more than 256 MiB will raise a MemoryError. The standard
57 For example, if you want to allow 512 MiB of memory for Python (this is
/external/ltp/doc/
Dnommu-notes.txt83 Virtual memory allows people to do malloc(128MiB) and get back a buffer that
102 system has 40MiB _total_ free, the largest contiguous block might only be 1MiB
106 single allocations under 2MiB aren't a problem.
/external/libwebsockets/lib/misc/fts/
DREADME.md121 Input corpus size|694MiB
123 Peak alloc|78MiB
125 Trie File size|347MiB
132 Input corpus size|3MiB
134 Peak alloc|3MiB
136 Trie File size|1.4MiB
/external/pigweed/pw_bytes/public/pw_bytes/
Dunits.h55 constexpr unsigned long long int MiB(unsigned long long int mebibytes) { in MiB() function
/external/avb/test/
Davb_slot_verify_unittest.cc2670 const size_t MiB = 1024 * 1024; in TEST_F() local
2671 const size_t boot_size = 6 * MiB; in TEST_F()
2672 const size_t boot_part_size = 8 * MiB; in TEST_F()
2673 const size_t system_size = 16 * MiB; in TEST_F()
2674 const size_t system_part_size = 32 * MiB; in TEST_F()
2675 const size_t foobar_size = 8 * MiB; in TEST_F()
2676 const size_t foobar_part_size = 16 * MiB; in TEST_F()
2677 const size_t bazboo_size = 4 * MiB; in TEST_F()
2678 const size_t bazboo_part_size = 8 * MiB; in TEST_F()
2962 const size_t MiB = 1024 * 1024; in TEST_F() local
[all …]
/external/cpu_features/test/
Dcpuinfo_x86_test.cc167 const int MiB = 1024 * KiB; variable
256 EXPECT_EQ(info.levels[3].cache_size, 6 * MiB); in TEST_F()
305 EXPECT_EQ(info.levels[3].cache_size, 6 * MiB); in TEST_F()
487 EXPECT_EQ(info.levels[2].cache_size, 2 * MiB); in TEST_F()
495 EXPECT_EQ(info.levels[3].cache_size, 6 * MiB); in TEST_F()
754 EXPECT_EQ(info.levels[3].cache_size, 8 * MiB); in TEST_F()
/external/arm-trusted-firmware/docs/plat/
Drpi3.rst75 kernel should be placed in the first 128MiB of RAM. It is recommended
76 that it is loaded above 32MiB in order to avoid the need to relocate
83 This means that we need to avoid the first 128 MiB of RAM when placing the
84 TF-A images (and specially the first 32 MiB, as they are directly used to
138 The last 16 MiB of DRAM can only be accessed by the VideoCore, that has
143 Considering the 128 MiB allocated to the GPU and the 16 MiB allocated for
144 TF-A, there are 880 MiB available for Linux.
/external/perfetto/protos/perfetto/config/profiling/
Dheapprofd_config.proto147 // heapprofd. Defaults to 8 MiB. If larger than 500 MiB, truncated to 500
148 // MiB.
/external/cpuinfo/test/dmesg/
Doppo-a37.log7 …ma: Found external_image__region@0, memory base 0x0000000086000000, size 8 MiB, limit 0xffffffffff…
8 …er]cma: Found modem_adsp_region@0, memory base 0x0000000086800000, size 85 MiB, limit 0xffffffffff…
9 …er]cma: Found pheripheral_region@0, memory base 0x000000008bd00000, size 6 MiB, limit 0xffffffffff…
10 …cma: Found pstore_reserve_region@0, memory base 0x000000009ff00000, size 4 MiB, limit 0xffffffffff…
11 …[0:swapper]cma: Found mba_region@0, memory base 0x0000000000000000, size 2 MiB, limit 0xffffffffff…
12 …cma: Found venus_qseecom_region@0, memory base 0x0000000000000000, size 18 MiB, limit 0x0000000090…
13 …:swapper]cma: Found audio_region@0, memory base 0x0000000000000000, size 3 MiB, limit 0xffffffffff…
14 …cma: Found splash_region@83000000, memory base 0x0000000083000000, size 20 MiB, limit 0xffffffffff…
15 …pper]cma: Found nvbackup_regions@0, memory base 0x0000000085f00000, size 1 MiB, limit 0xffffffffff…
16 <6>[ 0.000000] (0)[0:swapper]cma: CMA: reserved 8 MiB at 0x0000000086000000 for external_image_…
[all …]

12345