Searched defs:ones_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/math/
H A Dstat.c62 uint16_t ones_count; local
64 ones_count = 0;
66 ones_count += octet_get_weight(*data);
70 debug_print(mod_stat, "bit count: %d", ones_count);
72 if ((ones_count < 9725) || (ones_count > 10275))
241 int ones_count = 0; local
271 ones_count += octet_get_weight(*data);
354 debug_print(mod_stat, "stat: bit count: %d", ones_count);
356 if ((ones_count < 972
[all...]
/external/srtp/crypto/math/
H A Dstat.c27 uint16_t ones_count; local
29 ones_count = 0;
31 ones_count += octet_get_weight(*data);
35 debug_print(mod_stat, "bit count: %d", ones_count);
37 if ((ones_count < 9725) || (ones_count > 10275))
206 int ones_count = 0; local
236 ones_count += octet_get_weight(*data);
319 debug_print(mod_stat, "stat: bit count: %d", ones_count);
321 if ((ones_count < 972
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc271 int ones_count = 0; local
276 ones_count += 1;
278 CHECK_LT(ones_count, 4); // << " out of " << i << " samples.";
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc271 int ones_count = 0; local
276 ones_count += 1;
278 CHECK_LT(ones_count, 4); // << " out of " << i << " samples.";

Completed in 117 milliseconds