Searched refs:chars_free (Results 1 – 1 of 1) sorted by relevance
48 int chars_free; in synth_buffer_free() local51 chars_free = SYNTH_BUF_SIZE - (buff_in - buff_out); in synth_buffer_free()53 chars_free = buff_out - buff_in; in synth_buffer_free()54 return chars_free; in synth_buffer_free()
Completed in 2 milliseconds