Searched refs:row_start (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c2221 volatile uint32_t * row_start; member in struct:lzss_image_state
2239 *(state->row_start + state->col) = pixel_value;
2246 state->row_start = (volatile uint32_t *) (((uintptr_t)state->row_start) + state->bytes_per_row);

Completed in 178 milliseconds