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/chromium_org/third_party/libsrtp/srtp/crypto/math/
stat.c
47
debug_module_t
mod_stat
= {
variable
70
debug_print(
mod_stat
, "bit count: %d", ones_count);
101
debug_print(
mod_stat
, "poker test: %f\n", poker);
144
debug_print(
mod_stat
, ">25 runs: %d", state);
152
debug_print(
mod_stat
, ">25 gaps: %d", state);
172
debug_print(
mod_stat
, ">25 runs (2): %d", state);
187
debug_print(
mod_stat
, ">25 gaps (2): %d", state);
203
if (
mod_stat
.on) {
204
debug_print(
mod_stat
, "runs test", NULL);
206
debug_print(
mod_stat
, " runs[]: %d", runs[i])
[
all
...]
/external/chromium_org/third_party/libsrtp/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
62
extern "C" debug_module_t
mod_stat
;
99
debug_on(
mod_stat
);
Completed in 75 milliseconds