Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Dfifo_buf.h20 size_t fifo_buf_put (struct fifo_buf *b, const char *data, size_t size);
H A Dfifo_buf.c44 size_t fifo_buf_put (struct fifo_buf *b, const char *data, size_t size) in fifo_buf_put() function
H A Dout_buf.c290 written = fifo_buf_put (&buf->buf, data + pos, size); in out_buf_put()
H A Dio.c399 put = fifo_buf_put (&s->buf, in io_read_thread()