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

1234

/freebsd-10-stable/lib/libiconv_modules/HZ/
H A Dcitrus_hz.h34 _CITRUS_STDENC_GETOPS_FUNC(HZ);
H A DMakefile3 SHLIB= HZ
/freebsd-10-stable/sys/mips/conf/
H A DBERI_NETFPGA_MDROOT13 options HZ=100
H A DGXEMUL3212 options HZ=100
H A DGXEMUL12 options HZ=100
H A DPB9211 options HZ=1000
H A DBERI_TEMPLATE16 options HZ=200
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dclock.c58 #ifdef HZ
59 #define GNU_HZ HZ
H A Dgetruntime.c71 #ifdef HZ
72 #define GNU_HZ HZ
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dclock.c58 #ifdef HZ
59 #define GNU_HZ HZ
H A Dgetruntime.c71 #ifdef HZ
72 #define GNU_HZ HZ
/freebsd-10-stable/lib/libiconv_modules/
H A DMakefile5 SUBDIR= BIG5 DECHanyu EUC EUCTW GBK2K HZ ISO2022 JOHAB MSKanji UES UTF1632 \
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbnspeed.c110 #ifndef HZ
113 # define HZ 100.0 macro
115 # define HZ ((double)_BSD_CLK_TCK_) macro
118 # define HZ ((double)CLK_TCK) macro
141 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
/freebsd-10-stable/contrib/ntp/util/
H A Dkern.c23 #define HZ 100 /* timer interrupt frequency (Hz) */ macro
51 long time_precision = 1000000 / HZ; /* clock precision (us) */
56 long time_adj = 0; /* tick adjust (scaled 1 / HZ) */
75 tick = 1000000 / HZ;
76 fixtick = 1000000 % HZ;
88 timey += (double)(1000000) / HZ;
/freebsd-10-stable/crypto/openssl/crypto/bf/
H A Dbfspeed.c100 #ifndef HZ
102 # define HZ 100.0 macro
104 # define HZ ((double)CLK_TCK)
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
/freebsd-10-stable/crypto/openssl/crypto/cast/
H A Dcast_spd.c100 #ifndef HZ
102 # define HZ 100.0 macro
104 # define HZ ((double)CLK_TCK)
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
/freebsd-10-stable/crypto/openssl/crypto/rc2/
H A Drc2speed.c100 #ifndef HZ
102 # define HZ 100.0 macro
104 # define HZ ((double)CLK_TCK)
106 #endif /* HZ */
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
/freebsd-10-stable/crypto/openssl/crypto/rc4/
H A Drc4speed.c100 #ifndef HZ
102 # define HZ 100.0 macro
104 # define HZ ((double)CLK_TCK)
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
/freebsd-10-stable/crypto/openssl/crypto/rc5/
H A Drc5speed.c100 #ifndef HZ
102 # define HZ 100.0 macro
104 # define HZ ((double)CLK_TCK)
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ;
/freebsd-10-stable/sys/ofed/include/linux/
H A Djiffies.h56 #define HZ hz macro
/freebsd-10-stable/release/picobsd/bridge/
H A DPICOBSD50 # qemu, so we set HZ explicitly.
51 options HZ=1000
/freebsd-10-stable/sys/arm/conf/
H A DCUBIEBOARD26 options HZ=100
H A DCUBIEBOARD226 options HZ=100
H A DEXYNOS5.common23 options HZ=100
H A DVYBRID26 options HZ=100

Completed in 231 milliseconds

1234