Home
last modified time | relevance | path

Searched refs:maxblocks (Results 1 – 12 of 12) sorted by relevance

/external/zopfli/src/zopfli/
Dblocksplitter.h47 size_t llsize, size_t maxblocks,
66 size_t maxblocks, size_t** splitpoints, size_t* npoints);
Dblocksplitter.c221 size_t llsize, size_t maxblocks, in ZopfliBlockSplitLZ77() argument
241 if (maxblocks > 0 && numblocks >= maxblocks) { in ZopfliBlockSplitLZ77()
286 size_t maxblocks, size_t** splitpoints, size_t* npoints) { in ZopfliBlockSplit() argument
311 store.litlens, store.dists, store.size, maxblocks, in ZopfliBlockSplit()
/external/u-boot/drivers/mtd/nand/
Dnand_bbt.c555 for (block = 0; block < td->maxblocks; block++) { in search_bbt()
676 for (i = 0; i < td->maxblocks; i++) { in write_bbt()
992 block = ((i + 1) * nrblocks) - td->maxblocks; in mark_bbt_region()
995 for (j = 0; j < td->maxblocks; j++) { in mark_bbt_region()
1210 .maxblocks = NAND_BBT_SCAN_MAXBLOCKS,
1220 .maxblocks = NAND_BBT_SCAN_MAXBLOCKS,
1230 .maxblocks = NAND_BBT_SCAN_MAXBLOCKS,
1240 .maxblocks = NAND_BBT_SCAN_MAXBLOCKS,
Dfsl_elbc_nand.c134 .maxblocks = 4,
144 .maxblocks = 4,
Dfsl_ifc_nand.c203 .maxblocks = 4,
213 .maxblocks = 4,
Dzynq_nand.c223 .maxblocks = 4,
233 .maxblocks = 4,
Darasan_nfc.c241 .maxblocks = 4,
251 .maxblocks = 4,
Dmxc_nand.c1128 .maxblocks = 4,
1138 .maxblocks = 4,
Dpxa3xx_nand.c245 .maxblocks = 8, /* Last 8 blocks in each chip */
255 .maxblocks = 8, /* Last 8 blocks in each chip */
/external/u-boot/include/linux/mtd/
Dbbm.h53 int maxblocks; member
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1984 maxblocks = 50
1992 if len(blocks) > maxblocks:
1993 i = random.randrange(maxblocks)
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3416 maxblocks = 50
3424 if len(blocks) > maxblocks:
3425 i = random.randrange(maxblocks)