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

12 3 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 61 unsigned long ticks; /* max timer ticks per interrupt */ member in struct:snd_timer_hardware
82 unsigned long sticks; /* schedule ticks */
102 unsigned long ticks, unsigned long resolution);
108 unsigned long ticks; /* auto-load ticks when expired */ member in struct:snd_timer_instance
109 unsigned long cticks; /* current ticks */
110 unsigned long pticks; /* accumulated ticks for callback */
112 unsigned long lost; /* lost ticks */
136 int snd_timer_start(struct snd_timer_instance *timeri, unsigned int ticks);
    [all...]
  /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
289 /* get current ticks */
290 ticks = pSMFData->nextStream->ticks;
309 pSMFData->nextStream->ticks = SMF_END_OF_TRACK;
313 else if (pSMFData->nextStream->ticks != SMF_END_OF_TRACK)
322 pSMFData->nextStream->ticks = SMF_END_OF_TRACK;
326 else if (pSMFData->nextStream->ticks == ticks)
483 EAS_U32 ticks; local
792 EAS_U32 ticks; local
1055 EAS_U32 ticks; local
    [all...]
  /external/chromium_org/content/common/
inter_process_time_ticks_converter.h 25 // In order to properly tweak ticks, we need 4 reference points:
129 static RemoteTimeTicks FromTimeTicks(const base::TimeTicks& ticks) {
130 return RemoteTimeTicks(ticks.ToInternalValue());
  /external/chromium_org/native_client_sdk/src/libraries/xray/
report.c 23 uint64_t ticks; member in struct:XRayTotal
51 " Address Ticks Percent Function [annotation...]\n");
65 uint32_t ticks = e->end_tick - e->start_tick; local
67 float percent = 100.0f * (float)ticks / total;
68 if (percent >= percent_cutoff && ticks >= ticks_cutoff) {
78 (unsigned int)addr, (int64_t)ticks, percent,
91 return ib->ticks - ia->ticks;
107 "Frame# Total Ticks Capture size Annotations Label\n");
126 totals[counter].ticks = total_ticks
    [all...]
  /external/chromium_org/ppapi/shared_impl/
time_conversion.cc 11 // Since WebKit doesn't use ticks for event times, we have to compute what
12 // the time ticks would be assuming the wall clock time doesn't change.
20 double ticks = TimeTicksToPPTimeTicks(base::TimeTicks::Now()); local
21 time_to_ticks_delta_seconds = ticks - wall_clock;
  /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/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/qemu/target-arm/
translate-android.h 316 # define ANDROID_TRACE_DECLS int ticks = 0;
322 ticks = get_insn_ticks_arm(insn); \
330 int ticks = get_insn_ticks_thumb(insn); \
333 gen_traceTicks(ticks); \
347 ticks -= 1; \
353 if (tracing && ticks > 0) { \
354 gen_traceTicks(ticks); \
  /external/grub/netboot/
misc.c 40 unsigned long ticks; local
44 if ((ticks = currticks ()) == lastticks)
47 lastticks = ticks;
  /external/chromium_org/third_party/icu/source/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/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/qemu/distrib/sdl-1.2.15/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);
  /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/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/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;
  /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/libppp/src/
timer.c 81 u_long ticks = 0; local
102 ticks = RESTVAL(itimer) - TimerList->rest;
106 if (ticks + t->rest >= tp->load)
108 ticks += t->rest;
113 tp->rest = tp->load - ticks;
  /external/chromium/net/base/
net_log_unittest.h 18 base::TimeTicks ticks; // initialized to 0. local
19 ticks += base::TimeDelta::FromMilliseconds(t);
20 return ticks;
  /external/chromium_org/net/base/
net_log_unittest.h 17 base::TimeTicks ticks; // initialized to 0. local
18 ticks += base::TimeDelta::FromMilliseconds(t);
19 return ticks;
  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc 116 pp::FloatPoint ticks = pp_wheel_event.GetTicks(); local
117 wheel_ticks_x_ += ticks.x();
118 wheel_ticks_y_ += ticks.y();
132 // Always include the ticks in the event, even if insufficient pixel
  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/npapi/npspy/extern/nspr/
prthread.h 258 ** Make the current thread sleep until "ticks" time amount of time
259 ** has expired. If "ticks" is PR_INTERVAL_NO_WAIT then the call is
264 NSPR_API(PRStatus) PR_Sleep(PRIntervalTime ticks); variable

Completed in 3406 milliseconds

12 3 4 5 6 7 8 9