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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 38 REASONABLY_LARGE=32768 # Minimal amount we pass the rle-coder
159 if len(self.data) < REASONABLY_LARGE:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 38 REASONABLY_LARGE=32768 # Minimal amount we pass the rle-coder
159 if len(self.data) < REASONABLY_LARGE:

Completed in 4791 milliseconds