Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dbuffers.c9 #define SYNTH_BUF_SIZE 8192 /* currently 8K bytes */ macro
11 static u16 synth_buffer[SYNTH_BUF_SIZE]; /* guess what this is for! */
14 static u16 *buffer_end = synth_buffer + SYNTH_BUF_SIZE - 1;
51 chars_free = SYNTH_BUF_SIZE - (buff_in - buff_out); in synth_buffer_free()