Lines Matching refs:budget
2372 Int32* budget ) in mainGtU() argument
2484 (*budget)--; in mainGtU()
2512 Int32* budget ) in mainSimpleSort() argument
2535 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2549 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2563 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2572 if (*budget < 0) return; in mainSimpleSort()
2648 Int32* budget ) in mainQSort3() argument
2671 mainSimpleSort ( ptr, block, quadrant, nblock, lo, hi, d, budget ); in mainQSort3()
2672 if (*budget < 0) return; in mainQSort3()
2777 Int32* budget ) in mainSort() argument
2919 lo, hi, BZ_N_RADIX, budget in mainSort()
2922 if (*budget < 0) return; in mainSort()
3060 Int32 budget; in BZ2_blockSort() local
3086 budget = budgetInit; in BZ2_blockSort()
3088 mainSort ( ptr, block, quadrant, ftab, nblock, verb, &budget ); in BZ2_blockSort()
3091 budgetInit - budget, in BZ2_blockSort()
3093 (float)(budgetInit - budget) / in BZ2_blockSort()
3095 if (budget < 0) { in BZ2_blockSort()