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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_bell.c40 #define BELL_SAMPLES (BELL_RATE / BELL_HZ) macro
48 static short samples[BELL_SAMPLES];
49 static short silence[BELL_SAMPLES]; /* "The Sound of Silence" */
92 for (i = 0; i < BELL_SAMPLES; i++) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_bell.c40 #define BELL_SAMPLES (BELL_RATE / BELL_HZ) macro
48 static short samples[BELL_SAMPLES];
49 static short silence[BELL_SAMPLES]; /* "The Sound of Silence" */
92 for (i = 0; i < BELL_SAMPLES; i++) {

Completed in 51 milliseconds