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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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.c178 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) );

Completed in 40 milliseconds