Lines Matching refs:MAX_GLYPH
185 #define MAX_GLYPH 512 /* Max possible glyph value */
209 q = p->inverse_translations[i] = kmalloc(MAX_GLYPH, GFP_KERNEL);
212 memset(q, 0, MAX_GLYPH);
216 if (glyph >= 0 && glyph < MAX_GLYPH && q[glyph] < 32) {
234 kmalloc_array(MAX_GLYPH, sizeof(u16), GFP_KERNEL);
238 memset(q, 0, MAX_GLYPH * sizeof(u16));
250 if (glyph >= 0 && glyph < MAX_GLYPH
275 if (glyph < 0 || glyph >= MAX_GLYPH)
762 if (*p2 >= MAX_GLYPH)
837 (h = p2[ucs & 0x3f]) < MAX_GLYPH)