HomeSort by relevance Sort by last modified time
    Searched full:ticks (Results 226 - 250 of 392) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 539 * e.g. power saving you may want to provide more ticks
611 ** for the specific events (in system ticks)
665 // timeout = GKI_MS_TO_TICKS(timeout); /* convert from milliseconds to ticks */
    [all...]
  /external/llvm/lib/Support/Windows/
Process.inc 51 // FILETIME's are # of 100 nanosecond ticks (1/10th of a microsecond)
  /external/qemu/docs/
AUDIO.TXT 176 every sound timer ticks:
  /external/qemu/slirp/
tcp_var.h 156 * the minimum feasible timer (which is 2 ticks).
  /external/v8/src/
cpu-profiler.h 100 // the ticks buffer.
profile-generator.h 188 double TicksToMillis(unsigned ticks) const {
189 return ticks * ms_to_ticks_scale_;
377 // be <= 1000 ticks per second, thus storing a value of a 10 ** 5
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorHighlighter.js 124 // User keeps updating the job in between of our timer ticks. Just reschedule self, don't eat CPU (they must be scrolling).
  /external/webkit/Source/WebKit2/Shared/qt/
WebEventFactoryQt.cpp 123 // fine-resolution scroll events, so use the delta as number of wheel ticks
  /frameworks/av/libvideoeditor/vss/common/inc/
M4SYS_Stream.h 157 (ie timeScale = 8000, means there are 8000 ticks in
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdevs.h 492 #define BFL3_2GTXGAINTBL_BLANK 0x00004000 /* acphy, blank the first X ticks of 2g gaintbl */
493 #define BFL3_2GTXGAINTBL_BLANK_SHIFT 14 /* acphy, blank the first X ticks of 2g gaintbl */
494 #define BFL3_5GTXGAINTBL_BLANK 0x00008000 /* acphy, blank the first X ticks of 5g gaintbl */
495 #define BFL3_5GTXGAINTBL_BLANK_SHIFT 15 /* acphy, blank the first X ticks of 5g gaintbl */
    [all...]
  /external/chromium/base/
time.h 541 // and testing. Ticks is in microseconds.
542 explicit TimeTicks(int64 ticks) : ticks_(ticks) {
  /external/grub/grub/
asmstub.c 498 /* Note: 18.2 ticks/sec. */
506 /* Ticks per centisecond. */
509 /* Ticks per microsecond. */
  /external/grub/netboot/
eepro100.c 184 Typically this takes 0 ticks. */
279 int val, boguscnt = 64*4; /* <64 usec. to complete, typ 27 ticks */
301 int val, boguscnt = 64*4; /* <64 usec. to complete, typ 27 ticks */
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 1419 mDNSs32 ticks; local
    [all...]
  /system/core/sh/
eval.c 1214 conv_time(clock_t ticks, char *seconds, size_t l)
1220 mins = ticks / tpm;
1221 snprintf(seconds, l, "%.4f", (ticks - mins * tpm) * 60.0 / tpm );
  /bionic/libc/kernel/common/linux/
soundcard.h     [all...]
  /external/chromium-trace/trace-viewer/src/tracks/
ruler_track.js 191 // and numTicksPerMajor minor ticks.
  /external/dropbear/libtommath/etc/
pprime.c 388 printf ("\n\nTook %ld ticks, %d bits\n", t1, mp_count_bits (&p));
prime.512 203 Took 3454 ticks, 521 bits
  /external/kernel-headers/original/linux/
genhd.h 96 unsigned long ticks[2]; member in struct:disk_stats
soundcard.h     [all...]
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 235 // This loop spins in 4*(n+7) ticks on Itanium 2 and should spin in
236 // 7*(n+7) ticks on Itanium (the one codenamed Merced). Factor of 7
491 // The loop is scheduled for 32*n ticks on Itanium 2. Actual attempt
496 // should run in 56*n ticks, because of higher xma latency...
  /external/qemu/audio/
audio.c 157 int64_t ticks; member in union:__anon13120::__anon13121
1230 qemu_mod_timer (s->ts, qemu_get_clock_ns (vm_clock) + conf.period.ticks);
    [all...]
  /external/qemu/slirp-android/
tcp_var.h 161 * the minimum feasible timer (which is 2 ticks).
  /external/stressapptest/src/
os.h 144 // Get time in cpu timer ticks. Useful for matching MCEs with software

Completed in 1799 milliseconds

1 2 3 4 5 6 7 8 91011>>