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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/tools/
tickprocessor-test.gc-state 1 Statistical profiling result from v8.log, (13 ticks, 0 unaccounted, 13 excluded).
4 ticks total nonlib name
7 ticks total nonlib name
10 ticks total nonlib name
13 ticks total nonlib name
21 ticks parent name
tickprocessor-test.func-info 1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
4 ticks total nonlib name
7 ticks total nonlib name
12 ticks total nonlib name
15 ticks total nonlib name
23 ticks parent name
tickprocessor-test.default 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
4 ticks total nonlib name
8 ticks total nonlib name
13 ticks total nonlib name
17 ticks total nonlib name
24 ticks total nonlib name
32 ticks parent name
tickprocessor-test.separate-ic 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
4 ticks total nonlib name
8 ticks total nonlib name
13 ticks total nonlib name
19 ticks total nonlib name
26 ticks total nonlib name
34 ticks parent name
tickprocessor-test.ignore-unknown 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
4 ticks total nonlib name
9 ticks total nonlib name
13 ticks total nonlib name
20 ticks total nonlib name
28 ticks parent name
  /external/markdown/MarkdownTest/Tests_2007/
Code Spans.text 3 Fix for backticks within HTML tag: <span attr='`ticks`'>like this</span>
Code Spans.html 3 <p>Fix for backticks within HTML tag: <span attr='`ticks`'>like this</span></p>
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 10 got timer ticks (1) after 0.5 s
13 got timer ticks (1) after 0.5 s
20 got about 20 timer ticks after about 2s
23 got timer ticks (1) after 0.1 s
33 got timer ticks (1) after 0.5 s
36 got timer ticks (1) after 0.5 s
43 got about 20 timer ticks after about 2s
46 got timer ticks (1) after 0.1 s
timerfd-syscall.c 148 u_int64_t ticks; local
161 fprintf(stderr, "no ticks happened\n");
164 if (read(tfd, &ticks, sizeof(ticks)) != sizeof(ticks))
170 return ticks;
176 long ticks; local
211 ticks = waittmr(tfd, -1);
213 if (ticks <= 0)
216 fprintf(stderr, "got timer ticks (%ld) after %.1f s\n"
    [all...]
  /external/grub/netboot/
timer.h 49 /* Ticks must be between 0 and 65535 (0 == 65536)
51 extern void load_timer2(unsigned int ticks);
57 extern inline void waiton_timer2(unsigned int ticks)
59 load_timer2(ticks);
  /external/kernel-headers/original/asm-x86/
param.h 6 # define USER_HZ 100 /* .. some user interfaces are in "ticks" */
  /external/v8/tools/
freebsd-tick-processor 6 # No ticks from C++ code.
  /external/webrtc/src/system_wrappers/source/
cpu_mac.cc 50 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;
  /prebuilts/gcc/linux-x86/host/i686-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...]
  /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/bluetooth/bluedroid/gki/common/
gki_time.c 145 ** 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)
205 if (ticks <= 0)
206 ticks = 1;
208 orig_ticks = ticks; /* save the ticks in case adjustment is necessary *
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 143 ** 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)
203 if (ticks <= 0)
204 ticks = 1;
206 orig_ticks = ticks; /* save the ticks in case adjustment is necessary *
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_time.c 143 ** 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)
203 if (ticks <= 0)
204 ticks = 1;
206 orig_ticks = ticks; /* save the ticks in case adjustment is necessary *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/timer/win32/
SDL_systimer.c 39 /* 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/qemu/hw/
arm-misc.h 42 /* Multiplication factor to convert from system clock ticks to qemu timer
43 ticks. */
  /external/qemu/distrib/sdl-1.2.15/test/
testtimer.c 13 static int ticks = 0; variable
17 ++ticks;
55 if ( ticks ) {
58 desired, (double)(10*1000)/ticks);
  /external/webrtc/src/system_wrappers/interface/
tick_util.h 47 WebRtc_Word64 Ticks() const;
51 static WebRtc_Word64 TicksToMilliseconds(const WebRtc_Word64 ticks);
53 // Returns a TickTime that is ticks later than the passed TickTime
54 friend TickTime operator+(const TickTime lhs, const WebRtc_Word64 ticks);
58 // Returns a TickInterval that is the difference in ticks beween rhs and lhs
112 inline TickTime operator+(const TickTime lhs, const WebRtc_Word64 ticks)
115 time._ticks += ticks;
237 inline WebRtc_Word64 TickTime::Ticks() const
259 inline WebRtc_Word64 TickTime::TicksToMilliseconds(const WebRtc_Word64 ticks)
265 return (ticks * 1000) / qpfreq.QuadPart
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
SDL_systimer.c 52 /* 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/iproute2/tc/
tc_core.h 22 unsigned tc_calc_xmitsize(unsigned rate, unsigned ticks);
  /external/kernel-headers/original/asm-arm/
param.h 15 # define USER_HZ 100 /* User interfaces are in "ticks" */

Completed in 852 milliseconds

1 2 3 4 5 6 7 8 91011>>