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

  /external/chromium_org/third_party/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/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/chromium_org/third_party/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/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-- )
998 FT_UInt bit_count,
1013 if ( bit_count != count1 + count2 )
1017 bit_count, count1 + count2 ));
1043 FT_UInt bit_count,
1058 if ( bit_count != count1 + count2
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.cc 187 uint8 bit_count[2]; member in struct:__anon10704::BitmapInfoHeader
230 Set16BitValue(bih.bit_count, 32);
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator.c 226 int32_t bit_count = (handle->bit_counts[i] << 9); // Q9. local
235 WebRtc_MeanEstimatorFix(bit_count, shifts, &(handle->mean_bit_counts[i]));
  /external/ppp/pppd/
auth.c 2085 int bit_count; local
2104 mask <<= bit_count; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 869 bit_count
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 869 bit_count

Completed in 3186 milliseconds