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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfwrite.c174 #define S32 4 macro
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
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfwrite.c176 #define S32 4 macro
266 size = S32 + S32 + (S32 + S8 + S32) * pFont->info.nprops;
268 table->size = RoundUp(size) + S32 +
283 size = S32 + S16 + bitmapFont->num_chars * (5 * S8);
287 table->size = S32 + S32 + bitmapFont->num_chars * (6 * S16);
293 size = S32
[all...]
/xsrc/external/mit/bdftopcf/dist/
H A Dpcfwrite.c189 #define S32 4 macro
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
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgf100.asm41 // DIV S32, like DIV U32 after taking ABS(inputs)
H A Dgk110.asm45 // DIV S32, like DIV U32 after taking ABS(inputs)
H A Dgm107.asm51 // DIV S32, like DIV U32 after taking ABS(inputs)
H A Dgk104.asm45 // DIV S32, like DIV U32 after taking ABS(inputs)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgf100.asm41 // DIV S32, like DIV U32 after taking ABS(inputs)
H A Dgk110.asm45 // DIV S32, like DIV U32 after taking ABS(inputs)
H A Dgm107.asm51 // DIV S32, like DIV U32 after taking ABS(inputs)
H A Dgk104.asm45 // DIV S32, like DIV U32 after taking ABS(inputs)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c60 #define IOPC(nir, op, src, cond) OPCT(nir, op, src, cond, S32)

Completed in 12 milliseconds