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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_predid.c71 const size_t bytes_per_line = 16; /* Bytes per line (power of 2) */ local
74 char hex_buf[hex_cols*bytes_per_line+1]; /* Hex byte buf */
82 line_addr = start_addr & ~(bytes_per_line - 1); /* Round down */
90 for (; line_addr <= end_addr; line_addr += bytes_per_line) {
92 (((byte_addr - line_addr) < bytes_per_line) &&

Completed in 1116 milliseconds