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

1 23 4 5 6 7 8 9

  /external/dropbear/libtommath/etc/
mersenne.c 128 printf ("2^%-5ld - 1 is prime, test took %ld ticks\n", k, tt);
  /external/opencore/codecs_v2/omx/omx_amrenc/include/
amr_enc.h 39 // frame length is 20 milliseconds i.e. 20000 omx ticks/microseconds
  /external/qemu/audio/
wavaudio.c 65 int64_t ticks = now - wav->old_ticks; local
66 int64_t bytes = (ticks * hw->info.bytes_per_second) / ticks_per_sec;
357 int64_t ticks = now - wav->old_ticks; local
358 int64_t bytes = (ticks * hw->info.bytes_per_second) / ticks_per_sec;
  /external/qemu/distrib/sdl-1.2.12/src/audio/bsd/
SDL_bsdaudio.c 149 Sint32 ticks; local
151 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
152 if ( ticks > 0 ) {
153 SDL_Delay(ticks);
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.c 157 Sint32 ticks; local
159 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
160 if ( ticks > 0 ) {
161 SDL_Delay(ticks);
  /external/qemu/distrib/sdl-1.2.12/src/timer/epoc/
SDL_systimer.cpp 47 /* Set first ticks value */
  /external/sonivox/arm-wt-22k/lib_src/
eas_xmf.h 55 /* value for pXMFStream->ticks to signify end of track */
eas_smfdata.h 62 /* value for pSMFStream->ticks to signify end of track */
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 160 measures, beats, ticks = s.split(':',3)
161 return (int(measures), int(beats), int(ticks))
341 """ Converts mbts to ticks """
351 def TicksToMbt(ticks):
352 """ Converts ticks to mbts """
353 return TimeBase().ConvertTicksToMBT(ticks)
355 def TicksToStrMbt(ticks):
356 """ Converts ticks to mbts """
357 return TimeBase().ConvertTicksToStr(ticks, '%02d:%02d:%02d')
  /external/iproute2/tc/
tc_core.c 64 unsigned tc_calc_xmitsize(unsigned rate, unsigned ticks)
66 return ((double)rate*tc_core_tick2time(ticks))/TIME_UNITS_PER_SEC;
tc_util.h 82 extern char * sprint_ticks(__u32 ticks, char *buf);
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_readyq.h 178 uint32 iTimeToRunTicks;//for timers, this is the time to run in ticks.
179 uint32 iTimeQueuedTicks;//the time when the AO was queued, in ticks.
  /frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java 55 /* called by system on minute ticks */
136 /* monitor time ticks, time changed, timezone */
  /packages/apps/AlarmClock/src/com/android/alarmclock/
DigitalClock.java 53 /* called by system on minute ticks */
138 /* monitor time ticks, time changed, timezone */
  /external/icu4c/i18n/unicode/
utmscale.h 65 * <td>ticks (100 nanoseconds)</td>
71 * <td>ticks (100 nanoseconds)</td>
175 * converting back and forth to ticks. What would really be nice would be a
229 * is ticks (1 tick == 100 nanoseconds) since January 1, 1601.
237 * is ticks (1 tick == 100 nanoseconds) since January 1, 0001.
  /external/webkit/WebKit/chromium/src/js/
ProfilerProcessor.js 41 * @param {number} samplingRate Number of ms between profiler ticks.
253 * Counter for processed ticks.
453 devtools.profiler.Processor.prototype.processHeapSampleBegin_ = function(space, state, ticks)
461 ticks: ticks
  /external/grub/netboot/
etherboot.h 73 /* Inter-packet retry in ticks */
77 /* total retransmission timeout in ticks */
79 /* packet retransmission timeout in ticks */
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/include/
gsmamr_encoder_wrapper.h 112 // (ticks per secs). For example, "22050" ticks/sec.
180 // DESCRIPTION: Clock rate or time scale used for the timestamps (ticks per secs)
181 // For example, "8000" ticks/sec.
  /external/opencore/doc/oscl_html/
oscl__tickcount_8h-source.html 34 00065 <span class="keyword">static</span> uint32 <a class="code" href="classOsclTickCount.html#d3">TicksToMsec</a>(uint32 ticks);
  /external/qemu/distrib/
README 39 "dynamic ticks" that make this mode un-necessary for Android.
  /external/qemu/distrib/sdl-1.2.12/src/audio/paudio/
SDL_paudio.c 132 Sint32 ticks; local
134 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
135 if ( ticks > 0 ) {
136 SDL_Delay(ticks);
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
joyos2.h 34 ULONG ulJs_Ticks; /* joystick clock ticks */
  /external/qemu/
trace.h 121 // The simulated time, in clock ticks, starting with one.
  /external/sonivox/arm-fm-22k/lib_src/
eas_smfdata.h 62 /* value for pSMFStream->ticks to signify end of track */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smfdata.h 62 /* value for pSMFStream->ticks to signify end of track */

Completed in 88 milliseconds

1 23 4 5 6 7 8 9