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

  /external/bzip2/
bzlib_private.h 189 #define BZ_N_OVERSHOOT (BZ_N_RADIX + BZ_N_QSORT + BZ_N_SHELL + 2)
blocksort.c 795 for (i = 0; i < BZ_N_OVERSHOOT; i++) {
1000 if (a2update < BZ_N_OVERSHOOT)
1052 i = nblock+BZ_N_OVERSHOOT;
bzlib.c 178 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) );
    [all...]

Completed in 35 milliseconds