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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 857 commlength = self._write_form_length(self._datalength)
866 _write_ulong(self._file, commlength)
883 commlength = 18 + 5 + len(self._compname)
884 if commlength & 1:
885 commlength = commlength + 1
888 commlength = 18
891 8 + commlength + 16 + datalength)
892 return commlength
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 857 commlength = self._write_form_length(self._datalength)
866 _write_ulong(self._file, commlength)
883 commlength = 18 + 5 + len(self._compname)
884 if commlength & 1:
885 commlength = commlength + 1
888 commlength = 18
891 8 + commlength + 16 + datalength)
892 return commlength
    [all...]

Completed in 113 milliseconds