Home
last modified time | relevance | path

Searched refs:_2G (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Lib/test/
Dtest_bigmem.py12 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 …]
Dtest_array.py7 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 …]
Dtest_xml_etree_c.py19 @support.bigmemtest(size=support._2G + 100, memuse=1, dry_run=False)
Dtest_strtod.py251 @test.support.bigmemtest(size=test.support._2G+10, memuse=3, dry_run=False)
Dtest_mmap.py2 requires, _2G, _4G, gc_collect, cpython_only)
853 self._test_around_boundary(_2G)
Dpickletester.py27 _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)
Dtest_re.py1 from test.support import (gc_collect, bigmemtest, _2G,
1686 @bigmemtest(size=_2G, memuse=1)
1697 @bigmemtest(size=_2G, memuse=16 + 2)
Dtest_io.py779 if support.real_max_memuse < support._2G:
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100_nand/
Dhifmc_nand_spl_ids.c299 .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/
Dmv_ddr_common.h34 #define _2G 0x80000000 macro
Dddr3_training.c2704 *cs_size = _2G; in hws_ddr3_calc_mem_cs_size()
/third_party/python/Lib/ctypes/test/
Dtest_arrays.py2 from test.support import bigmemtest, _2G
233 @bigmemtest(size=_2G, memuse=1, dry_run=False)
/third_party/uboot/u-boot-2020.01/include/
Dhifmc_common.h60 #define _2G 0x80000000ULL macro
/third_party/python/Lib/test/support/
D__init__.py1571 _2G = 2 * _1G variable
1593 if memlimit < _2G - 1: