Lines Matching refs:budget
2426 Int32* budget ) in mainGtU() argument
2538 (*budget)--; in mainGtU()
2566 Int32* budget ) in mainSimpleSort() argument
2589 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2603 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2617 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2626 if (*budget < 0) return; in mainSimpleSort()
2701 Int32* budget ) in mainQSort3() argument
2724 mainSimpleSort ( ptr, block, quadrant, nblock, lo, hi, d, budget ); in mainQSort3()
2725 if (*budget < 0) return; in mainQSort3()
2830 Int32* budget ) in mainSort() argument
2972 lo, hi, BZ_N_RADIX, budget in mainSort()
2975 if (*budget < 0) return; in mainSort()
2999 croak( 2 + (char*)budget ); /* should identify decl in calling frame */ in mainSort()
3115 Int32 budget; in BZ2_blockSort() local
3141 budget = budgetInit; in BZ2_blockSort()
3143 mainSort ( ptr, block, quadrant, ftab, nblock, verb, &budget ); in BZ2_blockSort()
3146 budgetInit - budget, in BZ2_blockSort()
3148 (float)(budgetInit - budget) / in BZ2_blockSort()
3150 if (budget < 0) { in BZ2_blockSort()