Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dadp.c92 #if (HZ <= OS_SYS_MS_PER_SECOND) && !(OS_SYS_MS_PER_SECOND % HZ) in msecs_to_jiffies()
94 * HZ is equal to or smaller than 1000, and 1000 is a nice in msecs_to_jiffies()
95 * round multiple of HZ, divide with the factor between them, in msecs_to_jiffies()
98 return ((m + (OS_SYS_MS_PER_SECOND / HZ)) - 1) / (OS_SYS_MS_PER_SECOND / HZ); in msecs_to_jiffies()
100 PRINT_ERR("HZ: %d is not supported in %s\n", HZ, __FUNCTION__); in msecs_to_jiffies()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterSharedData.java377 static final int HZ = LMBCS_LAST + 1; // 23 field in UConverterSharedData.UConverterType
378 static final int SCSU = HZ + 1; // 24
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h64 #ifndef HZ
65 #define HZ LOSCFG_BASE_CORE_TICK_PER_SECOND macro
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dtest_bbox.c8 /* to get the HZ macro which is the equivalent. */
11 #define CLOCKS_PER_SEC HZ
/third_party/selinux/libselinux/src/
H A Davc.c589 #define AVC_MSG_COST 5*HZ
590 #define AVC_MSG_BURST 10*5*HZ
598 static unsigned long toks = 10 * 5 * HZ;
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage.c547 taskstate_match(fmass, FMASS_TASK_DISCONNECT)), (2 * HZ))) in done_scsi_read()
652 taskstate_match(fmass, FMASS_TASK_DISCONNECT)), (5*HZ))) in done_scsi_write()
943 if (!fmass_wait_intr(fmass, taskstate_unmatch(fmass, FMASS_TASK_REQ_DATA_PHASE), (2*HZ))) in fmass_handle_scsi_data()
969 if (!fmass_wait_intr(fmass, taskstate_unmatch(fmass, FMASS_TASK_REQ_DATA_PHASE), (5*HZ))) in fmass_handle_scsi_data()
1013 if (!fmass_wait_intr(fmass, taskstate_unmatch(fmass, FMASS_TASK_REQ_STATUS_PHASE), (5 * HZ))) in fmass_set_scsi_status()
1441 ret = LOS_EventRead(&fmass->task_event, FMASS_THREAD_EXITED, LOS_WAITMODE_OR | LOS_WAITMODE_CLR, (10 * HZ)); in fmass_thread_delete()
/third_party/python/Modules/
H A Dtimemodule.c1325 #elif defined(HZ)
1326 freq = HZ;
H A Dposixmodule.c15927 # elif defined(HZ) in posixmodule_exec()
15928 ticks_per_second = HZ; in posixmodule_exec()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c1809 X("shader-clock", CURRENT_GPU_SCLK, HZ, AVERAGE),
1810 X("memory-clock", CURRENT_GPU_MCLK, HZ, AVERAGE),
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c1998 X("shader-clock", CURRENT_GPU_SCLK, HZ, AVERAGE),
1999 X("memory-clock", CURRENT_GPU_MCLK, HZ, AVERAGE),
/third_party/pcre2/pcre2/
H A DRunGrepTest730 (cd $srcdir; $valgrind $vjs $pcre2grep -HZ 'word' ./testdata/grepinputv) | $tr '\000' '@' >>testtrygrep
734 (cd $srcdir; $valgrind $vjs $pcre2grep -A 1 -B 1 -HZ 'word' ./testdata/grepinputv) | $tr '\000' '@' >>testtrygrep
/third_party/backends/sanei/
H A Dsanei_scsi.c304 # ifdef HZ
305 # define GNU_HZ HZ
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 37 milliseconds