Searched refs:_MEGABYTE (Results 1 – 2 of 2) sorted by relevance
29 _MEGABYTE = 1024 * 1024 variable30 DEFAULT_PART_SIZE = 4 * _MEGABYTE59 part_size = _MEGABYTE61 if size_in_bytes > (4096 * _MEGABYTE * 10000):66 part_size = math.ldexp(_MEGABYTE, power)74 def chunk_hashes(bytestring, chunk_size=_MEGABYTE):
34 _MEGABYTE = 1024 * 1024 variable35 _GIGABYTE = 1024 * _MEGABYTE44 SingleOperationThreshold = 100 * _MEGABYTE