Lines Matching defs:TEST_SG_TOTAL
235 #define TEST_SG_TOTAL 10000
244 * given as a proportion out of TEST_SG_TOTAL so that it
443 unsigned int remaining = TEST_SG_TOTAL;
462 for (i = 0; i < count && total != TEST_SG_TOTAL; i++) {
464 divs[i].proportion_of_total > TEST_SG_TOTAL - total)
472 return total == TEST_SG_TOTAL &&
579 TEST_SG_TOTAL / 2) / TEST_SG_TOTAL);
916 unsigned int remaining = TEST_SG_TOTAL;
972 BUILD_BUG_ON(TEST_SG_TOTAL != 10000); /* for "%u.%u%%" */