Searched refs:MAX_GLYPH (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dconsolemap.c171 #define MAX_GLYPH 512 /* Max possible glyph value */ macro
197 kmalloc(MAX_GLYPH, GFP_KERNEL);
200 memset(q, 0, MAX_GLYPH);
204 if (glyph >= 0 && glyph < MAX_GLYPH && q[glyph] < 32) {
222 kmalloc(MAX_GLYPH * sizeof(u16), GFP_KERNEL);
226 memset(q, 0, MAX_GLYPH * sizeof(u16));
238 if (glyph >= 0 && glyph < MAX_GLYPH
263 if (glyph < 0 || glyph >= MAX_GLYPH)
651 if (*p2 < MAX_GLYPH && ect++ < ct) {
724 (h = p2[ucs & 0x3f]) < MAX_GLYPH)
[all...]

Completed in 110 milliseconds