Lines Matching refs:budget
2398 Int32* budget ) in mainGtU() argument
2510 (*budget)--; in mainGtU()
2538 Int32* budget ) in mainSimpleSort() argument
2561 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2575 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2589 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2598 if (*budget < 0) return; in mainSimpleSort()
2674 Int32* budget ) in mainQSort3() argument
2697 mainSimpleSort ( ptr, block, quadrant, nblock, lo, hi, d, budget ); in mainQSort3()
2698 if (*budget < 0) return; in mainQSort3()
2803 Int32* budget ) in mainSort() argument
2945 lo, hi, BZ_N_RADIX, budget in mainSort()
2948 if (*budget < 0) return; in mainSort()
3086 Int32 budget; in BZ2_blockSort() local
3112 budget = budgetInit; in BZ2_blockSort()
3114 mainSort ( ptr, block, quadrant, ftab, nblock, verb, &budget ); in BZ2_blockSort()
3117 budgetInit - budget, in BZ2_blockSort()
3119 (float)(budgetInit - budget) / in BZ2_blockSort()
3121 if (budget < 0) { in BZ2_blockSort()