Lines Matching refs:budget
2374 Int32* budget ) in mainGtU() argument
2486 (*budget)--; in mainGtU()
2514 Int32* budget ) in mainSimpleSort() argument
2537 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2551 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2565 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
2574 if (*budget < 0) return; in mainSimpleSort()
2650 Int32* budget ) in mainQSort3() argument
2673 mainSimpleSort ( ptr, block, quadrant, nblock, lo, hi, d, budget ); in mainQSort3()
2674 if (*budget < 0) return; in mainQSort3()
2779 Int32* budget ) in mainSort() argument
2921 lo, hi, BZ_N_RADIX, budget in mainSort()
2924 if (*budget < 0) return; in mainSort()
3062 Int32 budget; in BZ2_blockSort() local
3088 budget = budgetInit; in BZ2_blockSort()
3090 mainSort ( ptr, block, quadrant, ftab, nblock, verb, &budget ); in BZ2_blockSort()
3093 budgetInit - budget, in BZ2_blockSort()
3095 (float)(budgetInit - budget) / in BZ2_blockSort()
3097 if (budget < 0) { in BZ2_blockSort()