/netbsd-src/lib/libc/gen/ |
H A D | clock.c | 62 clock_t hz = CLOCKS_PER_SEC; in clock() local
|
/netbsd-src/sys/arch/sun68k/stand/libsa/ |
H A D | clock.c | 10 int hz = 1000; variable
|
/netbsd-src/sys/arch/arm/s3c2xx0/ |
H A D | s3c24x0_clk.c | 228 #define time_constant(hz) (TIMER_FREQUENCY(pclk) /(hz)/ prescaler) in cpu_initclocks() argument 229 #define calc_time_constant(hz) \ in cpu_initclocks() argument
|
/netbsd-src/lib/libm/src/ |
H A D | e_fmodf.c | 35 int32_t n,hx,hy,hz,ix,iy,sx,i; in __ieee754_fmodf() local
|
H A D | s_remquof.c | 37 int32_t n,hx,hy,hz,ix,iy,sx,i; in remquof() local
|
H A D | k_cos.c | 68 double a,hz,z,r,qx; in __kernel_cos() local
|
H A D | k_cosf.c | 36 float a,hz,z,r,qx; in __kernel_cosf() local
|
H A D | e_fmod.c | 36 int32_t n,hx,hy,hz,ix,iy,sx,i; in __strong_alias() local
|
H A D | k_sincosl.h | 59 long double hz, r, v, w, z; in __kernel_sincosl() local 114 long double hz, r, v, w, z; in __kernel_sincosl() local
|
H A D | s_remquo.c | 39 int32_t n,hx,hy,hz,ix,iy,sx,i; in remquo() local [all...] |
H A D | k_sincos.h | 41 double hz, r, v, w, z; in __kernel_sincos() local
|
H A D | e_fmodl.c | 77 int64_t hx,hz; /* We need a carry bit even if EXT_FRACHBITS is 32. */ in __ieee754_fmodl() local [all...] |
H A D | s_remquol.c | 81 int64_t hx,hz; /* We need a carry bit even if EXT_FRACHBITS is 32. */ in remquol() local [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/ |
H A D | fmodq.c | 28 int64_t n,hx,hy,hz,ix,iy,sx,i; in fmodq() local
|
/netbsd-src/usr.sbin/cpuctl/arch/ |
H A D | sparc.c | 52 int cpu_arch, mid, hz; in identifycpu() local
|
H A D | sparc64.c | 53 uint64_t hz; in identifycpu() local
|
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
H A D | fmodq.c | 28 int64_t n,hx,hy,hz,ix,iy,sx,i; in fmodq() local
|
/netbsd-src/lib/libm/ld80/ |
H A D | k_cosl.c | 69 long double hz,z,r,w; in __kernel_cosl() local
|
/netbsd-src/lib/libm/ld128/ |
H A D | k_cosl.c | 49 long double hz,z,r,w; in __kernel_cosl() local
|
/netbsd-src/sys/arch/hpcmips/include/ |
H A D | sysconf.h | 75 int hz; member
|
/netbsd-src/sys/conf/ |
H A D | param.c | 113 int hz = HZ; variable
|
/netbsd-src/external/bsd/bzip2/dist/ |
H A D | blocksort.c | 82 #define fpush(lz,hz) { stackLo[sp] = lz; \ argument 86 #define fpop(lz,hz) { sp--; \ argument 598 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ argument 603 #define mpop(lz,hz,dz) { sp--; \ argument
|
/netbsd-src/usr.bin/time/ |
H A D | time.c | 165 int hz = (int)sysconf(_SC_CLK_TCK); in main() local
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | gprof.c | 56 long hz = HZ_WRONG; variable
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | gprof.c | 56 long hz = HZ_WRONG; variable
|