Searched refs:SYNTH_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
9 #define SYNTH_BUF_SIZE 8192 /* currently 8K bytes */ macro11 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()
Completed in 2 milliseconds