Searched defs:ticks (Results 1 - 25 of 77) sorted by relevance

1234

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtesttimer.c13 static int ticks = 0; variable
17 ++ticks;
55 if ( ticks ) {
58 desired, (double)(10*1000)/ticks);
/external/qemu/target-arm/
H A Dhelper-android.c29 void HELPER(traceTicks)(uint32_t ticks) argument
31 sim_time += ticks;
/external/grub/netboot/
H A Dtimer.c13 void load_timer2(unsigned int ticks) argument
18 outb(ticks & 0xFF, TIMER2_PORT);
19 outb(ticks >> 8, TIMER2_PORT);
H A Dtimer.h51 extern void load_timer2(unsigned int ticks);
57 extern inline void waiton_timer2(unsigned int ticks) argument
59 load_timer2(ticks);
H A Dmisc.c40 unsigned long ticks; local
44 if ((ticks = currticks ()) == lastticks)
47 lastticks = ticks;
/external/icu4c/i18n/
H A Dutmscale.c14 #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/timer/riscos/
H A DSDL_systimer.c52 /* The first ticks value of the application */
57 /* Set first ticks value */
63 clock_t ticks; local
65 ticks=clock()-start;
70 return(ticks);
74 return (ticks * 10);
78 return ticks*(1000/CLOCKS_PER_SEC);
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/
H A DSDL_systimer.c53 /* 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/webrtc/src/system_wrappers/source/
H A Dcpu_mac.cc50 WebRtc_Word64 ticks = 0; local
53 ticks += cpuLoadInfo[cpu].cpu_ticks[state];
55 _lastTickCount[cpu] = ticks;
122 WebRtc_Word64 ticks = 0; local
125 ticks += cpuLoadInfo[cpu].cpu_ticks[state];
132 (ticks - _lastTickCount[cpu])) /
135 _lastTickCount[cpu] = ticks;
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_whitebox_unittest.cc43 void SetLastSyncedTime(base::TimeTicks ticks) { argument
44 syncer_thread_->last_sync_session_end_time_ = ticks;
/external/chromium/net/base/
H A Dnet_log_unittest.h18 base::TimeTicks ticks; // initialized to 0. local
19 ticks += base::TimeDelta::FromMilliseconds(t);
20 return ticks;
/external/libnfc-nci/src/nfc/tags/
H A Drw_main.c152 UINT32 ticks, elapsed_ms; local
154 ticks = GKI_get_tick_count () - rw_cb.stats.start_tick;
155 elapsed_ms = GKI_TICKS_TO_MS (ticks);
/external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
H A DSDL_bsdaudio.c149 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.15/src/timer/win32/
H A DSDL_systimer.c39 /* The first (low-resolution) ticks value of the application */
45 /* The first high-resolution ticks value of the application */
47 /* The number of ticks per second of the high-resolution performance counter */
53 /* Set first ticks value */
75 DWORD now, ticks; local
100 ticks = (TIME_WRAP_VALUE-start) + now;
102 ticks = (now - start);
104 return(ticks);
/external/bluetooth/bluedroid/gki/common/
H A Dgki_time.c145 ** Description This function returns the current system ticks
147 ** Returns The current number of system ticks
160 ** Description This function returns the number of system ticks until the
167 ** Returns Number of ticks til the next timer expires
190 ** ticks - (input) the number of system ticks til the
198 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) argument
205 if (ticks <= 0)
206 ticks = 1;
208 orig_ticks = ticks; /* sav
1010 gki_adjust_timer_count(INT32 ticks) argument
[all...]
/external/iproute2/tc/
H A Dq_netem.c109 static int get_ticks(__u32 *ticks, const char *str) argument
121 *ticks = tc_core_time2tick(t);
H A Dtc_core.c64 unsigned tc_calc_xmitsize(unsigned rate, unsigned ticks) argument
66 return ((double)rate*tc_core_tick2time(ticks))/TIME_UNITS_PER_SEC;
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_time.c143 ** Description This function returns the current system ticks
145 ** Returns The current number of system ticks
158 ** Description This function returns the number of system ticks until the
165 ** Returns Number of ticks til the next timer expires
188 ** ticks - (input) the number of system ticks til the
196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) argument
203 if (ticks <= 0)
204 ticks = 1;
206 orig_ticks = ticks; /* sav
998 gki_adjust_timer_count(INT32 ticks) argument
[all...]
/external/libnfc-nci/src/gki/common/
H A Dgki_time.c143 ** Description This function returns the current system ticks
145 ** Returns The current number of system ticks
158 ** Description This function returns the number of system ticks until the
165 ** Returns Number of ticks til the next timer expires
188 ** ticks - (input) the number of system ticks til the
196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous) argument
203 if (ticks <= 0)
204 ticks = 1;
206 orig_ticks = ticks; /* sav
998 gki_adjust_timer_count(INT32 ticks) argument
[all...]
/external/libppp/src/
H A Dtimer.c81 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/qemu/audio/
H A Dnoaudio.c46 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/qemu/distrib/sdl-1.2.15/src/audio/arts/
H A DSDL_artsaudio.c217 Sint32 ticks; local
232 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
233 if ( ticks > 0 ) {
234 SDL_Delay(ticks);
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
H A DSDL_dmaaudio.c157 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.15/src/audio/esd/
H A DSDL_esdaudio.c187 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/audio/paudio/
H A DSDL_paudio.c132 Sint32 ticks; local
134 ticks = ((Sint32)(next_frame - SDL_GetTicks()))-FUDGE_TICKS;
135 if ( ticks > 0 ) {
136 SDL_Delay(ticks);

Completed in 3458 milliseconds

1234