HomeSort by: relevance | last modified time | path
    Searched refs:complement (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/gxvalid/
gxvprop.c 121 char complement; local
131 complement = (char)( offset >> 8 );
132 if ( complement & 0x08 )
137 complement = (char)( ( complement & 0x07 ) + 1 );
139 /* The gid for complement must be greater than 0 */
140 if ( glyph <= complement )
142 GXV_TRACE(( " found non-positive glyph complement\n" ));
148 /* The gid for complement must be the face. */
149 gxv_glyphid_validate( (FT_UShort)( glyph + complement ), gxvalid )
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_blending.c 129 /* Helper to strip the complement from any Gallium blend factor */
134 int complement = complement_factor(factor); local
135 return (complement == -1) ? factor : complement;
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_texture_signed_rgba.spec 83 A signed 8-bit two's complement value X is computed to
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_texture_signed_rgba.spec 83 A signed 8-bit two's complement value X is computed to
  /xsrc/external/mit/MesaLib/dist/src/amd/registers/
makeregheader.py 333 complement = ((1 << 32) - 1) ^ (mask << field_line.bits[0])
335 print('#define C{define_name} 0x{complement:08X}'
  /xsrc/external/mit/fontconfig/dist/
configure 23581 /* These limits are merily those of a two complement byte-oriented system */

Completed in 23 milliseconds