Searched refs:middleMult (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c928 int smallMult, smallMax, middleMult, middleMax, largeMult, largeMax; local
1003 middleMult = small + 1;
1004 middleMax = middle / middleMult;
1011 test.blue_max = middleMax; test.blue_mult = middleMult;
1014 test.green_max = middleMax; test.green_mult = middleMult;
1020 test.blue_max = middleMax; test.blue_mult = middleMult;
1023 test.red_max = middleMax; test.red_mult = middleMult;
1029 test.red_max = middleMax; test.red_mult = middleMult;
1032 test.green_max = middleMax; test.green_mult = middleMult;

Completed in 10 milliseconds