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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
aifc.py 868 verslength = 12
871 verslength = 0
872 _write_long(self._file, 4 + verslength + self._marklength + \
    [all...]
  /external/python/cpython2/Lib/
aifc.py 907 verslength = 12
910 verslength = 0
911 _write_ulong(self._file, 4 + verslength + self._marklength + \
    [all...]
  /external/python/cpython3/Lib/
aifc.py 861 verslength = 12
864 verslength = 0
865 _write_ulong(self._file, 4 + verslength + self._marklength + \
    [all...]

Completed in 101 milliseconds