Home
last modified time | relevance | path

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

1234567

/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/cpu_features/src/
Dcpuinfo_x86.c152 const int MiB = 1024 * KiB; in GetCacheLevelInfo() local
153 const int GiB = 1024 * MiB; in GetCacheLevelInfo()
159 return MakeX86CacheLevelInfo(UNDEF, CPU_FEATURE_CACHE_TLB, 4 * MiB, 0xFF, in GetCacheLevelInfo()
165 return MakeX86CacheLevelInfo(UNDEF, CPU_FEATURE_CACHE_TLB, 4 * MiB, 4, in GetCacheLevelInfo()
168 return MakeX86CacheLevelInfo(UNDEF, CPU_FEATURE_CACHE_TLB, 4 * MiB, 4, in GetCacheLevelInfo()
183 return MakeX86CacheLevelInfo(UNDEF, CPU_FEATURE_CACHE_TLB, 4 * MiB, 4, in GetCacheLevelInfo()
204 return MakeX86CacheLevelInfo(3, CPU_FEATURE_CACHE_DATA, 1 * MiB, 8, 64, in GetCacheLevelInfo()
207 return MakeX86CacheLevelInfo(2, CPU_FEATURE_CACHE_DATA, 1 * MiB, 16, 64, in GetCacheLevelInfo()
210 return MakeX86CacheLevelInfo(3, CPU_FEATURE_CACHE_DATA, 2 * MiB, 8, 64, in GetCacheLevelInfo()
213 return MakeX86CacheLevelInfo(3, CPU_FEATURE_CACHE_DATA, 4 * MiB, 8, 64, in GetCacheLevelInfo()
[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/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp275 const size_t MiB = (size_t)(1<<20); in getTotalSystemMemory() local
281 …s at least %.2f MiB total system memory per Android CDD\n", double(cddRequiredSize) / double(MiB)); in getTotalSystemMemory()
288 const size_t fallbackSize = (sizeof(void*) == sizeof(deUint64)) ? 2048*MiB : 1024*MiB; in getTotalSystemMemory()
291 print("WARNING: Using fall-back size of %.2f MiB\n", double(fallbackSize) / double(MiB)); in getTotalSystemMemory()
330 const size_t MiB = (size_t)(1<<20); in getMemoryLimits() local
331 const size_t baseMemUsage = 400*MiB; in getMemoryLimits()
334 …max((size_t)(double(deInt64(m_totalSystemMemory)-deInt64(baseMemUsage)) * safeUsageRatio), 16*MiB); in getMemoryLimits()
DtcuAndroidUtil.cpp612 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/
Dgem_exec_fault.test16 1048576 1MiB
17 16777216 16MiB
18 268435456 256MiB
/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/u-boot/doc/SPI/
DREADME.ftssp010_spi_test10 DRAM: 256 MiB
12 NAND: 512 MiB
22 SF: Detected MX25L1605D with page size 256 Bytes, erase size 64 KiB, total 2 MiB
DREADME.ti_qspi_dra_test15 55872 bytes read in 8 ms (6.7 MiB/s)
18 248600 bytes read in 19 ms (12.5 MiB/s)
24 SF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiB, mapped at 5c0…
DREADME.sh_qspi_test19 2.5 MiB/s
29 SF: Detected S25FL512S_256K with page size 512 Bytes, erase size 64 KiB, total 64 MiB
DREADME.sandbox-spi30 DRAM: 128 MiB
36 SF: Detected W25Q128BV with page size 256 Bytes, erase size 4 KiB, total 16 MiB
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
Dcontrol29 @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/u-boot/arch/mips/mach-mtmips/
DKconfig32 GARDENA smart Gateway boards have a MT7688 SoC with 128 MiB of RAM
33 and 8 MiB of flash (SPI NOR) and additional SPI NAND storage.
40 Seeed LinkIt Smart 7688 boards have a MT7688 SoC with 128 MiB of RAM
41 and 32 MiB of flash (SPI).
/external/u-boot/board/bosch/shc/
DREADME12 DRAM: 512 MiB
100 1.2 MiB/s
109 DRAM: 512 MiB
/external/u-boot/doc/board/AndesTech/
Dax25-ae350.rst107 SF: Detected mx25u1635e with page size 256 Bytes, erase size 4 KiB, total 2 MiB
136 SF: Detected mx25u1635e with page size 256 Bytes, erase size 4 KiB, total 2 MiB
174 SF: Detected mx25u1635e with page size 256 Bytes, erase size 4 KiB, total 2 MiB
198 Data Size: 17901204 Bytes = 17481.64 KiB = 17.07 MiB
234 17901268 bytes read in 4642 ms (3.7 MiB/s)
236 1954 bytes read in 1 ms (1.9 MiB/s)
243 Data Size: 17901204 Bytes = 17.1 MiB
321 [ 1.524000] mmcblk0: mmc0:4567 QEMU! 20.0 MiB
396 Flash: 64 MiB
398 …t from SPI Flash... SF: Detected mx25u1635e with page size 256 Bytes, erase size 4 KiB, total 2 MiB
[all …]
/external/u-boot/doc/
DREADME.gpt157 "uuid_disk=...;name=u-boot,size=60MiB,uuid=...;
158 name=kernel,size=60MiB,uuid=...;"
177 "name=u-boot,size=60MiB;name=boot,size=60Mib,bootable;name=rootfs,size=0"
249 "uuid_disk=...;name=u-boot,size=60MiB,uuid=...;
250 name=kernel,size=60MiB,uuid=...,
271 "uuid_disk=...;name=u-boot,size=60MiB,uuid=...;
272 name=kernel,size=60MiB,uuid=...,type=linux;"
DREADME.dfutftp77 For 33MiB test image the transfer rate was 1MiB/s for ETH over USB and 200KiB/s
90 possible to set large enough default buffer (8 MiB @ BBB)
DREADME.ubi61 UBI: MTD device size: 2 MiB
123 UBI: MTD device size: 2 MiB
166 UBIFS: file system size: 46473216 bytes (45384 KiB, 44 MiB, 366 LEBs)
167 UBIFS: journal size: 6348800 bytes (6200 KiB, 6 MiB, 50 LEBs)
258 target with 128MiB of SPI NAND.
/external/u-boot/board/freescale/mx6memcal/
DKconfig110 bool "Micron MT41K128M16JT 128Mx16 (256 MiB/chip)"
114 bool "Hynix H5TQ4G63AFR 256Mx16 (512 MiB/chip)"
118 bool "Hynix H5TQ2G63DFR 128Mx16 (256 MiB/chip)"
126 bool "Micron MT29PZZZ4D4BKESK multi-chip 512MiB LPDDR2/4GiB eMMC"
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
DREADME.qspi25 SF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiB
36 SF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiB
/external/cpu_features/test/
Dcpuinfo_x86_test.cc105 const int MiB = 1024 * KiB; variable
194 EXPECT_EQ(info.levels[3].cache_size, 6 * MiB); in TEST()
243 EXPECT_EQ(info.levels[3].cache_size, 6 * MiB); in TEST()
/external/xz-embedded/linux/scripts/
Dxz_wrap.sh23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
/external/u-boot/doc/device-tree-bindings/reserved-memory/
Dreserved-memory.txt84 one default of all device drivers (named linux,cma@72000000 and 64MiB in size),
85 one dedicated to the framebuffer device (named framebuffer@78000000, 8MiB), and
86 one for multimedia processing (named multimedia-memory@77000000, 64MiB).

1234567