Home
last modified time | relevance | path

Searched refs:bytes_wide (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/io/
H A Dtem_safe.c1995 int bytes_wide; in bit_to_pix4() local
2001 bytes_wide = (tems.ts_font.width + 7) / 8; in bit_to_pix4()
2004 for (byte = 0; byte < bytes_wide; byte++) { in bit_to_pix4()
2049 int bytes_wide; in bit_to_pix8() local
2057 bytes_wide = (tems.ts_font.width + 7) / 8; in bit_to_pix8()
2061 for (byte = 0; byte < bytes_wide; byte++) { in bit_to_pix8()
2109 int bytes_wide; in bit_to_pix24() local
2121 bytes_wide = (tems.ts_font.width + 7) / 8; in bit_to_pix24()
2125 for (byte = 0; byte < bytes_wide; byte++) { in bit_to_pix24()