Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/console/
H A Dvideo_console.c1548 uint32_t *theCharPrevious; in vc_paint_char_32() local
1554 theCharPrevious = (uint32_t*)(vc_rendered_font + (ch_previous * vc_rendered_char_size)); in vc_paint_char_32()
1558 theCharPrevious = NULL; in vc_paint_char_32()
1561 theCharPrevious = NULL; in vc_paint_char_32()
1564 theCharPrevious = NULL; in vc_paint_char_32()
1576 if (theCharPrevious == NULL || val != *theCharPrevious++) { in vc_paint_char_32()