/third_party/openssl/crypto/ |
D | ppccpuid.pl | 206 my ($tick,$lasttick)=("r6","r7"); 219 lwarx $tick,0,$out # load and lock 220 add $tick,$tick,$diff 221 stwcx. $tick,0,$out 222 stwx $tick,0,$out 224 Loop: mftb $tick 225 sub $diff,$tick,$lasttick 226 mr $lasttick,$tick 228 lwarx $tick,0,$out # load and lock 229 add $tick,$tick,$diff [all …]
|
D | alphacpuid.pl | 168 my ($tick,$lasttick)=("\$19","\$20"); 184 ldl_l $tick,0($out) 185 addl $diff,$tick,$tick 186 mov $tick,$diff 187 stl_c $tick,0($out) 190 .Loop: rpcc $tick 191 subq $tick,$lasttick,$diff 192 mov $tick,$lasttick 195 ldl_l $tick,0($out) 196 addl $diff,$tick,$tick [all …]
|
D | pariscid.pl | 173 my ($tick,$lasttick)=("%r23","%r22"); 184 mfctl %cr16,$tick 185 copy $tick,$lasttick 189 ldw 0($out),$tick 190 add $diff,$tick,$tick 191 stw $tick,0($out) 193 mfctl %cr16,$tick 194 sub $tick,$lasttick,$diff 195 copy $tick,$lasttick 198 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/boost/libs/msm/doc/PDF/examples/ |
D | SimpleTimer.cpp | 35 BOOST_MSM_EUML_EVENT_WITH_ATTRIBUTES(tick,tick_attr) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 96 Started + tick 108 Ringing + tick [ source_(m_ringing_cpt) - event_(m_tick) > Int_<0>() ] 111 Stopped == Ringing + tick[source_(m_ringing_cpt)-event_(m_tick) <= Int_<0>()] , 143 p.process_event(tick(2));pstate(p); in test() 144 p.process_event(tick(1));pstate(p); in test() 145 p.process_event(tick(1));pstate(p); in test() 146 p.process_event(tick(1));pstate(p); in test() 148 p.process_event(tick(2));pstate(p); in test() 149 p.process_event(tick(1));pstate(p); in test() [all …]
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | SimpleTimer.cpp | 35 BOOST_MSM_EUML_EVENT_WITH_ATTRIBUTES(tick,tick_attr) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 96 Started + tick 108 Ringing + tick [ source_(m_ringing_cpt) - event_(m_tick) > Int_<0>() ] 111 Stopped == Ringing + tick[source_(m_ringing_cpt)-event_(m_tick) <= Int_<0>()] , 143 p.process_event(tick(2));pstate(p); in test() 144 p.process_event(tick(1));pstate(p); in test() 145 p.process_event(tick(1));pstate(p); in test() 146 p.process_event(tick(1));pstate(p); in test() 148 p.process_event(tick(2));pstate(p); in test() 149 p.process_event(tick(1));pstate(p); in test() [all …]
|
/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/boost/libs/numeric/odeint/examples/ |
D | solar_system.agr | 242 @ xaxis tick off 243 @ xaxis tick major 20 244 @ xaxis tick minor ticks 1 245 @ xaxis tick default 6 246 @ xaxis tick place rounded true 247 @ xaxis tick in 248 @ xaxis tick major size 1.000000 249 @ xaxis tick major color 1 250 @ xaxis tick major linewidth 1.0 251 @ xaxis tick major linestyle 1 [all …]
|
/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 55 .tick = utx->tick, in clock_adjtime() 79 utx->tick = ktx.tick; in clock_adjtime() 109 .tick = utx->tick, in clock_adjtime() 137 utx->tick = ktx.tick; in clock_adjtime()
|
/third_party/curl/src/ |
D | tool_cb_prg.c | 86 pos = sinus[bar->tick%200] / (1000000 / check); in fly() 88 pos = sinus[(bar->tick + 5)%200] / (1000000 / check); in fly() 90 pos = sinus[(bar->tick + 10)%200] / (1000000 / check); in fly() 92 pos = sinus[(bar->tick + 15)%200] / (1000000 / check); in fly() 96 bar->tick += 2; in fly() 97 if(bar->tick >= 200) in fly() 98 bar->tick -= 200; in fly() 271 bar->tick = 150; in progressbarinit()
|
/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/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/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);
|