Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dscvgarndr.c684 static const int col_conv[16] = { in draw_txtmouse() local
694 color = (col_conv[(a & 0xf000) >> 12] << 12) in draw_txtmouse()