Lines Matching refs:budget
2389 Int32* budget ) in mainGtU() argument
2501 (*budget)--; in mainGtU()
2529 Int32* budget ) in mainSimpleSort() argument
2552 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2566 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2580 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2589 if (*budget < 0) return; in mainSimpleSort()
2665 Int32* budget ) in mainQSort3() argument
2688 mainSimpleSort ( ptr, block, quadrant, nblock, lo, hi, d, budget ); in mainQSort3()
2689 if (*budget < 0) return; in mainQSort3()
2794 Int32* budget ) in mainSort() argument
2936 lo, hi, BZ_N_RADIX, budget in mainSort()
2939 if (*budget < 0) return; in mainSort()
3077 Int32 budget; in BZ2_blockSort() local
3103 budget = budgetInit; in BZ2_blockSort()
3105 mainSort ( ptr, block, quadrant, ftab, nblock, verb, &budget ); in BZ2_blockSort()
3108 budgetInit - budget, in BZ2_blockSort()
3110 (float)(budgetInit - budget) / in BZ2_blockSort()
3112 if (budget < 0) { in BZ2_blockSort()