Home
last modified time | relevance | path

Searched refs:_unpack_uint32 (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dzipimport.py18 from _frozen_importlib_external import _unpack_uint16, _unpack_uint32
448 header_size = _unpack_uint32(buffer[12:16])
449 header_offset = _unpack_uint32(buffer[16:20])
479 crc = _unpack_uint32(buffer[16:20])
480 data_size = _unpack_uint32(buffer[20:24])
481 file_size = _unpack_uint32(buffer[24:28])
485 file_offset = _unpack_uint32(buffer[42:46])
670 if (not _eq_mtime(_unpack_uint32(data[8:12]), source_mtime) or
671 _unpack_uint32(data[12:16]) != source_size):
/third_party/python/Lib/importlib/
H A D__init__.py52 _unpack_uint32 = _bootstrap_external._unpack_uint32 variable
H A D_bootstrap_external.py84 def _unpack_uint32(data): function
667 flags = _unpack_uint32(data[4:8])
694 if _unpack_uint32(data[8:12]) != (source_mtime & 0xFFFFFFFF):
699 _unpack_uint32(data[12:16]) != (source_size & 0xFFFFFFFF)):

Completed in 7 milliseconds