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

12 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-mips/
param.h 15 # define USER_HZ 100 /* .. some user interfaces are in "ticks" */
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Delay.3 16 Count on a delay granularity of \fIat least\fP 10 ms\&. Some platforms have shorter clock ticks but this is the most common\&.
  /external/v8/src/
counters.cc 53 start_time_ = OS::Ticks();
60 stop_time_ = OS::Ticks();
71 start_time_ = OS::Ticks();
78 stop_time_ = OS::Ticks();
runtime-profiler.cc 69 // FLAG_type_info_threshold), but has seen a huge number of ticks,
72 // We only have one byte to store the number of ticks.
253 // a certain number of ticks.
258 // modify and reset the ticks until next adjustment.
293 int ticks = shared_code->profiler_ticks(); local
295 if (ticks >= kProfilerTicksBeforeOptimization) {
300 // ticks, optimize it now.
302 } else if (ticks >= kTicksWhenNotEnoughTypeInfo) {
305 shared_code->set_profiler_ticks(ticks + 1);
327 shared_code->set_profiler_ticks(ticks + 1)
    [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 221 def ConvertToTicks (self, measures, beats, ticks):
223 total_ticks = ticks + (total_beats * self.ppqn)
226 def ConvertTicksToMBT (self, ticks):
227 beats = ticks / self.ppqn
228 ticks -= beats * self.ppqn
231 return (measures, beats, ticks)
233 def ConvertTicksToStr (self, ticks, format=DEFAULT_TIME_FORMAT):
234 measures, beats, ticks = self.ConvertTicksToMBT(ticks)
235 return format % (measures, beats, ticks)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/timer/unix/
SDL_systimer.c 53 /* The first ticks value of the application */
63 /* Set first ticks value */
74 Uint32 ticks; local
77 ticks=(now.tv_sec-start.tv_sec)*1000+(now.tv_nsec-start.tv_nsec)/1000000;
78 return(ticks);
80 Uint32 ticks;
83 ticks=(now.tv_sec-start.tv_sec)*1000+(now.tv_usec-start.tv_usec)/1000;
84 return(ticks);
  /external/qemu/target-arm/
helper-android.c 29 void HELPER(traceTicks)(uint32_t ticks)
31 sim_time += ticks;
  /external/qemu/audio/
noaudio.c 46 int64_t ticks; local
50 ticks = now - no->old_ticks;
51 bytes = muldiv64 (ticks, hw->info.bytes_per_second, get_ticks_per_sec ());
106 int64_t ticks = now - no->old_ticks; local
108 muldiv64 (ticks, hw->info.bytes_per_second, get_ticks_per_sec ());
  /external/icu4c/i18n/
utmscale.c 14 #define ticks INT64_C(1) macro
15 #define microseconds (ticks * 10)
28 {ticks, INT64_C(504911232000000000), U_INT64_MIN, INT64_C(8718460804854775807), INT64_C(-8718460804854775808), U_INT64_MAX, INT64_C(504911232000000000), INT64_C(504911232000000000), INT64_C(0), U_INT64_MIN, U_INT64_MAX},
29 {ticks, INT64_C(0), U_INT64_MIN, U_INT64_MAX, U_INT64_MIN, U_INT64_MAX, INT64_C(0), INT64_C(0), INT64_C(0), U_INT64_MIN, U_INT64_MAX},
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Timer.java 44 * Returns the current time in ticks. A tick is an arbitrary measure of time
45 * defined by the timer implementation. The number of ticks per second is
46 * given by <code>getResolution()</code>. The timer starts at 0 ticks.
65 * @return the number of timer ticks per second
  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 86 /* A conversion value for translating ticks to calculate GKI timer. */
92 ** Utility macros converting ticks to time with user define OS ticks per sec
118 ** Utility macros converting ticks to time with user define OS ticks per sec
131 /* delay in ticks before stopping system tick. */
  /external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c 42 /* The first high-resolution ticks value of the application */
44 /* The number of ticks per second of the high-resolution performance counter */
56 ULONG ticks = ticks; local
84 mov dword ptr ticks, eax local
89 return ticks;
  /external/libnfc-nci/src/nfc/nfc/
nfc_task.c 54 ** though the timer structure field is ticks)
86 p_tle->ticks = timeout; /* Save the number of seconds for the timer */
120 while ((nfc_cb.timer_queue.p_first) && (!nfc_cb.timer_queue.p_first->ticks))
175 ** time to ticks.
208 p_tle->ticks = timeout; /* Save the number of ticks for the timer */
251 while ((nfc_cb.quick_timer_queue.p_first) && (!nfc_cb.quick_timer_queue.p_first->ticks))
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 153 mDNSs32 ticks; local
160 ticks = nextTimerEvent - mDNS_TimeNow(m);
161 if (ticks < 1) ticks = 1;
164 ticks = 0;
166 timeout.tv_sec = ticks / mDNSPlatformOneSecond;
167 timeout.tv_usec = (ticks % mDNSPlatformOneSecond) * 1000000 / mDNSPlatformOneSecond;
  /external/icu4c/test/cintltst/
utmstest.c 352 int64_t ticks; member in struct:DotNetDateTimeTicks
358 * Console::WriteLine(L" {{ {0}, 1, 1, INT64_C({1}) }},", year, DateTime(year, 1, 1).Ticks);
362 /* year, month, day, ticks */
450 int64_t ticks, millis; local
465 millis = utmscale_toInt64(dt->ticks, UDTS_ICU4C_TIME, &errorCode);
471 log_err("utmscale_toInt64(ticks[%d], ICU4C)=%dd != %dd=ucal_getMillis(%04d-%02d-%02d)\n",
476 ticks = utmscale_fromInt64((int64_t)icuDate, UDTS_ICU4C_TIME, &errorCode);
477 if(ticks != dt->ticks) {
478 /* Print days not ticks to stay within printf() range. *
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
VideoRecorderAppState.java 200 private int ticks; field in class:VideoRecorderAppState.IsoTimer
205 this.ticks = 0;
209 return (long) (this.ticks * (1.0f / this.framerate) * 1000f);
234 this.ticks++;
238 this.ticks = 0;
  /external/bluetooth/bluedroid/bta/sys/
ptim.c 67 we must convert determine the number of ticks since the last update, then
88 while((p_cb->timer_queue.p_first) && (p_cb->timer_queue.p_first->ticks <= 0))
139 p_tle->ticks = timeout;
  /external/grub/netboot/
timer.c 13 void load_timer2(unsigned int ticks)
18 outb(ticks & 0xFF, TIMER2_PORT);
19 outb(ticks >> 8, TIMER2_PORT);
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c 69 we must convert determine the number of ticks since the last update, then
90 while ((p_cb->timer_queue.p_first) && (p_cb->timer_queue.p_first->ticks <= 0))
146 p_tle->ticks = timeout;
  /bionic/libc/unistd/
time.c 48 // return monotonically increasing CPU time in ticks relative to unspecified epoch
65 // return elapsed CPU time in clock ticks, since start of program execution
  /external/qemu/distrib/sdl-1.2.15/src/timer/mint/
SDL_systimer.c 56 /* The first ticks value of the application */
66 /* Set first ticks value */
  /external/v8/tools/
ll_prof.py 132 # Convert the ticks map to offsets and counts arrays so that later
150 # Ticks (reported pc values) are not always precise, i.e. not
152 # for ticks that touch the current instruction line.
167 "Lost ticks (%d != %d) in %s" % (total_count, self.self_ticks, self)
690 self.ticks = {}
702 mmap_info.ticks = 0
759 mmap_info.ticks += 1
792 def PrintReport(code_map, library_repo, arch, ticks, options):
793 print "Ticks per symbol:"
798 print "%10d %5.1f%% %s [%s]" % (code_ticks, 100. * code_ticks / ticks,
    [all...]
tickprocessor.js 194 var ticks = this.ticks_ =
212 ticks.unaccounted++;
366 // as simply resetting PC will produce unaccounted ticks.
382 TickProcessor.prototype.processHeapSampleBegin = function(space, state, ticks) {
409 ' ticks, ' + this.ticks_.unaccounted + ' unaccounted, ' +
414 // Print the unknown ticks percentage if they are not ignored.
430 // Our total time contains all the ticks encountered,
431 // while profile only knows about the filtered ticks.
434 // Count library ticks
486 print(' ticks total nonlib name')
    [all...]
  /external/bluetooth/bluedroid/bta/include/
ptim.h 37 UINT32 last_gki_ticks; /* GKI ticks since last time update called */
  /external/kernel-headers/original/linux/nfsd/
stats.h 26 unsigned int th_usage[10]; /* number of ticks during which n perdeciles

Completed in 1332 milliseconds

12 3 4 5 6 7 8 91011>>