/third_party/openssl/crypto/ |
D | ppccpuid.pl | 210 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 …]
|
D | alphacpuid.pl | 167 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 …]
|
D | pariscid.pl | 176 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 …]
|
D | sparccpuid.S | 233 .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/ |
D | max_tick_depth.out | 1 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/ |
D | animation_controller_test.dart | 47 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 …]
|
D | animations_test.dart | 254 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/ |
D | testdriver-actions.js | 298 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/ |
D | lowpower.h | 80 #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/ |
D | controlFlowCaching.types | 66 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 …]
|
D | controlFlowCaching.js | 10 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) ||… 75 …tick.labelGap, taFont = o.font || (ta.majorTick && ta.majorTick.font) || (ta.tick && ta.tick.font)…
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | helpers.ts | 83 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/ |
D | clock_adjtime.c | 16 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/ |
D | aplaymidi.c | 50 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/ |
D | progress.rs | 6 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/ |
D | main.c | 8 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/ |
D | test-destroy-not-blocked.js | 6 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()));
|
D | test-embedder.api.async-resource.js | 5 const tick = require('../common/tick'); constant 63 tick(1, common.mustCall(tick1)); 89 tick(1, common.mustCall(tick2)); 96 tick(1, common.mustCall(tick3));
|
D | test-tlswrap.js | 11 const tick = require('../common/tick'); constant 92 tick(5, tick1); 100 tick(5, tick1); 121 tick(1E4, common.mustCall(() => {
|
D | test-httpparser.request.js | 5 const tick = require('../common/tick'); constant 38 tick(1, common.mustCall(tick1)); 43 tick(1);
|
/third_party/musl/compat/time32/ |
D | clock_adjtime32.c | 14 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/ |
D | lowpower.c | 225 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/ |
D | controlFlowCaching.ts | 11 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/ |
D | test.js | 7 const tick = require('util').promisify(require('../../common/tick')); constant 15 await tick(10); 25 await tick(10);
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGScene.cpp | 21 void Animator::tick(float t) { in tick() function in sksg::Animator 30 a->tick(t); in onTick() 53 anim->tick(t); in animate()
|