Searched refs:HZ (Results 1 - 25 of 112) sorted by relevance

12345

/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_hz.h33 _CITRUS_CTYPE_GETOPS_FUNC(HZ);
34 _CITRUS_STDENC_GETOPS_FUNC(HZ); variable
/netbsd-current/sys/external/bsd/drm2/include/asm/
H A Dparam.h39 #define HZ hz macro
/netbsd-current/sys/conf/
H A Dparam.c105 #ifndef HZ
106 #define HZ 100 macro
113 int hz = HZ;
114 int tick = 1000000 / HZ;
116 int tickadj = (240000 / (60 * HZ)) ? (240000 / (60 * HZ)) : 1;
/netbsd-current/lib/i18n_module/
H A DMakefile3 SUBDIR= BIG5 DECHanyu EUC EUCTW GBK2K HZ ISO2022 JOHAB MSKanji UES UTF1632 UTF8 UTF7 VIQR ZW
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Digt_flush_test.c27 if (intel_gt_wait_for_idle(gt, HZ / 5) == -ETIME) {
/netbsd-current/sys/arch/arm/ep93xx/
H A Depclk.c81 #if defined(HZ) && (HZ == 64)
145 #if defined(HZ) && (HZ == 64)
171 #if defined(HZ) && (HZ == 64)
209 #if defined(HZ) && (HZ == 64)
210 if (hz != 64) panic("HZ must be 64!");
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dclock.c58 #ifdef HZ
59 #define GNU_HZ HZ
H A Dgetruntime.c75 #ifdef HZ
76 #define GNU_HZ HZ
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dclock.c58 #ifdef HZ
59 #define GNU_HZ HZ
H A Dgetruntime.c75 #ifdef HZ
76 #define GNU_HZ HZ
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dclock.c58 #ifdef HZ
59 #define GNU_HZ HZ
H A Dgetruntime.c75 #ifdef HZ
76 #define GNU_HZ HZ
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dclock.c58 #ifdef HZ
59 #define GNU_HZ HZ
H A Dgetruntime.c75 #ifdef HZ
76 #define GNU_HZ HZ
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dclock.c58 #ifdef HZ
59 #define GNU_HZ HZ
H A Dgetruntime.c75 #ifdef HZ
76 #define GNU_HZ HZ
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dclock.c58 #ifdef HZ
59 #define GNU_HZ HZ
H A Dgetruntime.c75 #ifdef HZ
76 #define GNU_HZ HZ
/netbsd-current/sys/arch/arm/gemini/
H A Dgemini_timervar.h41 # define STATHZ HZ
/netbsd-current/external/bsd/ntp/dist/util/
H A Dkern.c25 #define HZ 100 /* timer interrupt frequency (Hz) */ macro
53 long time_precision = 1000000 / HZ; /* clock precision (us) */
58 long time_adj = 0; /* tick adjust (scaled 1 / HZ) */
77 tick = 1000000 / HZ;
78 fixtick = 1000000 % HZ;
90 timey += (double)(1000000) / HZ;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dtime_1.h62 # if defined (HAVE_TIMES) && (defined (HZ) || defined (_SC_CLK_TCK) || defined (CLK_TCK))
69 # ifndef HZ
71 # define HZ sysconf(_SC_CLK_TCK) macro
73 # define HZ CLK_TCK macro
161 long hz = HZ;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dtime_1.h62 # if defined (HAVE_TIMES) && (defined (HZ) || defined (_SC_CLK_TCK) || defined (CLK_TCK))
69 # ifndef HZ
71 # define HZ sysconf(_SC_CLK_TCK) macro
73 # define HZ CLK_TCK macro
161 long hz = HZ;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dtimer.cc69 # ifdef HZ
70 # define TICKS_PER_SECOND HZ /* traditional UNIX */
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dtimer.cc69 # ifdef HZ
70 # define TICKS_PER_SECOND HZ /* traditional UNIX */
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dtimer.cc69 # ifdef HZ
70 # define TICKS_PER_SECOND HZ /* traditional UNIX */

Completed in 442 milliseconds

12345