SYNTH_BUF_SIZE     11 drivers/staging/speakup/buffers.c static u16 synth_buffer[SYNTH_BUF_SIZE];	/* guess what this is for! */
SYNTH_BUF_SIZE     14 drivers/staging/speakup/buffers.c static u16 *buffer_end = synth_buffer + SYNTH_BUF_SIZE - 1;
SYNTH_BUF_SIZE     51 drivers/staging/speakup/buffers.c 		chars_free = SYNTH_BUF_SIZE - (buff_in - buff_out);