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

  /external/bzip2/
bzlib_private.h 123 #define BZ_N_ITERS 4
compress.c 320 Iterate up to BZ_N_ITERS times to improve the tables.
322 for (iter = 0; iter < BZ_N_ITERS; iter++) {

Completed in 128 milliseconds