Lines Matching defs:TEST_SG_TOTAL
249 #define TEST_SG_TOTAL 10000
258 * given as a proportion out of TEST_SG_TOTAL so that it
470 unsigned int remaining = TEST_SG_TOTAL;
489 for (i = 0; i < count && total != TEST_SG_TOTAL; i++) {
491 divs[i].proportion_of_total > TEST_SG_TOTAL - total)
499 return total == TEST_SG_TOTAL &&
606 TEST_SG_TOTAL / 2) / TEST_SG_TOTAL);
1003 unsigned int remaining = TEST_SG_TOTAL;
1061 BUILD_BUG_ON(TEST_SG_TOTAL != 10000); /* for "%u.%u%%" */