HomeSort by relevance Sort by last modified time
    Searched full:time_constant (Results 1 - 8 of 8) sorted by null

  /device/google/marlin/
thermal-engine-marlin.conf 9 time_constant 0
19 time_constant 0
29 time_constant 0
  /device/huawei/angler/
thermal-engine-angler.conf 72 time_constant 0
81 time_constant 16
90 time_constant 0
99 time_constant 0
108 time_constant 0
117 time_constant 0
126 time_constant 0
135 time_constant 0
144 time_constant 0
153 time_constant
    [all...]
  /external/iproute2/misc/
nstat.c 42 int time_constant = 0; variable
394 if (interval >= time_constant) {
428 getpid(), (unsigned long)random(), scan_interval/1000, time_constant/1000);
550 if (sscanf(optarg, "%d", &time_constant) != 1 ||
551 time_constant <= 0) {
581 if (time_constant == 0)
582 time_constant = 60;
583 time_constant *= 1000;
584 W = 1 - 1/exp(log(10)*(double)scan_interval/time_constant);
rtacct.c 41 int time_constant = 0; variable
323 if (interval >= time_constant) {
373 scan_interval/1000, time_constant/1000);
463 if (sscanf(optarg, "%d", &time_constant) != 1 ||
464 time_constant <= 0) {
510 if (time_constant == 0)
511 time_constant = 60;
512 time_constant *= 1000;
513 W = 1 - 1/exp(log(10)*(double)scan_interval/time_constant);
ifstat.c 45 int time_constant = 0; variable
551 if (interval >= time_constant) {
586 getpid(), (unsigned long)random(), scan_interval/1000, time_constant/1000);
724 time_constant = atoi(optarg);
725 if (time_constant <= 0) {
749 if (time_constant == 0)
750 time_constant = 60;
751 time_constant *= 1000;
752 W = 1 - 1/exp(log(10)*(double)scan_interval/time_constant);
  /external/iproute2/tc/
tc_filter.c 33 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n");
tc_qdisc.c 33 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n");
q_cbq.c 33 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n");

Completed in 418 milliseconds