OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VidCols
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/core/
font.c
124
VidCols
= ((GXPixCols >> 3) - 1);
175
VidCols
= --cols; /* Store count-1 (same as rows) */
rawcon.c
40
ireg.edx.b[0] =
VidCols
;
66
if (++ireg.edx.b[0] <=
VidCols
)
/external/syslinux/core/include/
bios.h
79
#define
VidCols
_screensize.b.col
Completed in 94 milliseconds