Lines Matching defs:S32
189 #define S32 4
279 size = S32 + S32 + (S32 + S8 + S32) * pFont->info.nprops;
281 table->size = RoundUp(size) + S32 + RoundUp(prop_string_size);
295 size = S32 + S16 + bitmapFont->num_chars * (5 * S8);
300 table->size = S32 + S32 + bitmapFont->num_chars * (6 * S16);
306 size = S32 + S32 + bitmapFont->num_chars * S32 +
307 GLYPHPADOPTIONS * S32 +
317 size = S32 + S16 + bitmapFont->num_chars * (5 * S8);
322 table->size = S32 + S32 + bitmapFont->num_chars * (6 * S16);
331 size = S32 + 5 * S16 + nencodings * S16;
337 table->size = S32 + S32 + bitmapFont->num_chars * S32;
348 S32 + S32 + bitmapFont->num_chars * S32 + S32 +
364 header_size = S32 + S32 + ntables * (4 * S32);