Home
last modified time | relevance | path

Searched refs:CLOCK_TICK_RATE (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/miscutils/
Dbeep.c47 #ifndef CLOCK_TICK_RATE
48 # define CLOCK_TICK_RATE 1193180 macro
78 tickrate_div_freq = CLOCK_TICK_RATE / FREQ; in beep_main()
90 tickrate_div_freq = (unsigned)CLOCK_TICK_RATE / xatou(optarg); in beep_main()