Searched refs:byte_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.c73 size_t byte_addr; /* Current byte address */ local
83 for (byte_addr = line_addr; byte_addr < start_addr; byte_addr += 1) {
92 (((byte_addr - line_addr) < bytes_per_line) &&
93 (byte_addr <= end_addr));
94 byte_addr += 1) {
95 i = byte_addr - line_addr;
97 edid_data[byte_addr]);

Completed in 12 milliseconds