HomeSort by relevance Sort by last modified time
    Searched defs:tmr (Results 1 - 15 of 15) sorted by null

  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c 124 void set_timespec(struct timespec *tmr, unsigned long long ustime)
126 tmr->tv_sec = (time_t) (ustime / 1000000ULL);
127 tmr->tv_nsec = (long) (1000ULL * (ustime % 1000000ULL));
179 struct itimerspec tmr; local
195 set_timespec(&tmr.it_value, 500 * 1000);
196 set_timespec(&tmr.it_interval, 0);
204 if (timerfd_settime(tfd, 0, &tmr, NULL))
222 set_timespec(&tmr.it_value, tnow + 500 * 1000);
223 set_timespec(&tmr.it_interval, 0);
224 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL)
    [all...]
  /external/qemu/hw/
apic.c 76 uint32_t tmr[8]; /* trigger mode register */ member in struct:APICState
387 set_bit(s->tmr, vector_num);
389 reset_bit(s->tmr, vector_num);
471 memset(s->tmr, 0, sizeof(s->tmr));
713 val = s->tmr[index & 7];
847 qemu_put_be32s(f, &s->tmr[i]);
883 qemu_get_be32s(f, &s->tmr[i]);
  /bionic/libc/kernel/arch-x86/asm/
apicdef_32.h 232 } tmr [8]; member in struct:local_apic
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 232 } tmr [8]; member in struct:local_apic
  /external/kernel-headers/original/asm-x86/
apicdef_32.h 210 } tmr [8]; member in struct:local_apic
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
apicdef_32.h 207 } tmr [8]; member in struct:local_apic
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h 207 } tmr [8]; member in struct:local_apic
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 207 } tmr [8]; member in struct:local_apic
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 207 } tmr [8]; member in struct:local_apic
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 207 } tmr [8]; member in struct:local_apic
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 232 } tmr [8]; member in struct:local_apic
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 232 } tmr [8]; member in struct:local_apic
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 232 } tmr [8]; member in struct:local_apic
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
apicdef_32.h 232 } tmr [8]; member in struct:local_apic
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 232 } tmr [8]; member in struct:local_apic

Completed in 360 milliseconds