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

  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
user_counters_test.cc 41 double its = e.GetAs< double >("iterations"); local
44 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2.*its, 0.001);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
getifaddrs.c 52 ifaddr_test_state_t *its = context; local
55 its->lladdr_removed = true;
57 its->lladdr_added = true;
73 ifaddr_test_state_t *its = context; local
74 *ifaddrs = its->real_ifaddrs;
96 ifaddr_test_state_t *its = calloc(1, sizeof (*its)); local
97 TEST_FAIL_CHECK(state, its != NULL, "no memory for test-specific state.");
98 its->test_state = state;
102 TEST_FAIL_CHECK_STATUS(state, getifaddrs(&its->real_ifaddrs) == 0, "getifaddrs failed: %s", strerror(errno))
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
user_counters_test.cc 48 double its = e.NumIterations(); local
51 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. * its, 0.001);
277 double its = e.NumIterations(); local
279 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, its, 0.001);
280 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. * its, 0.001);
318 double its = e.NumIterations(); local
321 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, its * 1. / t, 0.001);
322 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, its * 2. / t, 0.001);
357 double its = e.NumIterations(); local
359 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, 1. / its, 0.001)
395 double its = e.NumIterations(); local
    [all...]
  /src/sys/compat/common/
kern_time_50.c 490 struct itimerspec its; local
495 &its)) != 0)
497 itimerspec_to_itimerspec50(&its, &its50);
  /src/sys/compat/linux/common/
linux_time.c 430 struct itimerspec its; local
434 error = dotimer_gettime(SCARG(uap, timerid), l->l_proc, &its);
436 native_to_linux_itimerspec(&lits, &its);
491 struct itimerspec its; local
495 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval);
497 native_to_linux_itimerspec(&lits, &its);
  /src/sys/compat/linux32/common/
linux32_time.c 485 struct itimerspec its; local
489 error = dotimer_gettime(SCARG(uap, timerid), l->l_proc, &its);
491 native_to_linux32_itimerspec(&lits, &its);
515 struct itimerspec its; local
519 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval);
521 native_to_linux32_itimerspec(&lits, &its);
  /src/sys/compat/netbsd32/
netbsd32_time.c 498 struct itimerspec its; local
502 &its)) != 0)
506 netbsd32_from_timespec(&its.it_interval, &its32.it_interval);
507 netbsd32_from_timespec(&its.it_value, &its32.it_value);
549 struct itimerspec its, oits, *oitsp = NULL; local
557 netbsd32_to_timespec(&its32.it_interval, &its.it_interval);
558 netbsd32_to_timespec(&its32.it_value, &its.it_value);
565 &its, oitsp, retval);
587 struct itimerspec its; local
590 error = do_timerfd_gettime(l, SCARG(uap, fd), &its, retval)
    [all...]
netbsd32_compat_50.c 423 struct itimerspec its; local
427 &its)) != 0)
432 netbsd32_from_timespec50(&its.it_interval, &its32.it_interval);
433 netbsd32_from_timespec50(&its.it_value, &its32.it_value);
  /src/tests/lib/libc/sys/
t_timer_create.c 449 struct itimerspec its; local
462 its.it_value = einval_its[i].it_value;
463 its.it_value.tv_sec += now.tv_sec;
464 its.it_interval = einval_its[i].it_interval;
466 timer_settime(t, TIMER_ABSTIME, &its, NULL) == -1);
t_timerfd.c 177 struct itimerspec its = { 0 }; local
183 timerfd_gettime(fd, &its) == -1);
185 its.it_value.tv_sec = 5;
187 timerfd_settime(fd, 0, &its, NULL) == -1);
220 struct itimerspec its; local
233 its.it_value = einval_its[i].it_value;
234 its.it_value.tv_sec += now.tv_sec;
235 its.it_interval = einval_its[i].it_interval;
237 timerfd_settime(fd, TFD_TIMER_ABSTIME, &its, NULL) == -1);
259 struct itimerspec its = {.it_value = {-1, 0}, .it_interval = {0, 0}} local
308 const struct itimerspec its = { local
351 const struct itimerspec its = { local
389 struct itimerspec oits, its = { local
436 const struct itimerspec its = { local
483 const struct itimerspec its = { local
513 struct itimerspec its; local
650 const struct itimerspec its = { local
730 const struct itimerspec its = { local
    [all...]
  /src/sys/kern/
kern_time.c 45 * 3. Neither the name of the University nor the names of its contributors
670 * time timeout routine (itimer_callout()) run past after its deadline.
1481 struct itimerspec its; local
1485 &its)) != 0)
1488 return copyout(&its, SCARG(uap, value), sizeof(its));
1492 dotimer_gettime(int timerid, struct proc *p, struct itimerspec *its)
1505 itimer_gettime(it, its);
1579 struct itimerspec its; local
1590 itimer_gettime(it, &its);
    [all...]
  /src/sys/arch/arm/cortex/
gicv3_its.c 60 * ITS translation table sizes
99 gits_read_4(struct gicv3_its *its, bus_size_t reg)
101 return bus_space_read_4(its->its_bst, its->its_bsh, reg);
105 gits_write_4(struct gicv3_its *its, bus_size_t reg, uint32_t val)
107 bus_space_write_4(its->its_bst, its->its_bsh, reg, val);
111 gits_read_8(struct gicv3_its *its, bus_size_t reg)
113 return bus_space_read_8(its->its_bst, its->its_bsh, reg)
578 struct gicv3_its * const its = msi->msi_priv; local
636 struct gicv3_its * const its = msi->msi_priv; local
711 struct gicv3_its * const its = msi->msi_priv; local
734 struct gicv3_its * const its = msi->msi_priv; local
980 struct gicv3_its * const its = priv; local
1023 struct gicv3_its * const its = priv; local
1034 struct gicv3_its * const its = priv; local
1064 struct gicv3_its *its; local
    [all...]
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.c 1435 * findserver - find a server in the list given its address
1556 struct itimerspec its; local
1594 its.it_interval.tv_sec = 0;
1595 its.it_value.tv_sec = 0;
1596 its.it_interval.tv_nsec = 1000000000/TIMER_HZ;
1597 its.it_value.tv_nsec = 1000000000/(TIMER_HZ<<1);
1598 timer_settime(ntpdate_timerid, 0 /* !TIMER_ABSTIME */, &its, NULL);

Completed in 32 milliseconds