Lines Matching refs:budget
392 Int32* budget ) in mainGtU() argument
504 (*budget)--; in mainGtU()
532 Int32* budget ) in mainSimpleSort() argument
555 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
569 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
583 ptr[j-h]+d, v+d, block, quadrant, nblock, budget in mainSimpleSort()
592 if (*budget < 0) return; in mainSimpleSort()
668 Int32* budget ) in mainQSort3() argument
691 mainSimpleSort ( ptr, block, quadrant, nblock, lo, hi, d, budget ); in mainQSort3()
692 if (*budget < 0) return; in mainQSort3()
797 Int32* budget ) in mainSort() argument
939 lo, hi, BZ_N_RADIX, budget in mainSort()
942 if (*budget < 0) return; in mainSort()
1080 Int32 budget; in BZ2_blockSort() local
1106 budget = budgetInit; in BZ2_blockSort()
1108 mainSort ( ptr, block, quadrant, ftab, nblock, verb, &budget ); in BZ2_blockSort()
1111 budgetInit - budget, in BZ2_blockSort()
1113 (float)(budgetInit - budget) / in BZ2_blockSort()
1115 if (budget < 0) { in BZ2_blockSort()