Lines Matching defs:S32
174 #define S32 4
264 size = S32 + S32 + (S32 + S8 + S32) * pFont->info.nprops;
266 table->size = RoundUp(size) + S32 +
281 size = S32 + S16 + bitmapFont->num_chars * (5 * S8);
285 table->size = S32 + S32 + bitmapFont->num_chars * (6 * S16);
291 size = S32 + S32 + bitmapFont->num_chars * S32 +
292 GLYPHPADOPTIONS * S32 +
301 size = S32 + S16 + bitmapFont->num_chars * (5 * S8);
305 table->size = S32 + S32 + bitmapFont->num_chars * (6 * S16);
314 size = S32 + 5 * S16 + nencodings * S16;
320 table->size = S32 + S32 + bitmapFont->num_chars * S32;
328 table->size = S32 + S32 + bitmapFont->num_chars * S32 +
329 S32 + RoundUp(glyph_string_size);
344 header_size = S32 + S32 + ntables * (4 * S32);