| /src/sys/arch/sun68k/stand/libsa/ |
| clock.c | 10 int hz = 1000; variable 18 return ((ticks / hz));
|
| /src/sys/arch/arm/dts/ |
| sun8i-h3-orangepi-plus2e.dts | 33 opp-hz = /bits/ 64 <1200000000>; 39 opp-hz = /bits/ 64 <1296000000>;
|
| /src/sys/external/bsd/drm2/include/asm/ |
| param.h | 39 #define HZ hz
|
| /src/sys/arch/mac68k/mac68k/ |
| clockreg.h | 38 * The Macintosh 6522 VIAs are provided with a 783360 Hz E clock that 44 #define CLK_FREQ 783360 /* VIA clock frequency (Hz) */ 46 /* Clock needed to hit HZ ticks/sec. */ 47 #define CLK_INTERVAL ((unsigned int)(CLK_FREQ / hz))
|
| /src/sys/arch/news68k/news68k/ |
| clock.c | 80 if (1000000 % hz) { 81 printf("cannot get %d Hz clock; using 100 Hz\n", hz); 82 hz = 100; 83 tick = 1000000 / hz; 93 * profhz == stathz == hz.
|
| /src/lib/libm/src/ |
| e_fmodf.c | 35 int32_t n,hx,hy,hz,ix,iy,sx,i; local 78 hz=hx-hy; 79 if(hz<0){hx = hx+hx;} 81 if(hz==0) /* return sign(x)*0 */ 83 hx = hz+hz; 86 hz=hx-hy; 87 if(hz>=0) {hx=hz;}
|
| e_fmod.c | 36 int32_t n,hx,hy,hz,ix,iy,sx,i; local 102 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; 103 if(hz<0){hx = hx+hx+(lx>>31); lx = lx+lx;} 105 if((hz|lz)==0) /* return sign(x)*0 */ 107 hx = hz+hz+(lz>>31); lx = lz+lz; 110 hz=hx-hy;lz=lx-ly; if(lx<ly) hz -= 1; 111 if(hz>=0) {hx=hz;lx=lz; [all...] |
| /src/lib/libc/gen/ |
| clock.c | 62 clock_t hz = CLOCKS_PER_SEC; local 66 return (clock_t)((ru.ru_utime.tv_sec + ru.ru_stime.tv_sec) * hz + 68 / 100 * hz / 10000);
|
| /src/sys/arch/hpcmips/hpcmips/ |
| clock.c | 75 #include <sys/kernel.h> /* hz */ 110 hz = clock->hz; 111 tick = 1000000 / hz;
|
| /src/lib/libm/ld80/ |
| k_cosl.c | 69 long double hz,z,r,w; local 73 hz = 0.5*z; 74 w = one-hz; 75 return w + (((one-w)-hz) + (z*r-x*y));
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| woof.d | 34 #pragma D option switchrate=10hz 60 profile:::tick-10hz
|
| priclass.d | 6 * This is a simple DTrace script that samples at 1000 Hz the current 63 profile:::profile-1000hz
|
| dispqlen.d | 43 profile:::profile-1000hz
|
| pridist.d | 6 * This is a simple DTrace script that samples at 1000 Hz which process 58 profile:::profile-1000hz
|
| runocc.d | 44 profile-1000hz
|
| /src/external/cddl/dtracetoolkit/dist/Misc/ |
| woof.d | 34 #pragma D option switchrate=10hz 60 profile:::tick-10hz
|
| /src/sys/arch/luna68k/luna68k/ |
| clock.c | 73 hz = 60; /* LUNA-I is clocked at 60Hz, not 100Hz */ 75 tick = 1000000 / hz; /* number of microseconds between interrupts */
|
| /src/external/cddl/dtracetoolkit/dist/Kernel/ |
| priclass.d | 6 * This is a simple DTrace script that samples at 1000 Hz the current 63 profile:::profile-1000hz
|
| pridist.d | 6 * This is a simple DTrace script that samples at 1000 Hz which process 58 profile:::profile-1000hz
|
| /src/sys/arch/mvme68k/mvme68k/ |
| clock.c | 108 if (1000000 % hz) { 109 printf("cannot get %d Hz clock; using 100 Hz\n", hz); 110 hz = 100; 111 tick = 1000000 / hz; 114 stathz = hz; 116 printf("cannot get %d Hz statclock; using 100 Hz\n", stathz);
|
| /src/sys/arch/ia64/ia64/ |
| clock.c | 74 * to implement a 1000hz clock. 91 stathz = hz; 92 ia64_clock_reload = (itc_frequency + hz / 2) / hz;
|
| /src/sys/dev/ppbus/ |
| lptvar.h | 49 #define LPT_TIMEOUT ((hz)*16) 50 #define LPT_STEP ((hz)/4) 75 #define MAX_SLEEP (hz*5) /* Timeout while waiting for device ready */
|
| /src/sys/external/bsd/drm2/include/linux/ |
| delay.h | 70 ((hz < 1000) && (msec < (1000/(unsigned)hz))))
|
| /src/external/cddl/dtracetoolkit/dist/Cpu/ |
| dispqlen.d | 43 profile:::profile-1000hz
|
| runocc.d | 44 profile-1000hz
|