OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mod_stat
(Results
1 - 3
of
3
) sorted by null
/external/srtp/crypto/math/
stat.c
12
debug_module_t
mod_stat
= {
variable
35
debug_print(
mod_stat
, "bit count: %d", ones_count);
66
debug_print(
mod_stat
, "poker test: %f\n", poker);
109
debug_print(
mod_stat
, ">25 runs: %d", state);
117
debug_print(
mod_stat
, ">25 gaps: %d", state);
137
debug_print(
mod_stat
, ">25 runs (2): %d", state);
152
debug_print(
mod_stat
, ">25 gaps (2): %d", state);
168
if (
mod_stat
.on) {
169
debug_print(
mod_stat
, "runs test", NULL);
171
debug_print(
mod_stat
, " runs[]: %d", runs[i])
[
all
...]
/external/srtp/crypto/kernel/
crypto_kernel.c
63
extern debug_module_t
mod_stat
;
123
status = crypto_kernel_load_debug_module(&
mod_stat
);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc
54
extern "C" debug_module_t
mod_stat
;
91
debug_on(
mod_stat
);
Completed in 1426 milliseconds