HomeSort by relevance Sort by last modified time
    Searched refs:_read_u32 (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sunau.py 134 def _read_u32(file): function
167 magic = int(_read_u32(file))
170 self._hdr_size = int(_read_u32(file))
175 self._data_size = _read_u32(file)
178 self._encoding = int(_read_u32(file))
195 self._framerate = int(_read_u32(file))
196 self._nchannels = int(_read_u32(file))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sunau.py 134 def _read_u32(file): function
167 magic = int(_read_u32(file))
170 self._hdr_size = int(_read_u32(file))
175 self._data_size = _read_u32(file)
178 self._encoding = int(_read_u32(file))
195 self._framerate = int(_read_u32(file))
196 self._nchannels = int(_read_u32(file))

Completed in 68 milliseconds