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

  /external/zopfli/src/zopfli/
blocksplitter.h 42 maxblocks: set a limit to the amount of blocks. Set to 0 to mean no limit.
47 size_t llsize, size_t maxblocks,
58 maxblocks: maximum amount of blocks to split into, or 0 for no limit
66 size_t maxblocks, size_t** splitpoints, size_t* npoints);
blocksplitter.c 221 size_t llsize, size_t maxblocks,
241 if (maxblocks > 0 && numblocks >= maxblocks) {
286 size_t maxblocks, size_t** splitpoints, size_t* npoints) {
311 store.litlens, store.dists, store.size, maxblocks,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py     [all...]
  /bootable/recovery/updater/
blockimg.cpp 892 static int CreateStash(State* state, size_t maxblocks, const std::string& blockdev,
908 size_t max_stash_size = maxblocks * BLOCKSIZE;
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py     [all...]

Completed in 725 milliseconds