/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/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 266 const size_t MiB = (size_t)(1<<20); in getTotalSystemMemory() local 272 …s at least %.2f MiB total system memory per Android CDD\n", double(cddRequiredSize) / double(MiB)); in getTotalSystemMemory() 279 const size_t fallbackSize = (sizeof(void*) == sizeof(deUint64)) ? 2048*MiB : 1024*MiB; in getTotalSystemMemory() 282 print("WARNING: Using fall-back size of %.2f MiB\n", double(fallbackSize) / double(MiB)); in getTotalSystemMemory() 321 const size_t MiB = (size_t)(1<<20); in getMemoryLimits() local 322 const size_t baseMemUsage = 400*MiB; in getMemoryLimits() 325 …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/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/avb/test/ |
D | avb_slot_verify_unittest.cc | 1833 const size_t MiB = 1024 * 1024; in TEST_F() local 1834 const size_t boot_size = 6 * MiB; in TEST_F() 1835 const size_t boot_part_size = 8 * MiB; in TEST_F() 1836 const size_t system_size = 16 * MiB; in TEST_F() 1837 const size_t system_part_size = 32 * MiB; in TEST_F() 1838 const size_t foobar_size = 8 * MiB; in TEST_F() 1839 const size_t foobar_part_size = 16 * MiB; in TEST_F() 1840 const size_t bazboo_size = 4 * MiB; in TEST_F() 1841 const size_t bazboo_part_size = 8 * MiB; in TEST_F() 2120 const size_t MiB = 1024 * 1024; in TEST_F() local [all …]
|
/external/xz-embedded/linux/scripts/ |
D | xz_wrap.sh | 23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
|
/external/fio/examples/ |
D | pmemblk.fio | 47 # create in MiB (1 GiB in this example); note that the actual usable 52 # size is about 17 MiB (these are libpmemblk requirements).
|
/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/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 506 const VkDeviceSize MiB = 1024 * KiB; in createAllocationTests() local 521 { "1MiB", 1*MiB } in createAllocationTests() 565 if (allocationCount != -1 && allocationCount * allocationSize > 50 * MiB) in createAllocationTests() 578 …config.memoryAllocationCount = de::min((deUint32)(50 * MiB / allocationSize), (deUint32)MAX_ALLOCA… in createAllocationTests()
|
/external/bison/tests/ |
D | torture.at | 243 # GNU m4 requires about 70 MiB for this test on a 32-bit host. 244 # Ask for 200 MiB, which should be plenty even on a 64-bit host. 368 # GNU m4 requires about 70 MiB for this test on a 32-bit host. 369 # Ask for 200 MiB, which should be plenty even on a 64-bit host.
|
/external/syslinux/diag/geodsp/ |
D | README | 2 interpret it. Both images are intended to be written to the first ~8MiB
|
/external/llvm/docs/ |
D | Extensions.rst | 209 However, this has the limitation of 32 MiB (±16MiB). In order to accommodate
|
/external/squashfs-tools/kernel/Documentation/filesystems/ |
D | squashfs.txt | 25 Max filesystem size: 2^64 16 MiB 26 Max file size: ~ 2 TiB 16 MiB 30 Max block size: 1 MiB 4 KiB
|
/external/xz-embedded/linux/Documentation/ |
D | xz.txt | 52 which will use no BCJ filter and 1 MiB LZMA2 dictionary. 73 by the kernel. 1 MiB is probably the maximum reasonable dictionary
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 104 256KiB - 16 MiB. The result is the approximated transfer rate of an infinitely large
|
/external/fio/ |
D | HOWTO | 294 randomly reading from a 128MiB file: 336 jobs. The result is 4 processes each randomly writing to their own 64MiB 522 * *1 MiB*: 1048576, 1mi, 1024ki 530 * *1 MiB*: 1048576, 1m, 1024k 1479 is 4MiB in size. So to calculate the number of huge pages you need for a 1505 setting, see :file:`/proc/meminfo`. Defaults to 4MiB. Should probably 2917 Size in MiB 2945 Jobs: 1 (f=1): [_(1),M(1)][24.8%][r=20.5MiB/s,w=23.5MiB/s][r=82,w=94 IOPS][eta 01m:31s] 2990 Jobs: 20 (f=20): [R(10),W(10)][4.0%][r=20.5MiB/s,w=23.5MiB/s][r=82,w=94 IOPS][eta 57m:36s] 3009 write: io= 32MiB, bw= 666KiB/s, iops=89 , runt= 50320msec
|
/external/gptfdisk/ |
D | NEWS | 451 - Adjusted alignment code to use 1 MiB alignment by default for drives with 453 for instance, to 4 MiB for drives with 2048-byte logical sector size.) 965 size. For instance, "-200M" creates a partition that ends 200MiB before
|
/external/lzma/DOC/ |
D | lzma-specification.txt | 208 Encoder_RAM_Usage = 4 MiB + 11 * dictionarySize.
|
/external/jemalloc/ |
D | ChangeLog | 330 and (1B + 4 MiB) previously suffered nearly 50% internal fragmentation.
|