HomeSort by relevance Sort by last modified time
    Searched full:_roundup (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/multiprocessing/
heap.py 108 def _roundup(n, alignment): member in class:Heap
117 length = self._roundup(max(self._size, size), mmap.PAGESIZE)
222 size = self._roundup(max(size,1), self._alignment)
  /external/python/cpython3/Lib/multiprocessing/
heap.py 116 def _roundup(n, alignment): member in class:Heap
125 length = self._roundup(max(self._size, size), mmap.PAGESIZE)
229 size = self._roundup(max(size,1), self._alignment)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
heap.py 108 def _roundup(n, alignment): member in class:Heap
117 length = self._roundup(max(self._size, size), mmap.PAGESIZE)
222 size = self._roundup(max(size,1), self._alignment)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
heap.py 108 def _roundup(n, alignment): member in class:Heap
117 length = self._roundup(max(self._size, size), mmap.PAGESIZE)
222 size = self._roundup(max(size,1), self._alignment)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 108 def _roundup(n, alignment): member in class:Heap
117 length = self._roundup(max(self._size, size), mmap.PAGESIZE)
222 size = self._roundup(max(size,1), self._alignment)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 108 def _roundup(n, alignment): member in class:Heap
117 length = self._roundup(max(self._size, size), mmap.PAGESIZE)
222 size = self._roundup(max(size,1), self._alignment)

Completed in 122 milliseconds