Searched refs:BZ_N_OVERSHOOT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/bzip2/
H A Dbzlib_private.h189 #define BZ_N_OVERSHOOT (BZ_N_RADIX + BZ_N_QSORT + BZ_N_SHELL + 2) macro
H A Dblocksort.c795 for (i = 0; i < BZ_N_OVERSHOOT; i++) {
1000 if (a2update < BZ_N_OVERSHOOT)
1052 i = nblock+BZ_N_OVERSHOOT;
H A Dbzlib.c184 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) );

Completed in 58 milliseconds