Searched refs:_2G (Results 1 – 14 of 14) sorted by relevance
/third_party/python/Lib/test/ |
D | test_bigmem.py | 12 from test.support import bigmemtest, _1G, _2G, _4G 81 @bigmemtest(size=_2G + 10, memuse=1) 92 @bigmemtest(size=_2G, memuse=2) 104 @bigmemtest(size=_2G, memuse=2) 116 @bigmemtest(size=_2G + 10, memuse=2) 129 @bigmemtest(size=_2G, memuse=2) 146 @bigmemtest(size=_2G, memuse=2) 163 @bigmemtest(size=_2G, memuse=2) 172 @bigmemtest(size=_2G, memuse=2) 181 @bigmemtest(size=_2G, memuse=2) [all …]
|
D | test_array.py | 7 from test.support import _2G 1388 @support.bigmemtest(_2G, memuse=2.125) 1393 @support.bigmemtest(_2G, memuse=2.125) 1403 @support.bigmemtest(_2G, memuse=2.125+1) 1421 @support.bigmemtest(_2G, memuse=2.125) 1427 @support.bigmemtest(_2G, memuse=2.125) 1433 @support.bigmemtest(_2G, memuse=2.125) 1440 @support.bigmemtest(_2G, memuse=2.125) 1447 @support.bigmemtest(_2G, memuse=2.125) 1454 @support.bigmemtest(_2G, memuse=2.125) [all …]
|
D | test_xml_etree_c.py | 19 @support.bigmemtest(size=support._2G + 100, memuse=1, dry_run=False)
|
D | test_strtod.py | 251 @test.support.bigmemtest(size=test.support._2G+10, memuse=3, dry_run=False)
|
D | test_mmap.py | 2 requires, _2G, _4G, gc_collect, cpython_only) 853 self._test_around_boundary(_2G)
|
D | pickletester.py | 27 _2G, _4G, bigmemtest, reap_threads, forget, 3027 @bigmemtest(size=_2G, memuse=3.6, dry_run=False) 3044 @bigmemtest(size=_2G, memuse=2.5, dry_run=False) 3095 @bigmemtest(size=_2G, memuse=8, dry_run=False)
|
D | test_re.py | 1 from test.support import (gc_collect, bigmemtest, _2G, 1686 @bigmemtest(size=_2G, memuse=1) 1697 @bigmemtest(size=_2G, memuse=16 + 2)
|
D | test_io.py | 779 if support.real_max_memuse < support._2G:
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100_nand/ |
D | hifmc_nand_spl_ids.c | 299 .chipsize = _2G, 313 .chipsize = _2G, 439 .chipsize = _2G, 456 .chipsize = _2G, 712 .chipsize = _2G, 742 .chipsize = _2G, 800 .chipsize = _2G, 810 .chipsize = _2G, 874 .chipsize = _2G,
|
/third_party/uboot/u-boot-2020.01/drivers/ddr/marvell/a38x/ |
D | mv_ddr_common.h | 34 #define _2G 0x80000000 macro
|
D | ddr3_training.c | 2704 *cs_size = _2G; in hws_ddr3_calc_mem_cs_size()
|
/third_party/python/Lib/ctypes/test/ |
D | test_arrays.py | 2 from test.support import bigmemtest, _2G 233 @bigmemtest(size=_2G, memuse=1, dry_run=False)
|
/third_party/uboot/u-boot-2020.01/include/ |
D | hifmc_common.h | 60 #define _2G 0x80000000ULL macro
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 1571 _2G = 2 * _1G variable 1593 if memlimit < _2G - 1:
|