Searched refs:BZ_N_OVERSHOOT (Results 1 – 3 of 3) sorted by relevance
112 #define BZ_N_OVERSHOOT (BZ_N_RADIX + BZ_N_QSORT + BZ_N_SHELL + 2) macro
781 for (i = 0; i < BZ_N_OVERSHOOT; i++) { in mainSort()998 if (a2update < BZ_N_OVERSHOOT) in mainSort()1042 i = state->nblock + BZ_N_OVERSHOOT; in BZ2_blockSort()
100 s->arr2 = xmalloc((n + BZ_N_OVERSHOOT) * sizeof(uint32_t)); in BZ2_bzCompressInit()