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

12 3 4 5 6 7 8 9

  /external/grub/netboot/
timer.c 13 void load_timer2(unsigned int ticks)
18 outb(ticks & 0xFF, TIMER2_PORT);
19 outb(ticks >> 8, TIMER2_PORT);
misc.c 40 unsigned long ticks; local
44 if ((ticks = currticks ()) == lastticks)
47 lastticks = ticks;
  /external/opencore/oscl/oscl/osclutil/src/
oscl_tickcount.inl 86 // how many ticks per second
106 OSCL_COND_EXPORT_REF OSCL_INLINE uint32 OsclTickCount::TicksToMsec(uint32 ticks)
109 return ticks;
  /external/openssl/crypto/
tmdiff.c 140 unsigned long ticks;
183 tm->ticks = tickGet();
218 ret = (double)(b->ticks - a->ticks) / (double)sysClkRateGet();
245 d = (b->ticks - a->ticks);
  /external/opencore/codecs_v2/omx/omx_aac/src/
aac_timestamp.cpp 54 //Formula used: TS in OMX ticks = (samples * 10^6/sampling_freq)
81 //Calculate the duration of single frame (in omx ticks)
  /external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_systimer.c 54 /* The first ticks value of the application */
64 /* Set first ticks value */
  /external/kernel-headers/original/linux/nfsd/
stats.h 26 unsigned int th_usage[10]; /* number of ticks during which n perdeciles
  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.h 43 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
  /external/opencore/oscl/oscl/oscllib/src/
oscl_shared_library.cpp 64 (0, "OsclSharedLibrary - Loading %d libraries took %d ticks ...", iLibCount, iLibLoadTime));
107 (0, "OsclSharedLibrary - Loading library %s took %d ticks ...", debugPath.get_cstr(), delta));
119 (0, "OsclSharedLibrary - Loading library %s took %d ticks ...", aPath.get_cstr(), delta));
140 (0, "OsclSharedLibrary - Loading library %s took %d ticks ...", debugPath.get_cstr(), delta));
154 (0, "OsclSharedLibrary - Loading library %s took %d ticks ...", debugPath.get_cstr(), delta));
175 (0, "OsclSharedLibrary - Loading library %s took %d ticks ...", debugPath.get_cstr(), delta));
190 (0, "OsclSharedLibrary - Loading library %s took %d ticks ...", debugPath.get_cstr(), delta));
  /external/sonivox/arm-fm-22k/lib_src/
eas_smf.c 60 static void SMF_UpdateTime (S_SMF_DATA *pSMFData, EAS_U32 ticks);
276 EAS_U32 ticks; local
284 /* get current ticks */
285 ticks = pSMFData->nextStream->ticks;
304 pSMFData->nextStream->ticks = SMF_END_OF_TRACK;
308 else if (pSMFData->nextStream->ticks != SMF_END_OF_TRACK)
317 pSMFData->nextStream->ticks = SMF_END_OF_TRACK;
321 else if (pSMFData->nextStream->ticks == ticks)
478 EAS_U32 ticks; local
787 EAS_U32 ticks; local
1050 EAS_U32 ticks; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smf.c 60 static void SMF_UpdateTime (S_SMF_DATA *pSMFData, EAS_U32 ticks);
276 EAS_U32 ticks; local
284 /* get current ticks */
285 ticks = pSMFData->nextStream->ticks;
304 pSMFData->nextStream->ticks = SMF_END_OF_TRACK;
308 else if (pSMFData->nextStream->ticks != SMF_END_OF_TRACK)
317 pSMFData->nextStream->ticks = SMF_END_OF_TRACK;
321 else if (pSMFData->nextStream->ticks == ticks)
478 EAS_U32 ticks; local
787 EAS_U32 ticks; local
1050 EAS_U32 ticks; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.c 60 static void SMF_UpdateTime (S_SMF_DATA *pSMFData, EAS_U32 ticks);
276 EAS_U32 ticks; local
284 /* get current ticks */
285 ticks = pSMFData->nextStream->ticks;
304 pSMFData->nextStream->ticks = SMF_END_OF_TRACK;
308 else if (pSMFData->nextStream->ticks != SMF_END_OF_TRACK)
317 pSMFData->nextStream->ticks = SMF_END_OF_TRACK;
321 else if (pSMFData->nextStream->ticks == ticks)
478 EAS_U32 ticks; local
787 EAS_U32 ticks; local
1050 EAS_U32 ticks; local
    [all...]
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
Sequence.java 131 if (maxTick < tracks.get(i).ticks()) {
132 maxTick = tracks.get(i).ticks();
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 52 /* called by system on minute ticks */
134 /* monitor time ticks, time changed, timezone */
  /external/qemu/distrib/sdl-1.2.12/src/audio/arts/
SDL_artsaudio.c 203 Sint32 ticks; local
218 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
219 if ( ticks > 0 ) {
220 SDL_Delay(ticks);
SDL_artsaudio.h 49 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
  /external/qemu/distrib/sdl-1.2.12/src/audio/bsd/
SDL_bsdaudio.h 48 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.h 48 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
  /external/qemu/distrib/sdl-1.2.12/src/audio/esd/
SDL_esdaudio.c 187 Sint32 ticks; local
202 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
203 if ( ticks > 0 ) {
204 SDL_Delay(ticks);
SDL_esdaudio.h 47 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
  /external/qemu/distrib/sdl-1.2.12/src/audio/paudio/
SDL_paudio.h 47 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
  /external/qemu/distrib/sdl-1.2.12/src/timer/beos/
SDL_systimer.c 36 /* Set first ticks value */
  /external/qemu/distrib/sdl-1.2.12/src/timer/dc/
SDL_systimer.c 41 /* Set first ticks value */
  /external/v8/tools/
tickprocessor.js 179 var ticks = this.ticks_ =
197 ticks.unaccounted++;
365 TickProcessor.prototype.processHeapSampleBegin = function(space, state, ticks) {
403 ' ticks, ' + this.ticks_.unaccounted + ' unaccounted, ' +
408 // Print the unknown ticks percentage if they are not ignored.
424 // Our total time contains all the ticks encountered,
425 // while profile only knows about the filtered ticks.
428 // Count library ticks
480 print(' ticks total nonlib name');
492 print(' ticks parent name')
    [all...]
  /external/zlib/contrib/testzlib/
testzlib.c 95 LARGE_INTEGER endTime64,ticksPerSecond,ticks; local
103 MyDoMinus64(&ticks,endTime64,beginTime64);
108 ticksShifted = Int64ShrlMod32(*(DWORDLONG*)&ticks,dwLog);

Completed in 439 milliseconds

12 3 4 5 6 7 8 9