Searched refs:CLOCKS_PER_SEC (Results 1 – 8 of 8) sorted by relevance
152 time->tv_usec = (clk % CLOCKS_PER_SEC) * USEC_PER_SEC / CLOCKS_PER_SEC; in ConvertClocks()153 time->tv_sec = (clk) / CLOCKS_PER_SEC; in ConvertClocks()
17 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */ macro
10 # define CLOCKS_PER_SEC USER_HZ /* frequency at which times() counts */ macro
10 # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */ macro
480 clk = hwTime.tv_sec * CLOCKS_PER_SEC; in clock()481 clk += hwTime.tv_nsec / (OS_SYS_NS_PER_SECOND / CLOCKS_PER_SEC); in clock()
1072 clockMsec = (clock_t)(nowNsec / (OS_SYS_NS_PER_SECOND / CLOCKS_PER_SEC)); in clock()
646 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_fdpic_tables()
258 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_tables()