Lines Matching defs:sys
7 import sys
34 n = sys.maxsize ** 2
71 n = sys.maxsize * 3.7e250
86 n = sys.maxsize * 3.7e-250
137 import sys
139 with open(sys.argv[1], 'rb') as f:
259 #if os.name == 'nt' and hasattr(sys, 'gettotalrefcount'):
262 elif sys.platform == 'wasi':
366 if sys.hash_info.algorithm in {"fnv", "siphash24"}:
378 pointer_size = 8 if sys.maxsize > 0xFFFFFFFF else 4
384 @unittest.skipIf(LARGE_SIZE > sys.maxsize, "test cannot run on 32-bit systems")
406 memuse=pointer_size*12 + sys.getsizeof(LARGE_SIZE-1),
412 memuse=pointer_size*12 + sys.getsizeof(LARGE_SIZE-1),
554 strobj = sys.intern(strobj)
560 s2 = sys.intern(s)
567 s2 = sys.intern(s)