HomeSort by relevance Sort by last modified time
    Searched defs:mod_stat (Results 1 - 2 of 2) 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/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...]

Completed in 53 milliseconds