Home
last modified time | relevance | path

Searched refs:tick (Results 1 – 25 of 258) sorted by relevance

1234567891011

/third_party/openssl/crypto/
Dppccpuid.pl210 my ($tick,$lasttick)=("r6","r7");
223 lwarx $tick,0,$out # load and lock
224 add $tick,$tick,$diff
225 stwcx. $tick,0,$out
226 stwx $tick,0,$out
228 Loop: mftb $tick
229 sub $diff,$tick,$lasttick
230 mr $lasttick,$tick
232 lwarx $tick,0,$out # load and lock
233 add $tick,$tick,$diff
[all …]
Dalphacpuid.pl167 my ($tick,$lasttick)=("\$19","\$20");
183 ldl_l $tick,0($out)
184 addl $diff,$tick,$tick
185 mov $tick,$diff
186 stl_c $tick,0($out)
189 .Loop: rpcc $tick
190 subq $tick,$lasttick,$diff
191 mov $tick,$lasttick
194 ldl_l $tick,0($out)
195 addl $diff,$tick,$tick
[all …]
Dpariscid.pl176 my ($tick,$lasttick)=("%r23","%r22");
187 mfctl %cr16,$tick
188 copy $tick,$lasttick
192 ldw 0($out),$tick
193 add $diff,$tick,$tick
194 stw $tick,0($out)
196 mfctl %cr16,$tick
197 sub $tick,$lasttick,$diff
198 copy $tick,$lasttick
201 ldw 0($out),$tick
[all …]
Dsparccpuid.S233 .word 0x91410000 !rd %tick,%o0
271 ! a lot of %tick-s, couple of thousand on Linux...
277 .word 0x91410000 !rd %tick,%o0
280 .word 0x93410000 !rd %tick,%o1
283 .word 0x95410000 !rd %tick,%o2
286 .word 0x97410000 !rd %tick,%o3
289 .word 0x99410000 !rd %tick,%o4
484 .word 0x99410000 !rd %tick,%o4 ! tick
485 mov %o4,%o5 ! lasttick = tick
497 .Loop: .word 0x99410000 !rd %tick,%o4
[all …]
/third_party/node/test/message/
Dmax_tick_depth.out1 tick 20
2 tick 19
3 tick 18
4 tick 17
5 tick 16
6 tick 15
7 tick 14
8 tick 13
9 tick 12
10 tick 11
[all …]
/third_party/flutter/flutter/packages/flutter/test/animation/
Danimation_controller_test.dart47 tick(const Duration(seconds: 1));
50 tick(const Duration(seconds: 2));
102 tick(const Duration(seconds: 10));
105 tick(const Duration(seconds: 20));
108 tick(const Duration(seconds: 30));
111 tick(const Duration(seconds: 40));
152 tick(const Duration(milliseconds: 10));
153 tick(const Duration(milliseconds: 30));
155 tick(const Duration(milliseconds: 60));
157 tick(const Duration(milliseconds: 90));
[all …]
Danimations_test.dart254 tick(const Duration(milliseconds: 0));
255 tick(const Duration(milliseconds: 10));
257 tick(const Duration(milliseconds: 20));
259 tick(const Duration(milliseconds: 30));
261 tick(const Duration(milliseconds: 40));
263 tick(const Duration(milliseconds: 50));
265 tick(const Duration(milliseconds: 60));
267 tick(const Duration(milliseconds: 70));
269 tick(const Duration(milliseconds: 80));
271 tick(const Duration(milliseconds: 90));
[all …]
/third_party/node/test/fixtures/wpt/resources/
Dtestdriver-actions.js298 let tick = actions.tickIdx;
299 if (this.actions.has(tick)) {
302 this.actions.set(tick, {type: "pause", duration: duration});
328 let tick = actions.tickIdx;
329 if (this.actions.has(tick)) {
330 tick = actions.addTick().tickIdx;
332 this.actions.set(tick, {type: "keyDown", value: key});
336 let tick = actions.tickIdx;
337 if (this.actions.has(tick)) {
338 tick = actions.addTick().tickIdx;
[all …]
/third_party/lwip/src/include/lwip/
Dlowpower.h80 #define SET_TMR_TICK(tick, val) do { \ argument
82 if ((tick) == 0) { \
83 (tick) = (val); \
85 (tick) = (tick) > (val) ? (val) : (tick); \
151 #define STEP_TICK_TO_TIMEOUT(tick, type) (((tick) * TIMEOUT_TICK) / lwip_cyclic_timers[(type)].inte… argument
/third_party/typescript/tests/baselines/reference/
DcontrolFlowCaching.types66 labelGap = this.chart.theme.axis.tick.labelGap,
68 >this.chart.theme.axis.tick.labelGap : any
69 >this.chart.theme.axis.tick : any
77 >tick : any
80 taFont = o.font || (ta.majorTick && ta.majorTick.font) || (ta.tick && ta.tick.font),
82 >o.font || (ta.majorTick && ta.majorTick.font) || (ta.tick && ta.tick.font) : any
97 >(ta.tick && ta.tick.font) : any
98 >ta.tick && ta.tick.font : any
99 >ta.tick : any
101 >tick : any
[all …]
DcontrolFlowCaching.js10 labelGap = this.chart.theme.axis.tick.labelGap,
11 taFont = o.font || (ta.majorTick && ta.majorTick.font) || (ta.tick && ta.tick.font),
13 …lor = o.fontColor || (ta.majorTick && ta.majorTick.fontColor) || (ta.tick && ta.tick.fontColor) ||…
75tick.labelGap, taFont = o.font || (ta.majorTick && ta.majorTick.font) || (ta.tick && ta.tick.font)…
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts83 return { tick, time, touch };
85 function tick() {
161 const { time, tick } = getTime(); constant
174 return { fs, time, tick };
270 tick: () => void; property
280 tick, baseFs, newSys constant
288 tick();
395 let tick: () => void;
399 ({ fs: baseFs, tick } = getFsWithTime(fs()));
407 tick();
[all …]
/third_party/musl/src/linux/
Dclock_adjtime.c16 long long tick, ppsfreq, jitter; member
30 long tick, ppsfreq, jitter; member
53 .tick = utx->tick, in clock_adjtime()
77 utx->tick = ktx.tick; in clock_adjtime()
106 .tick = utx->tick, in clock_adjtime()
134 utx->tick = ktx.tick; in clock_adjtime()
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c50 unsigned int tick; member
301 int tick = 0; in read_track() local
314 tick += delta_ticks; in read_track()
354 event->tick = tick; in read_track()
365 event->tick = tick; in read_track()
382 event->tick = tick; in read_track()
409 track->end_tick = tick; in read_track()
423 event->tick = tick; in read_track()
678 if (e2 && e2->tick < min_tick) { in play_midi()
679 min_tick = e2->tick; in play_midi()
[all …]
/third_party/rust/crates/syn/tests/repo/
Dprogress.rs6 tick: Instant, field
14 tick: Instant::now() + Duration::from_millis(2000), in new()
25 if now > self.tick { in read()
26 self.tick = now + Duration::from_millis(500); in read()
/third_party/libuv/docs/code/tty-gravity/
Dmain.c8 uv_timer_t tick; variable
28 uv_timer_stop(&tick); in update()
45 uv_timer_init(loop, &tick); in main()
46 uv_timer_start(&tick, update, 200, 200); in main()
/third_party/node/test/async-hooks/
Dtest-destroy-not-blocked.js6 const tick = require('../common/tick'); constant
94 tick(2, testQueueMicrotask);
95 tick(4, testImmediate);
96 tick(6, testPromise);
97 tick(8, () => testAwait().then(common.mustCall()));
Dtest-embedder.api.async-resource.js5 const tick = require('../common/tick'); constant
63 tick(1, common.mustCall(tick1));
89 tick(1, common.mustCall(tick2));
96 tick(1, common.mustCall(tick3));
Dtest-tlswrap.js11 const tick = require('../common/tick'); constant
92 tick(5, tick1);
100 tick(5, tick1);
121 tick(1E4, common.mustCall(() => {
Dtest-httpparser.request.js5 const tick = require('../common/tick'); constant
38 tick(1, common.mustCall(tick1));
43 tick(1);
/third_party/musl/compat/time32/
Dclock_adjtime32.c14 long tick, ppsfreq, jitter; member
35 .tick = tx32->tick, in __clock_adjtime32()
59 tx32->tick = utx.tick; in __clock_adjtime32()
/third_party/lwip/src/core/
Dlowpower.c225 u32_t tick; in get_timer_tick() local
233 tick = t->next_tick(); in get_timer_tick()
235 tick = 1; in get_timer_tick()
238 tick *= t->clock_max; in get_timer_tick()
239 return tick; in get_timer_tick()
274 u32_t tick; in get_sleep_time() local
282 tick = get_timer_tick(t); in get_sleep_time()
283 if (tick == 0) { in get_sleep_time()
293 temp = tick * TIMEOUT_TICK; in get_sleep_time()
/third_party/typescript/tests/cases/compiler/
DcontrolFlowCaching.ts11 labelGap = this.chart.theme.axis.tick.labelGap,
12 taFont = o.font || (ta.majorTick && ta.majorTick.font) || (ta.tick && ta.tick.font),
14 …lor = o.fontColor || (ta.majorTick && ta.majorTick.fontColor) || (ta.tick && ta.tick.fontColor) ||…
/third_party/node/test/node-api/test_buffer/
Dtest.js7 const tick = require('util').promisify(require('../../common/tick')); constant
15 await tick(10);
25 await tick(10);
/third_party/flutter/skia/modules/sksg/src/
DSkSGScene.cpp21 void Animator::tick(float t) { in tick() function in sksg::Animator
30 a->tick(t); in onTick()
53 anim->tick(t); in animate()

1234567891011