Searched refs:lsbs (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c71 * @param lsbs The number of least significant bits
73 static unsigned int get_msbs_tex(unsigned int bits, unsigned int lsbs) argument
75 return (bits >> lsbs) & 0x15;
78 #define R400_EXT_GET_MSBS(x, lsbs, mask) (((x) >> lsbs) & mask)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c73 * @param lsbs The number of least significant bits
75 static unsigned int get_msbs_tex(unsigned int bits, unsigned int lsbs) argument
77 return (bits >> lsbs) & 0x15;
80 #define R400_EXT_GET_MSBS(x, lsbs, mask) (((x) >> lsbs) & mask)
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfwoff2.c1378 FT_Short* lsbs = NULL; local in function:reconstruct_hmtx
1407 FT_NEW_ARRAY( lsbs, num_glyphs ) )
1436 lsbs[i] = lsb;
1453 lsbs[i] = lsb;
1471 WRITE_SHORT( dst, lsbs[i] );
1472 FT_TRACE6(( "%d ", lsbs[i] ));
1486 FT_FREE( lsbs );
1493 FT_FREE( lsbs );

Completed in 5 milliseconds