/third_party/node/deps/openssl/openssl/crypto/ |
H A D | ppccpuid.pl | 210 my ($tick,$lasttick)=("r6","r7"); 219 mftb $lasttick # collect 1st tick 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 [all...] |
H A 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, [all...] |
H A 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 [all...] |
/third_party/openssl/crypto/ |
H A D | ppccpuid.pl | 210 my ($tick,$lasttick)=("r6","r7"); 219 mftb $lasttick # collect 1st tick 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 [all...] |
H A 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, [all...] |
H A 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 [all...] |
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testdriver-actions.js | 35 * tick. Be default this is set ot 16ms, which is one frame time 248 * Insert a new actions tick 250 * @param {Number?} duration - Minimum length of the tick in ms. 262 * Add a pause to the current tick 264 * @param {Number?} duration - Minimum length of the tick in ms. 400 let tick = actions.tickIdx; 401 if (this.actions.has(tick)) { 402 throw new Error(`Already have a pause action for the current tick`); 404 this.actions.set(tick, {type: "pause", duration: duration}); 430 let tick [all...] |
/third_party/lwip/src/include/lwip/ |
H A D | lowpower.h | 80 #define SET_TMR_TICK(tick, val) do { \ 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)].interval_ms)
|
/third_party/node/test/fixtures/wpt/dom/events/scrolling/ |
H A D | scroll_support.js | 22 function tick(frames) { 30 requestAnimationFrame(tick.bind(this, frames + 1)); 32 tick(0); 54 function tick(frames) { 65 requestAnimationFrame(tick.bind(this, frames + 1)); 68 tick(0); 151 function tick(frames) { 159 requestAnimationFrame(tick.bind(this, frames + 1)); 161 tick(0);
|
/third_party/musl/src/linux/ |
H A 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() [all...] |
/third_party/curl/src/ |
H A D | tool_cb_prg.c | 95 pos = sinus[bar->tick%200] / (1000000 / check); in fly() 97 pos = sinus[(bar->tick + 5)%200] / (1000000 / check); in fly() 99 pos = sinus[(bar->tick + 10)%200] / (1000000 / check); in fly() 101 pos = sinus[(bar->tick + 15)%200] / (1000000 / check); in fly() 105 bar->tick += 2; in fly() 106 if(bar->tick >= 200) in fly() 107 bar->tick -= 200; in fly() 290 bar->tick = 150; in progressbarinit()
|
/third_party/typescript/tests/baselines/reference/ |
H A 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 taFontColor = o.fontColor || (ta.majorTick && ta.majorTick.fontColor) || (ta.tick && ta.tick.fontColor) || "black", 75 var o = this.opt, ta = this.chart.theme.axis, position = o.position, leftBottom = position !== "rightOrTop", rotation = o.rotation % 360, start, stop, titlePos, titleRotation = 0, titleOffset, axisVector, tickVector, anchorOffset, labelOffset, labelAlign, labelGap = this.chart.theme.axis.tick.labelGap, taFont = o.font || (ta.majorTick && ta.majorTick.font) || (ta.tick && ta.tick.font), taTitleFont = o.titleFont || (ta.title && ta.title.font), taFontColor = o.fontColor || (ta.majorTick && ta.majorTick.fontColor) || (ta.tick && ta.tick [all...] |
/third_party/libuv/docs/code/tty-gravity/ |
H A 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/rust/crates/syn/tests/repo/ |
H A D | progress.rs | 6 tick: Instant, 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/lwip/src/core/ |
H A D | lowpower.c | 225 u32_t tick; in get_timer_tick() local 227 /* disable lowpower, need to timeout once a tick */ in get_timer_tick() 233 tick = t->next_tick(); in get_timer_tick() 235 tick = 1; in get_timer_tick() 236 LWIP_DEBUGF(LOWPOWER_DEBUG, ("next->tick is NULL\n")); 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 in get_sleep_time() [all...] |
/third_party/node/test/async-hooks/ |
H A D | test-destroy-not-blocked.js | 6 const tick = require('../common/tick'); 94 tick(2, testQueueMicrotask); 95 tick(4, testImmediate); 96 tick(6, testPromise); 97 tick(8, () => testAwait().then(common.mustCall()));
|
H A D | test-embedder.api.async-resource.js | 5 const tick = require('../common/tick'); 63 tick(1, common.mustCall(tick1)); 89 tick(1, common.mustCall(tick2)); 96 tick(1, common.mustCall(tick3));
|
H A D | test-tlswrap.js | 11 const tick = require('../common/tick'); 92 tick(5, tick1); 100 tick(5, tick1); 121 tick(1E4, common.mustCall(() => {
|
H A D | test-httpparser.response.js | 5 const tick = require('../common/tick'); 49 tick(1, common.mustCall(tick1)); 54 tick(1);
|
H A D | test-httpparser.request.js | 5 const tick = require('../common/tick'); 38 tick(1, common.mustCall(tick1)); 43 tick(1);
|
/third_party/musl/compat/time32/ |
H A 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/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/resources/ |
H A D | wait-for.js | 3 function tick(frames) { 11 requestAnimationFrame(() => tick(frames + 1)); 13 tick(0);
|
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | aplaymidi.c | 53 unsigned int tick; member 307 int tick = 0; in read_track() local 320 tick += delta_ticks; in read_track() 360 event->tick = tick; in read_track() 371 event->tick = tick; in read_track() 388 event->tick = tick; in read_track() 415 track->end_tick = tick; in read_track() [all...] |
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | PercentPrinter.cpp | 91 DWORD tick = 0;
in Print() local 93 tick = GetTickCount();
in Print() 99 if (_tickStep != 0 && (UInt32)(tick - _prevTick) < _tickStep)
in Print() 183 _prevTick = tick;
in Print()
|
/third_party/toybox/toys/example/ |
H A D | demo_scankey.c | 24 unsigned width, height, tick; in demo_scankey_main() local 28 t[0] = t[1] = x = tick = 0; in demo_scankey_main() 41 t[1&++tick] = time(0); in demo_scankey_main()
|