OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ones_count
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/math/
stat.c
62
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
< 9725) || (ones_count > 10275))
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc
271
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/
sampler_test.cc
271
int
ones_count
= 0;
local
276
ones_count
+= 1;
278
CHECK_LT(
ones_count
, 4); // << " out of " << i << " samples.";
Completed in 137 milliseconds