Home
last modified time | relevance | path

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

12345678910>>...13

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Dppccpuid.pl206 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 …]
H A Dalphacpuid.pl168 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 …]
H A Dpariscid.pl173 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 …]
H A 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 …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A 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 …]
H A 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 …]
H A 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 …]
H A Dsparccpuid.S239 .word 0x91410000 !rd %tick,%o0
277 ! a lot of %tick-s, couple of thousand on Linux...
283 .word 0x91410000 !rd %tick,%o0
286 .word 0x93410000 !rd %tick,%o1
289 .word 0x95410000 !rd %tick,%o2
292 .word 0x97410000 !rd %tick,%o3
295 .word 0x99410000 !rd %tick,%o4
491 .word 0x99410000 !rd %tick,%o4 ! tick
492 mov %o4,%o5 ! lasttick = tick
504 .Loop: .word 0x99410000 !rd %tick,%o4
[all …]
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dschedule.c134 sched_schedule(sc, tick, func) in sched_schedule() argument
136 time_t tick;
147 sc->tick.tv_sec = tick;
148 sc->tick.tv_usec = 0;
150 timeradd(&now, &sc->tick, &sc->xtime);
211 timersub(&p->xtime, &p->tick, &created);
215 dst->tick = p->tick.tv_sec;
242 test(tick) in test() argument
243 int *tick; in test()
245 printf("execute %d\n", *tick);
[all …]
/netbsd-src/external/bsd/ntp/dist/scripts/calc_tickadj/
H A Dcalc_tickadj-opts.def7 prog-title = 'Calculates "optimal" value for tick given ntp drift file.';
24 name = tick;
28 doc = 'The current tick which to adjustment will be calculated';
36 tick value. Generally, ntpd can do better job if the drift value is the
48 means the following. If tick on that box is 10,000, by making the value 9999
53 If 'tick' on that box is 10,000,000 then by setting it to 9999779 the drift
56 @code{calc_tickadj} tries to determine the the tick value by using
58 current tick manually on command line.
/netbsd-src/external/bsd/ntp/dist/util/
H A Dtickadj.c125 if ( (txc.tick = atoi(argv[1])) < 1 ) in main()
163 printf("tick = %ld\n", txc.tick); in main()
255 int tick, ktick; /* HMS: Why isn't this u_long? */ in main() local
370 readvar(fd, tick_offset, &tick); in main()
373 (void) printf("KERNEL %s = %d nsec\n", K_TICK_NAME, tick); in main()
377 tick /= 1000; in main()
382 tick = 0; in main()
442 ktick = tick; in main()
444 tick = PRESET_TICK; in main()
470 (void) printf("PRESET tick = %d usec\n", tick); in main()
[all …]
/netbsd-src/usr.sbin/btpand/
H A Dchannel.c126 chan->tick = 0; in channel_close()
285 chan->tick = 0; in channel_timeout()
287 chan->tick = (channel_tick + to) % 60; in channel_timeout()
300 int tick; in channel_watchdog() local
302 tick = (channel_tick % 60) + 1; in channel_watchdog()
309 if (chan->tick == tick) in channel_watchdog()
311 else if (chan->tick != 0) in channel_watchdog()
312 channel_tick = tick; in channel_watchdog()
/netbsd-src/external/mit/libuv/dist/docs/code/
H A DMakefile49 all: $(examples) plugin/plugin proc-streams/test cgi/tick multi-echo-server/worker uvwget/uvwget
63 cgi/tick: cgi/tick.c
64 gcc -g -Wall -o cgi/tick cgi/tick.c
78 rm -rf cgi/tick cgi/tick.dSYM
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc26 clk.tick(); in TEST()
83 vector1.tick(); in TEST()
99 thr1.tick(); in TEST()
101 thr2.tick(); in TEST()
116 vector.tick(); in TEST()
141 vector1.tick(); in TEST()
143 vector2.tick(); in TEST()
180 vector.tick(); in TEST()
194 vector1.tick(); in TEST()
196 vector2.tick(); in TEST()
[all …]
/netbsd-src/external/mit/libuv/dist/docs/code/tty-gravity/
H A 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()
/netbsd-src/sys/kern/
H A Dsubr_time.c
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Djs_stat.d58 profile:::tick-1sec
67 profile:::tick-1sec
102 profile:::tick-1sec
116 profile:::tick-1sec
H A Dsh_stat.d63 profile:::tick-1sec
72 profile:::tick-1sec
114 profile:::tick-1sec
129 profile:::tick-1sec
H A Dtcl_stat.d63 profile:::tick-1sec
72 profile:::tick-1sec
118 profile:::tick-1sec
133 profile:::tick-1sec
H A Dhttpdstat.d62 profile:::tick-1sec
71 profile:::tick-1sec
114 profile:::tick-1sec
128 profile:::tick-1sec
H A Drb_stat.d66 profile:::tick-1sec
75 profile:::tick-1sec
126 profile:::tick-1sec
142 profile:::tick-1sec
/netbsd-src/external/cddl/dtracetoolkit/dist/JavaScript/
H A Djs_stat.d58 profile:::tick-1sec
67 profile:::tick-1sec
102 profile:::tick-1sec
116 profile:::tick-1sec
/netbsd-src/external/cddl/dtracetoolkit/dist/Shell/
H A Dsh_stat.d63 profile:::tick-1sec
72 profile:::tick-1sec
114 profile:::tick-1sec
129 profile:::tick-1sec
/netbsd-src/external/cddl/dtracetoolkit/dist/Tcl/
H A Dtcl_stat.d63 profile:::tick-1sec
72 profile:::tick-1sec
118 profile:::tick-1sec
133 profile:::tick-1sec
/netbsd-src/external/cddl/dtracetoolkit/dist/Java/
H A Dj_stat.d68 profile:::tick-1sec
77 profile:::tick-1sec
128 profile:::tick-1sec
144 profile:::tick-1sec

12345678910>>...13