Searched refs:line_addr (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.c76 size_t line_addr; /* Address for start of current line */ local
82 line_addr = start_addr & ~(bytes_per_line - 1); /* Round down */
83 for (byte_addr = line_addr; byte_addr < start_addr; byte_addr += 1) {
90 for (; line_addr <= end_addr; line_addr += bytes_per_line) {
92 (((byte_addr - line_addr) < bytes_per_line) &&
95 i = byte_addr - line_addr;
99 printf("\t0x%02X: %s\n", line_addr, hex_buf);

Completed in 12 milliseconds