HomeSort by relevance Sort by last modified time
    Searched refs:bit_count (Results 1 - 3 of 3) sorted by null

  /external/freetype/include/freetype/internal/
pshints.h 489 * bit_count ::
499 * `bit_count' is the number of meaningful bits in the `bytes' array; it
510 FT_UInt bit_count,
531 * bit_count ::
541 * `bit_count' is the number of meaningful bits in the `bytes' array; it
551 FT_UInt bit_count,
  /external/freetype/src/pshinter/
pshrec.c 316 FT_UInt bit_count,
327 error = ps_mask_ensure( mask, bit_count, memory );
331 mask->num_bits = bit_count;
342 for ( ; bit_count > 0; bit_count-- )
997 FT_UInt bit_count,
1012 if ( bit_count != count1 + count2 )
1016 bit_count, count1 + count2 ));
1042 FT_UInt bit_count,
1057 if ( bit_count != count1 + count2
    [all...]
  /external/ppp/pppd/
auth.c 2085 int bit_count; local
2104 mask <<= bit_count; local
    [all...]

Completed in 47 milliseconds