Lines Matching refs:budget
352 Int32* budget ) in mainGtU() argument
464 (*budget)--; in mainGtU()
492 Int32* budget ) in mainSimpleSort() argument
515 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
529 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
543 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
552 if (*budget < 0) return; in mainSimpleSort()
628 Int32* budget ) in mainQSort3() argument
651 mainSimpleSort ( ptr, block, quadrant, nblock, lo, hi, d, budget ); in mainQSort3()
652 if (*budget < 0) return; in mainQSort3()
757 Int32* budget ) in mainSort() argument
899 lo, hi, BZ_N_RADIX, budget in mainSort()
902 if (*budget < 0) return; in mainSort()
1040 Int32 budget; in BZ2_blockSort() local
1066 budget = budgetInit; in BZ2_blockSort()
1068 mainSort ( ptr, block, quadrant, ftab, nblock, verb, &budget ); in BZ2_blockSort()
1071 budgetInit - budget, in BZ2_blockSort()
1073 (float)(budgetInit - budget) / in BZ2_blockSort()
1075 if (budget < 0) { in BZ2_blockSort()