HomeSort by relevance Sort by last modified time
    Searched full:ticks (Results 76 - 100 of 222) sorted by null

1 2 34 5 6 7 8 9

  /external/v8/tools/
linux-tick-processor.py 30 # Usage: process-ticks.py <logfile>
  /external/webkit/WebCore/page/gtk/
EventHandlerGtk.cpp 127 // add the deltas and ticks here so that this behavior is consistent
  /frameworks/base/core/java/android/speech/srec/
MicrophoneInputStream.java 43 * @param fifoDepth depth of the real time fifo, measured in sampleRate clock ticks.
  /hardware/broadcom/wlan/bcm4329/src/include/
dhdioctl.h 87 uint freq; /* Max ticks between tx/rx attempts */
  /external/opencore/oscl/oscl/osclbase/src/
oscl_time.cpp 49 // from usec to 2^32 ticks/sec.
72 // from usec to 2^32 ticks/sec.
  /external/v8/src/
platform-nullos.cc 81 // Returns ticks in microsecond resolution.
82 int64_t OS::Ticks() {
  /hardware/broadcom/wlan/bcm4329/src/shared/
siutils.c 99 static uint32 wd_msticks; /* watchdog timer ticks normalized to ms */
122 /* save ticks normalized to ms for si_watchdog_ms() */
982 /* set chip watchdog reset timer to fire in 'ticks' */
984 si_watchdog(si_t *sih, uint ticks)
988 if ((sih->chip == BCM4319_CHIP_ID) && (sih->chiprev == 0) && (ticks != 0)) {
995 if (ticks == 1)
996 ticks = 2;
997 si_corereg(sih, SI_CC_IDX, OFFSETOF(chipcregs_t, pmuwatchdog), ~0, ticks);
1000 si_corereg(sih, SI_CC_IDX, OFFSETOF(chipcregs_t, watchdog), ~0, ticks);
    [all...]
  /external/qemu/
cpu-all.h 923 /* host CPU ticks (if available) */
1039 static int64_t ticks = 0;
1040 return ticks++;
1050 static int64_t ticks = 0; local
1051 return ticks++;
  /external/kernel-headers/original/linux/
jiffies.h 58 /* TICK_NSEC is the time between ticks in nsec assuming real ACTHZ */
63 /* TICK_USEC is the time between ticks in usec assuming fake USER_HZ */
66 /* TICK_USEC_TO_NSEC is the time between ticks in nsec assuming real ACTHZ and */
timex.h 119 long tick; /* (modified) usecs between clock ticks */
309 /* Returns how long ticks are at present, in ns / 2^(SHIFT_SCALE-10). */
  /frameworks/base/core/java/android/app/
AlarmManager.java 46 * not currently running. For normal timing operations (ticks, timeouts,
95 * Schedule an alarm. <b>Note: for timing operations (ticks, timeouts,
145 * Schedule a repeating alarm. <b>Note: for timing operations (ticks,
  /external/iproute2/tc/
q_netem.c 111 static int get_ticks(__u32 *ticks, const char *str)
123 *ticks = tc_core_time2tick(t);
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler.cpp 148 #define TICKSTR "Ticks"
1000 //Set time in ticks when AO should run.
1184 uint32 ticks = OsclTickCount::TickCount(); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.c 58 it down to 30 ticks if you prefer, but that's as low as I'd recommend.
165 Remember, there are actually 60.15 ticks in a second, not 60. */
  /external/sonivox/arm-fm-22k/lib_src/
eas_miditypes.h 82 EAS_U32 ticks; /* time of next event in stream */ member in struct:s_smf_stream_tag
110 EAS_U16 ppqn; /* ticks per quarter note */
eas_imelodydata.h 56 EAS_I32 restTicks; /* ticks to rest after current note */
eas_otadata.h 63 EAS_U32 restTicks; /* ticks to rest after current note */
eas_rtttldata.h 57 EAS_I32 restTicks; /* ticks to rest after current note */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_miditypes.h 82 EAS_U32 ticks; /* time of next event in stream */ member in struct:s_smf_stream_tag
110 EAS_U16 ppqn; /* ticks per quarter note */
  /external/sonivox/arm-wt-22k/lib_src/
eas_miditypes.h 82 EAS_U32 ticks; /* time of next event in stream */ member in struct:s_smf_stream_tag
110 EAS_U16 ppqn; /* ticks per quarter note */
  /bionic/libc/kernel/common/linux/
soundcard.h 809 #define SEQ_WAIT_TIME(ticks) _TIMER_EVENT(TMR_WAIT_ABS, ticks)
810 #define SEQ_DELTA_TIME(ticks) _TIMER_EVENT(TMR_WAIT_REL, ticks)
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 96 booting, the system time (which in Linux systems always ticks in UTC
  /external/opencore/nodes/common/include/
pvmf_mp4_progdownload_support_extension.h 121 * @return - movie timescale (i.e., ticks per second).
  /external/opencore/oscl/oscl/oscllib/src/
oscl_configfile_list.cpp 123 (0, " Time taken = %d ticks", difftime));
  /external/opencore/protocols/systems/tools/general/common/src/
pvmf_buffer_data_source.cpp 79 iTimer.Request(1/*timer id*/, ave_sample_sz/*timer info*/ , 1/*num ticks*/, this, 1/*recurring*/);

Completed in 235 milliseconds

1 2 34 5 6 7 8 9