Home
last modified time | relevance | path

Searched refs:HZ (Results 1 – 20 of 20) sorted by relevance

/original-bsd/sys/conf/
H A Dparam.c43 #ifndef HZ
44 #define HZ 100 macro
46 int hz = HZ;
47 int tick = 1000000 / HZ;
48 int tickadj = 30000 / (60 * HZ); /* can adjust 30ms in 60s */
/original-bsd/contrib/libg++-2.3/libg++/src/
H A Dtimer.cc39 #if !defined (HZ) && defined(CLK_TCK)
40 #define HZ CLK_TCK macro
55 return((double) Old_Time.tms_utime / HZ); in start_timer()
80 return((double) (New_Time.tms_utime - Old_Time.tms_utime) / HZ); in return_elapsed_time()
89 return((double) New_Time.tms_utime / HZ - Last_Time); in return_elapsed_time()
/original-bsd/sys/i386/isa/
H A Dwt.c127 #define HZ 60 macro
443 if ((Hogproc == myproc) && Hogtime && (lbolt-Hogtime > HZ)) in wtimer()
447 timeout(wtimer, (caddr_t) 0, HZ); in wtimer()
507 if ((qicmd((int)arg) == ERROR) || (rdyexc(HZ) == ERROR))
612 if (rdyexc(HZ/10) == ERROR) { in wtclose()
626 rdyexc(HZ/10); in wtclose()
632 timeout(wtdsl2, 0, HZ); in wtclose()
644 if (rdyexc(HZ/10)) in wtclose()
744 timeout(wtdsl2, (caddr_t) 0, HZ); in wtdsl2()
803 delay((ticks/HZ)*1000000); /* */ in rdyexc()
[all …]
/original-bsd/old/pcc/lint/llibs/
H A Dllib-lcurses11 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL,
66 HZ = HZ;
/original-bsd/usr.sbin/config/
H A Dlang.l44 { "hz", HZ },
H A Dconfig.y26 %token HZ
167 HZ NUMBER
/original-bsd/games/chess/
H A Dgnuchess.h97 #define HZ 60 macro
H A Dnondsp.c448 cputimer = 100*(tmbuf2.tms_utime - tmbuf1.tms_utime) / HZ;
H A Duxdsp.c432 cputimer = 100*(tmbuf2.tms_utime - tmbuf1.tms_utime) / HZ;
/original-bsd/usr.bin/pascal/libpc/
H A Dh00vars.h20 #define HZ 60 macro
/original-bsd/usr.bin/pascal/px/
H A Dvars.h45 #define HZ 100 macro
/original-bsd/usr.sbin/timed/timed/
H A Dglobals.h37 #define CLK_TCK HZ
/original-bsd/usr.bin/ex/
H A Dex_tty.h98 var bool HZ; /* Hazeltine ~ braindamage */ variable
H A Dex_tty.c57 &AM, &BS, &DA, &DB, &EO, &HC, &HZ, &IN, &MI, &NC, &NS, &OS, &UL,
H A Dex_put.c104 if (c == '~' && HZ) {
H A Dex_vput.c62 ex_putchar(tp > dol ? ((UPPERCASE || HZ) ? '^' : '~') : '@');
/original-bsd/local/toolchest/ksh/sh/
H A Dprint.c58 #define TIC_SEC HZ /* number of ticks per second */
/original-bsd/old/sdb/
H A Dps.c592 printf("%3ld:%02ld", ap->a_time / HZ, ap->a_time % HZ);
/original-bsd/sys/news3400/bm/
H A Dvt100.c293 if (diff > DIMMER_INTERVAL*HZ || diff < 0) { in rst_dimmer_cnt()
/original-bsd/sys/tahoe/tahoe/
H A Dlocore.s402 incl _cnt+V_INTR ## temp so not to break vmstat -= HZ