Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/console/
H A Dvideo_console.c2267 volatile uint32_t * row_start; member
2285 *(state->row_start + state->col) = pixel_value; in vc_decompress_lzss_next_pixel()
2292 state->row_start = (volatile uint32_t *) (((uintptr_t)state->row_start) + state->bytes_per_row); in vc_decompress_lzss_next_pixel()