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

/solaris-x11-s11/open-src/font/encodings/
H A DMakefile51 MODULE_CONFIG_OPTS=--disable-gzip-small-encodings \
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Scrollbar.c185 static int InRange(num, small, big)
186 int num, small, big;
188 return (num < small) ? small : ((num > big) ? big : num);
195 static float FloatInRange(num, small, big)
196 float num, small, big;
198 return (num < small) ? small : ((num > big) ? big : num);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DScrollbar.c206 static int InRange(num, small, big)
207 int num, small, big;
209 return (num < small) ? small : ((num > big) ? big : num);
216 static float FloatInRange(num, small, big)
217 float num, small, big;
219 return (num < small) ? small : ((num > big) ? big : num);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c927 int small, middle, large; local
983 small = r; middle = b; large = g;
985 small = r; middle = g; large = b;
987 small = b; middle = r; large = g;
989 small = b; middle = g; large = r;
991 small = g; middle = r; large = b;
993 small = g; middle = b; large = r;
997 if ((middle % (small + 1)) != 0) return False;
998 if ((large % (small + middle + 1)) != 0) return False;
1002 smallMax = small;
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_pm.c1188 /* Use the small buffer method to calculate plane watermark */
1259 int small, large; local
1277 /* Use the minimum of the small and large buffer method for primary */
1278 small = ((clock * pixel_size / 1000) * latency_ns) / 1000;
1281 entries = DIV_ROUND_UP(min(small, large), display->cacheline_size);
1753 int small, large; local
1771 /* Use the minimum of the small and large buffer method for primary */
1772 small = ((clock * pixel_size / 1000) * latency_ns) / 1000;
1775 entries = DIV_ROUND_UP(min(small, large), display->cacheline_size);
2673 /* Use the small buffe
2697 int small, large; local
[all...]

Completed in 27 milliseconds