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

/solaris-x11-s12/open-src/font/encodings/
H A DMakefile51 MODULE_CONFIG_OPTS=--disable-gzip-small-encodings \
/solaris-x11-s12/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 17 milliseconds