Searched refs:BELL_HZ (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_bell.c38 #define BELL_HZ 50 /* Fraction of a second i.e. 1/x */ macro
39 #define BELL_MS (1000/BELL_HZ) /* MS */
40 #define BELL_SAMPLES (BELL_RATE / BELL_HZ)
78 freq = max(freq, 2 * BELL_HZ);
83 freq -= freq % BELL_HZ;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_bell.c38 #define BELL_HZ 50 /* Fraction of a second i.e. 1/x */ macro
39 #define BELL_MS (1000/BELL_HZ) /* MS */
40 #define BELL_SAMPLES (BELL_RATE / BELL_HZ)
78 freq = max(freq, 2 * BELL_HZ);
83 freq -= freq % BELL_HZ;

Completed in 4 milliseconds