Lines Matching refs:debug_print

35   debug_print(mod_stat, "bit count: %d", ones_count);  in stat_test_monobit()
66 debug_print(mod_stat, "poker test: %f\n", poker); in stat_test_poker()
109 debug_print(mod_stat, ">25 runs: %d", state); in stat_test_runs()
117 debug_print(mod_stat, ">25 gaps: %d", state); in stat_test_runs()
137 debug_print(mod_stat, ">25 runs (2): %d", state); in stat_test_runs()
152 debug_print(mod_stat, ">25 gaps (2): %d", state); in stat_test_runs()
169 debug_print(mod_stat, "runs test", NULL); in stat_test_runs()
171 debug_print(mod_stat, " runs[]: %d", runs[i]); in stat_test_runs()
173 debug_print(mod_stat, " gaps[]: %d", gaps[i]); in stat_test_runs()
222 debug_print(mod_stat, "couldn't get rand bytes: %d",status); in stat_test_rand_source()
227 debug_print(mod_stat, "%s", in stat_test_rand_source()
255 debug_print(mod_stat, ">25 runs (3): %d", state); in stat_test_rand_source()
263 debug_print(mod_stat, ">25 gaps (3): %d", state); in stat_test_rand_source()
283 debug_print(mod_stat, ">25 runs (4): %d", state); in stat_test_rand_source()
298 debug_print(mod_stat, ">25 gaps (4): %d", state); in stat_test_rand_source()
319 debug_print(mod_stat, "stat: bit count: %d", ones_count); in stat_test_rand_source()
322 debug_print(mod_stat, "stat: failed monobit test %d", ones_count); in stat_test_rand_source()
334 debug_print(mod_stat, "stat: poker test: %f", poker); in stat_test_rand_source()
337 debug_print(mod_stat, "stat: failed poker test", NULL); in stat_test_rand_source()
345 debug_print(mod_stat, "stat: failed run/gap test", NULL); in stat_test_rand_source()
349 debug_print(mod_stat, "passed random stat test", NULL); in stat_test_rand_source()
363 debug_print(mod_stat, "failed stat test (try number %d)\n", i); in stat_test_rand_source_with_repetition()