Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_read_ulong

153 def _read_ulong(file):
189 himant = _read_ulong(f) # 4 bytes
190 lomant = _read_ulong(f) # 4 bytes
324 self._version = _read_ulong(chunk)