Home | History | Annotate | Download | only in perf

Lines Matching refs:BZ_N_OVERSHOOT

571 #define BZ_N_OVERSHOOT (BZ_N_RADIX + BZ_N_QSORT + BZ_N_SHELL + 2)
2832 for (i = 0; i < BZ_N_OVERSHOOT; i++) {
3037 if (a2update < BZ_N_OVERSHOOT)
3089 i = nblock+BZ_N_OVERSHOOT;
4544 s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) );