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

  /external/chromium_org/components/rappor/
byte_vector_utils_unittest.cc 102 int bit_count = CountBits(random); local
104 EXPECT_GT(bit_count, 155); // Binomial(400, .5) CDF(155) ~= 0.000004
105 EXPECT_LE(bit_count, 244); // Binomial(400, .5) CDF(244) ~= 0.999996
111 int bit_count = CountBits(random); local
113 EXPECT_GT(bit_count, 259); // Binomial(400, .75) CDF(259) ~= 0.000003
114 EXPECT_LE(bit_count, 337); // Binomial(400, .75) CDF(337) ~= 0.999997
121 int bit_count = CountBits(random); local
123 EXPECT_GT(bit_count, 155); // Binomial(400, .5) CDF(155) ~= 0.000004
124 EXPECT_LE(bit_count, 244); // Binomial(400, .5) CDF(244) ~= 0.999996
131 int bit_count = CountBits(random) local
    [all...]
byte_vector_utils.cc 108 int bit_count = 0; local
113 bit_count++;
116 return bit_count;
  /external/chromium_org/net/spdy/
hpack_input_stream.cc 156 void HpackInputStream::ConsumeBits(size_t bit_count) {
157 size_t byte_count = (bit_offset_ + bit_count) / 8;
158 bit_offset_ = (bit_offset_ + bit_count) % 8;
hpack_huffman_table.cc 252 size_t bit_count = 0; local
257 bit_count += length_by_id_[symbol_id];
259 if (bit_count % 8 != 0) {
260 bit_count += 8 - bit_count % 8;
262 return bit_count / 8;
  /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/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/pdfium/core/include/thirdparties/freetype/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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-- )
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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 166 const int32 bit_count = byte_count * 8; local
168 const int64 bb = value >> bit_count;
195 const int32 bit_count = byte_count * 8; local
197 const uint8 byte = static_cast<uint8>(value.u32 >> bit_count);
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 146 const int32 bit_count = byte_count * 8; local
148 const int64 bb = value >> bit_count;
175 const int32 bit_count = byte_count * 8; local
177 const uint8 byte = static_cast<uint8>(value.u32 >> bit_count);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 146 const int32 bit_count = byte_count * 8; local
148 const int64 bb = value >> bit_count;
175 const int32 bit_count = byte_count * 8; local
177 const uint8 byte = static_cast<uint8>(value.u32 >> bit_count);
  /external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.cc 187 uint8 bit_count[2]; member in struct:__anon13074::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...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator.c 549 int32_t bit_count = (self->bit_counts[i] << 9); // Q9. local
558 WebRtc_MeanEstimatorFix(bit_count, shifts, &(self->mean_bit_counts[i]));

Completed in 1678 milliseconds