Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/console/vga_text/
H A Dvga_text.c111 uint16 *p_limit = p + width; in fill_glyph() local
112 while (p < p_limit) *p++ = pair; in fill_glyph()