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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/tools/
tickprocessor-test.log 12 tick,0x80f82d1,0xffdfe880,0,0,0,0xf541ce5c
13 tick,0x80f89a1,0xffdfecf0,0,0,0,0xf541ce5c
14 tick,0x8123b5c,0xffdff1a0,0,0,0,0xf541d1a1,0xf541ceea
15 tick,0x8123b65,0xffdff1a0,0,0,0,0xf541d1a1,0xf541ceea
16 tick,0xf541d2be,0xffdff1e4,0,0,0
17 tick,0xf541d320,0xffdff1dc,0,0,0
18 tick,0xf541d384,0xffdff1d8,0,0,0
19 tick,0xf7db94da,0xffdff0ec,0,0,0,0xf541d1a1,0xf541ceea
20 tick,0xf7db951c,0xffdff0f0,0,0,0,0xf541d1a1,0xf541ceea
21 tick,0xf7dbc508,0xffdff14c,0,0,0,0xf541d1a1,0xf541cee
    [all...]
tickprocessor-test-func-info.log 8 tick,0x424284,0xbfffeea0,0,0x480600,0,0x2aaaa5
9 tick,0x42429f,0xbfffed88,0,0x480600,0,0x2aacb4
10 tick,0x48063d,0xbfffec7c,0,0x2d0f7c,0,0x2aaec6
  /external/v8/tools/
freebsd-tick-processor 3 # A wrapper script to call 'linux-tick-processor'.
10 $tools_path/linux-tick-processor "$@"
mac-tick-processor 3 # A wrapper script to call 'linux-tick-processor' with Mac-specific settings.
6 $tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@
mac-nm 8 # An alternative approach is to perform demangling in tick processor, but
  /external/ipsec-tools/src/racoon/
schedule.c 134 sched_schedule(sc, tick, func)
136 time_t tick;
147 sc->tick.tv_sec = tick;
148 sc->tick.tv_usec = 0;
150 timeradd(&now, &sc->tick, &sc->xtime);
211 timersub(&p->xtime, &p->tick, &created);
215 dst->tick = p->tick.tv_sec;
242 test(tick)
252 int *tick; local
    [all...]
schedule.h 73 struct timeval tick; /* relative timeout */ member in struct:sched
84 time_t tick; member in struct:scheddump
  /external/iproute2/tc/
tc_core.h 18 unsigned tc_core_tick2time(unsigned tick);
  /external/netcat/scripts/
irc 9 # magic arg: if "tick", do keepalive process instead of main loop
10 if test "$1" = "tick" ; then
21 sh $0 tick &
  /external/qemu/hw/
armv7m_nvic.c 40 int64_t tick; member in struct:__anon9694::__anon9695
67 s->systick.tick = qemu_get_clock_ns(vm_clock);
68 s->systick.tick += (s->systick.reload + 1) * systick_scale(s);
69 qemu_mod_timer(s->systick.timer, s->systick.tick);
140 if (t >= s->systick.tick)
142 val = ((s->systick.tick - (t + 1)) / systick_scale(s)) + 1;
145 tick. This is a hack to return zero during the first tick. */
278 if (s->systick.tick) {
279 s->systick.tick += now
    [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 105 void encode(int tick, AudioStream *chain);
106 void decode(int tick);
264 void AudioStream::encode(int tick, AudioStream *chain)
266 if (tick - mTick >= mInterval) {
268 int skipped = (tick - mTick) / mInterval;
275 tick = mTick;
310 data |= chain->mix(buffer, tick - mInterval, tick, mSampleRate);
360 void AudioStream::decode(int tick)
369 if ((unsigned int)(tick + BUFFER_SIZE - mBufferHead) > BUFFER_SIZE * 2)
722 int tick = elapsedRealtime(); local
    [all...]
  /external/chromium/base/debug/
trace_event.cc 72 TimeTicks tick = TimeTicks::HighResNow();
74 TimeTicks tick = TimeTicks::Now();
76 TimeDelta delta = tick - trace_start_time_;
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 22 waiting timer (flush the single tick) ...
45 waiting timer (flush the single tick) ...
  /external/grub/netboot/
timer.h 38 /* Timers tick over at this rate */
  /external/kernel-headers/original/asm-arm/arch/
mtd-xip.h 54 * the system timer tick period. This should put the CPU into idle mode
  /external/qemu/telephony/
test1.c 26 printf( "tick %d/%d a %.2fs\n", counter, MAX_COUNTER, now/1000. );
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromium.cpp 127 // Calculate how far down (in %) the tick-mark should appear.
130 // Calculate how far down (in pixels) the tick-mark should appear.
133 IntPoint tick(scrollbar->x(), yPos);
134 context->drawImage(dash.get(), ColorSpaceDeviceRGB, tick);
  /external/qemu/slirp/
tcp_var.h 150 * will each average +1/2 tick of bias. When we compute
151 * the retransmit timer, we want 1/2 tick of rounding and
152 * 1 extra tick because of +-1/2 tick uncertainty in the
154 * 1.5 tick we need. But, because the bias is
  /external/icu4c/tools/tzcode/
icuzdump.cpp 96 tick = 1000;
112 tick = t;
152 if (diff <= tick) {
155 UDate medt = lot + ((diff / 2) / tick) * tick;
205 int32_t tick; member in class:ICUZDump
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.c 145 UInt64 tick, usec1, usec2; local
148 /* Wait for the beginning of the very next tick */
149 for(tick = MyLMGetTicks() + 1; tick > MyLMGetTicks(); );
156 /* Wait for the exact 60th tick to roll over */
157 while(tick + 60 > MyLMGetTicks());
  /external/sonivox/arm-wt-22k/lib_src/
eas_tcdata.h 50 EAS_I32 tick; /* tick based on current tempo and resolution */ member in struct:__anon11065
  /hardware/invensense/mlsdk/platform/linux/
mlos_linux.c 189 * @brief get system's internal tick count.
191 * @return current tick count.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seqmid.h 121 * \brief set tick-scheduling mode on queue
125 * \param ttick tick time-stamp to be delivered
128 * MIDI tick mode.
136 (ev)->time.tick = (ttick),\
276 * \brief set the tick-time position of a queue
279 * \param ttime the new tick-time
285 (ev)->data.queue.param.time.tick = (ttime))
369 * \param dur duration (in tick or msec)
  /bionic/libc/kernel/common/linux/
timex.h 47 long tick; member in struct:timex
  /development/ndk/platforms/android-3/include/linux/
timex.h 47 long tick; member in struct:timex

Completed in 717 milliseconds

1 2 3 4 5 6 7 8 91011>>