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/srtp/crypto/math/
stat.c
27
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
< 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 118 milliseconds