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

1 2 3 4 5 6 7

  /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 $@
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app.h 43 extern void appRender(long tick, int width, int height);
  /frameworks/native/opengl/tests/angeles/
app.h 43 extern void appRender(long tick, int width, int height);
  /external/openssl/crypto/
pariscid.pl 135 my ($tick,$lasttick)=("%r23","%r22");
146 mfctl %cr16,$tick
147 copy $tick,$lasttick
151 ldw 0($out),$tick
152 add $diff,$tick,$tick
153 stw $tick,0($out)
155 mfctl %cr16,$tick
156 sub $tick,$lasttick,$diff
157 copy $tick,$lasttic
    [all...]
  /external/ipsec-tools/src/racoon/
schedule.c 127 sched_new(tick, func, param)
128 time_t tick;
145 new->tick = tick;
147 new->xtime = current_time() + tick;
260 dst->tick = p->tick;
295 test(tick)
296 int *tick;
298 printf("execute %d\n", *tick);
305 int *tick; local
    [all...]
schedule.h 54 time_t tick; /* for debug */ member in struct:sched
75 time_t tick; member in struct:scheddump
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 23 clk.tick(0);
26 clk.tick(3);
32 clk.tick(3);
56 vector1.tick(100);
74 vector.tick(i);
91 vector1.tick(10);
93 vector2.tick(20);
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon15211
eas_imelodydata.h 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon15198
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon15201
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon15261
eas_imelodydata.h 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon15248
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon15251
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon15313
eas_tcdata.h 50 EAS_I32 tick; /* tick based on current tempo and resolution */ member in struct:__anon15316
eas_imelodydata.h 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon15296
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon15303
  /external/iproute2/tc/
tc_core.h 18 unsigned tc_core_tick2time(unsigned tick);
  /external/qemu/hw/
armv7m_nvic.c 40 int64_t tick; member in struct:__anon13578::__anon13579
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...]
  /external/chromium/base/debug/
trace_event.cc 72 TimeTicks tick = TimeTicks::HighResNow();
74 TimeTicks tick = TimeTicks::Now();
76 TimeDelta delta = tick - trace_start_time_;
  /frameworks/opt/net/voip/src/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)
721 int tick = elapsedRealtime(); local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.h 57 void tick(unsigned tid) { function in struct:__tsan::ThreadClock
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Stopwatch.java 124 long tick = ticker.read(); local
127 elapsedNanos += tick - startTick;
  /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

Completed in 180 milliseconds

1 2 3 4 5 6 7