Searched defs:bytes_wide (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c2045 int bytes_wide; local
2051 bytes_wide = (tems.ts_font.width + 7) / 8;
2054 for (byte = 0; byte < bytes_wide; byte++) {
2099 int bytes_wide; local
2107 bytes_wide = (tems.ts_font.width + 7) / 8;
2111 for (byte = 0; byte < bytes_wide; byte++) {
2159 int bytes_wide; local
2171 bytes_wide = (tems.ts_font.width + 7) / 8;
2175 for (byte = 0; byte < bytes_wide; byte++) {

Completed in 63 milliseconds