Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Dfifo_buf.h25 size_t fifo_buf_get_space (const struct fifo_buf *b);
H A Dout_buf.c278 if (fifo_buf_get_space(&buf->buf) == 0 && !buf->stop) { in out_buf_put()
393 space = fifo_buf_get_space (&buf->buf); in out_buf_get_free()
H A Dfifo_buf.c138 size_t fifo_buf_get_space (const struct fifo_buf *b) in fifo_buf_get_space() function
H A Dio.c561 && fifo_buf_get_space (&s->buf) in io_peek_internal()