Lines Matching refs:MAX_GLYPH
187 #define MAX_GLYPH 512 /* Max possible glyph value */
237 inv = dict->inverse_translations[m] = kmalloc(MAX_GLYPH,
242 memset(inv, 0, MAX_GLYPH);
246 if (glyph >= 0 && glyph < MAX_GLYPH && inv[glyph] < 32) {
263 inv = dict->inverse_trans_unicode = kmalloc_array(MAX_GLYPH,
268 memset(inv, 0, MAX_GLYPH * sizeof(*inv));
280 if (glyph < MAX_GLYPH && inv[glyph] < 32)
305 if (glyph >= MAX_GLYPH)
816 if (*row >= MAX_GLYPH)
896 if (glyph >= MAX_GLYPH)