HomeSort by relevance Sort by last modified time
    Searched refs:itv (Results 1 - 25 of 42) sorted by null

1 2

  /external/compiler-rt/test/msan/
signal_stress_test.cc 40 itimerval itv; local
41 itv.it_interval.tv_sec = 0;
42 itv.it_interval.tv_usec = 100;
43 itv.it_value.tv_sec = 0;
44 itv.it_value.tv_usec = 100;
45 setitimer(ITIMER_PROF, &itv, NULL);
63 itv.it_interval.tv_sec = 0;
64 itv.it_interval.tv_usec = 0;
65 itv.it_value.tv_sec = 0;
66 itv.it_value.tv_usec = 0
    [all...]
  /external/toybox/toys/other/
timeout.c 37 struct itimerval itv;
50 TT.itv.it_value = TT.ktv;
51 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf);
58 TT.itv.it_value.tv_sec = xparsetime(*toys.optargs, 1000000, &TT.itv.it_value.tv_usec);
69 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf);
  /external/eigen/test/
stdlist_overload.cpp 51 typename std::list<MatrixType>::iterator itv = get(v, 5); local
53 *itv = x;
54 *itw = *itv;
55 VERIFY_IS_APPROX(*itw, *itv);
57 itv = v.begin();
61 VERIFY_IS_APPROX(*itw, *itv);
62 ++itv;
91 typename std::list<TransformType>::iterator itv = get(v, 5); local
93 *itv = x;
94 *itw = *itv;
131 typename std::list<QuaternionType>::iterator itv = get(v, 5); local
    [all...]
  /external/strace/tests/
pause.c 60 const struct itimerval itv = { .it_value.tv_usec = 123456 }; local
61 if (setitimer(ITIMER_REAL, &itv, NULL))
erestartsys.c 66 const struct itimerval itv = { .it_value.tv_usec = 123456 }; local
67 if (setitimer(ITIMER_REAL, &itv, NULL))
restart_syscall.c 49 const struct itimerval itv = { .it_value.tv_usec = 111111 };
54 if (setitimer(ITIMER_REAL, &itv, NULL))
nanosleep.c 59 const struct itimerval itv = { .it_value.tv_usec = 111111 }; local
106 if (setitimer(ITIMER_REAL, &itv, NULL))
clock_nanosleep.c 61 const struct itimerval itv = { local
114 if (setitimer(ITIMER_REAL, &itv, NULL))
pselect6.c 63 const struct itimerval itv = { .it_value.tv_usec = 111111 }; local
152 assert(setitimer(ITIMER_REAL, &itv, NULL) == 0);
  /external/strace/tests-m32/
pause.c 60 const struct itimerval itv = { .it_value.tv_usec = 123456 }; local
61 if (setitimer(ITIMER_REAL, &itv, NULL))
erestartsys.c 66 const struct itimerval itv = { .it_value.tv_usec = 123456 }; local
67 if (setitimer(ITIMER_REAL, &itv, NULL))
restart_syscall.c 49 const struct itimerval itv = { .it_value.tv_usec = 111111 };
54 if (setitimer(ITIMER_REAL, &itv, NULL))
nanosleep.c 59 const struct itimerval itv = { .it_value.tv_usec = 111111 }; local
106 if (setitimer(ITIMER_REAL, &itv, NULL))
clock_nanosleep.c 61 const struct itimerval itv = { local
114 if (setitimer(ITIMER_REAL, &itv, NULL))
pselect6.c 63 const struct itimerval itv = { .it_value.tv_usec = 111111 }; local
152 assert(setitimer(ITIMER_REAL, &itv, NULL) == 0);
  /external/strace/tests-mx32/
pause.c 60 const struct itimerval itv = { .it_value.tv_usec = 123456 }; local
61 if (setitimer(ITIMER_REAL, &itv, NULL))
erestartsys.c 66 const struct itimerval itv = { .it_value.tv_usec = 123456 }; local
67 if (setitimer(ITIMER_REAL, &itv, NULL))
restart_syscall.c 49 const struct itimerval itv = { .it_value.tv_usec = 111111 };
54 if (setitimer(ITIMER_REAL, &itv, NULL))
nanosleep.c 59 const struct itimerval itv = { .it_value.tv_usec = 111111 }; local
106 if (setitimer(ITIMER_REAL, &itv, NULL))
clock_nanosleep.c 61 const struct itimerval itv = { local
114 if (setitimer(ITIMER_REAL, &itv, NULL))
pselect6.c 63 const struct itimerval itv = { .it_value.tv_usec = 111111 }; local
152 assert(setitimer(ITIMER_REAL, &itv, NULL) == 0);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
AccessEicr.s 267 // This routine is used to Read the value of Interval Timer Vector Register (ITV).
273 // Return Value: The current value of ITV.
282 mov r8 = cr.itv;;
290 // This routine is used to write the value to Interval Timer Vector Register (ITV).
294 // On Entry : The value need to be written to ITV
296 // Return Value: The value written to ITV.
306 mov cr.itv = in0
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
AccessEicr.s 268 // This routine is used to Read the value of Interval Timer Vector Register (ITV).
274 // Return Value: The current value of ITV.
283 mov r8 = cr.itv;;
291 // This routine is used to write the value to Interval Timer Vector Register (ITV).
295 // On Entry : The value need to be written to ITV
297 // Return Value: The value written to ITV.
307 mov cr.itv = in0
ReadCr.s 91 (p41) mov ret0=cr.itv // cr72
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
ia64_cpu.h 383 IA64_CR(itv)

Completed in 432 milliseconds

1 2