Home
last modified time | relevance | path

Searched refs:budgetInit (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/lib/bzip2/
Dbzlib_blocksort.c1081 Int32 budgetInit; in BZ2_blockSort() local
1105 budgetInit = nblock * ((wfact-1) / 3); in BZ2_blockSort()
1106 budget = budgetInit; in BZ2_blockSort()
1111 budgetInit - budget, in BZ2_blockSort()
1113 (float)(budgetInit - budget) / in BZ2_blockSort()
/external/bzip2/
Dblocksort.c1041 Int32 budgetInit; in BZ2_blockSort() local
1065 budgetInit = nblock * ((wfact-1) / 3); in BZ2_blockSort()
1066 budget = budgetInit; in BZ2_blockSort()
1071 budgetInit - budget, in BZ2_blockSort()
1073 (float)(budgetInit - budget) / in BZ2_blockSort()