/external/deqp/modules/gles2/stress/ |
D | es2sMemoryTests.cpp | 56 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/deqp/modules/gles3/stress/ |
D | es3sMemoryTests.cpp | 58 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/cpu_features/src/ |
D | cpuinfo_x86.c | 262 const int MiB = 1024 * KiB; in GetCacheLevelInfo() local 275 .cache_size = 4 * MiB, in GetCacheLevelInfo() 291 .cache_size = 4 * MiB, in GetCacheLevelInfo() 299 .cache_size = 4 * MiB, in GetCacheLevelInfo() 339 .cache_size = 4 * MiB, in GetCacheLevelInfo() 395 .cache_size = 1 * MiB, in GetCacheLevelInfo() 403 .cache_size = 1 * MiB, in GetCacheLevelInfo() 411 .cache_size = 2 * MiB, in GetCacheLevelInfo() 419 .cache_size = 4 * MiB, in GetCacheLevelInfo() 475 .cache_size = 1 * MiB, in GetCacheLevelInfo() [all …]
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_pread.c | 42 #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()
|
D | gem_pwrite.c | 42 #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/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 285 const size_t MiB = (size_t)(1<<20); in getTotalSystemMemory() local 291 …s at least %.2f MiB total system memory per Android CDD\n", double(cddRequiredSize) / double(MiB)); in getTotalSystemMemory() 298 const size_t fallbackSize = (sizeof(void*) == sizeof(deUint64)) ? 2048*MiB : 1024*MiB; in getTotalSystemMemory() 301 print("WARNING: Using fall-back size of %.2f MiB\n", double(fallbackSize) / double(MiB)); in getTotalSystemMemory() 340 const size_t MiB = (size_t)(1<<20); in getMemoryLimits() local 341 const size_t baseMemUsage = 400*MiB; in getMemoryLimits() 344 …max((size_t)(double(deInt64(m_totalSystemMemory)-deInt64(baseMemUsage)) * safeUsageRatio), 16*MiB); in getMemoryLimits()
|
D | tcuAndroidUtil.cpp | 612 const size_t MiB = (size_t)(1<<20); in getCDDRequiredSystemMemory() local 620 return 416*MiB; in getCDDRequiredSystemMemory() 639 { DENSITY_CLASS_560DPI, DENSITY_CLASS_400DPI, DENSITY_CLASS_XHDPI, 1344*MiB, 1824*MiB }, in getCDDRequiredSystemMemory() 640 { DENSITY_CLASS_400DPI, DENSITY_CLASS_XHDPI, DENSITY_CLASS_TVDPI, 896*MiB, 1280*MiB }, in getCDDRequiredSystemMemory() 641 { DENSITY_CLASS_XHDPI, DENSITY_CLASS_HDPI, DENSITY_CLASS_MDPI, 512*MiB, 832*MiB }, in getCDDRequiredSystemMemory() 644 { DENSITY_CLASS_280DPI, DENSITY_CLASS_MDPI, DENSITY_CLASS_LDPI, 424*MiB, 704*MiB }, in getCDDRequiredSystemMemory()
|
/external/igt-gpu-tools/benchmarks/ezbench.d/ |
D | gem_exec_fault.test | 16 1048576 1MiB 17 16777216 16MiB 18 268435456 256MiB
|
D | gem_prw.test | 3 # The last value is for 4M, convert that to MiB/s for comparison
|
D | gem_blt.test | 41 4194304 4MiB
|
/external/python/cpython3/Tools/peg_generator/pegen/ |
D | testutil.py | 108 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/opencensus-java/examples/src/main/java/io/opencensus/examples/helloworld/ |
D | QuickStart.java | 61 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/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/ |
D | control | 29 @param ramdisk_size: size of the ramdisk (integer in MiB). 30 @param file_size: test file size (integer in MiB). 44 ramdisk_size = int(args_dict.get("ramdisk_size", 513)) # MiB 45 file_size = int(args_dict.get("file_size", 512)) # MiB
|
/external/xz-embedded/linux/scripts/ |
D | xz_wrap.sh | 23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
|
/external/python/cpython3/Misc/ |
D | README.AIX | 54 segment. As each segment register covers 256 MiB, a Python program that 55 would use more than 256 MiB will raise a MemoryError. The standard 62 For example, if you want to allow 512 MiB of memory for Python (this is
|
/external/ltp/doc/ |
D | nommu-notes.txt | 83 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/llvm-project/clang/test/Index/ |
D | lit.local.cfg | 7 # libraries on AIX use a default pthread stack size of 4 MiB, so we will use
|
/external/libwebsockets/lib/misc/fts/ |
D | README.md | 121 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/cpu_features/test/ |
D | cpuinfo_x86_test.cc | 154 const int MiB = 1024 * KiB; variable 243 EXPECT_EQ(info.levels[3].cache_size, 6 * MiB); in TEST_F() 292 EXPECT_EQ(info.levels[3].cache_size, 6 * MiB); in TEST_F()
|
/external/perfetto/protos/perfetto/config/profiling/ |
D | heapprofd_config.proto | 141 // heapprofd. Defaults to 8 MiB. If larger than 500 MiB, truncated to 500 142 // MiB.
|
/external/avb/test/ |
D | avb_slot_verify_unittest.cc | 2670 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/arm-trusted-firmware/docs/plat/ |
D | rpi3.rst | 75 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/cpuinfo/test/dmesg/ |
D | oppo-a37.log | 7 …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 …]
|
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | README.md | 26 [2018/10/15 07:14:15:1531] NOTICE: lws_fts_serialize: index 1 files (0MiB) cpu time 32ms, alloc: 10…
|
/external/llvm/docs/ |
D | Extensions.rst | 209 However, this has the limitation of 32 MiB (±16MiB). In order to accommodate
|