HomeSort by: relevance | last modified time | path
    Searched defs:cfg_duration (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
test-ratelim.c 64 static int cfg_duration = 5; variable
240 if (total_n_bev_checks >= .8 * ((double)cfg_duration / cfg_tick_msec) * cfg_n_connections) {
443 tv.tv_sec = cfg_duration - 1;
513 persec /= cfg_duration;
520 ((double)total_received)/cfg_duration);
523 ((double)total_received/cfg_duration);
533 (((double)total_received)/cfg_duration)/cfg_n_connections);
535 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections;
566 { "-d", &cfg_duration, 1, 0 },
test-ratelim.c 64 static int cfg_duration = 5; variable
240 if (total_n_bev_checks >= .8 * ((double)cfg_duration / cfg_tick_msec) * cfg_n_connections) {
443 tv.tv_sec = cfg_duration - 1;
513 persec /= cfg_duration;
520 ((double)total_received)/cfg_duration);
523 ((double)total_received/cfg_duration);
533 (((double)total_received)/cfg_duration)/cfg_n_connections);
535 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections;
566 { "-d", &cfg_duration, 1, 0 },
  /src/external/bsd/ntp/dist/sntp/libevent/test/
test-ratelim.c 65 static int cfg_duration = 5; variable
241 if (total_n_bev_checks >= .8 * ((double)cfg_duration / cfg_tick_msec) * cfg_n_connections) {
444 tv.tv_sec = cfg_duration - 1;
514 persec /= cfg_duration;
521 ((double)total_received)/cfg_duration);
524 ((double)total_received/cfg_duration);
534 (((double)total_received)/cfg_duration)/cfg_n_connections);
536 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections;
567 { "-d", &cfg_duration, 1, 0 },
test-ratelim.c 65 static int cfg_duration = 5; variable
241 if (total_n_bev_checks >= .8 * ((double)cfg_duration / cfg_tick_msec) * cfg_n_connections) {
444 tv.tv_sec = cfg_duration - 1;
514 persec /= cfg_duration;
521 ((double)total_received)/cfg_duration);
524 ((double)total_received/cfg_duration);
534 (((double)total_received)/cfg_duration)/cfg_n_connections);
536 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections;
567 { "-d", &cfg_duration, 1, 0 },
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
grammar.h 89 typedef struct cfg_duration cfg_duration_t;
168 struct cfg_duration { struct
grammar.h 89 typedef struct cfg_duration cfg_duration_t;
168 struct cfg_duration { struct

Completed in 34 milliseconds