HelenOS sources
audio_pipe_bytes 121 uspace/srv/audio/hound/connection.c audio_pipe_bytes(&connection->fifo));
audio_pipe_bytes 210 uspace/srv/audio/hound/hound_ctx.c (audio_pipe_bytes(&stream->fifo) + adata->size >
audio_pipe_bytes 278 uspace/srv/audio/hound/hound_ctx.c if (audio_pipe_bytes(&stream->fifo))
audio_pipe_bytes 282 uspace/srv/audio/hound/hound_ctx.c stream->ctx, audio_pipe_bytes(&stream->fifo),
audio_pipe_bytes 308 uspace/srv/audio/hound/hound_ctx.c (audio_pipe_bytes(&stream->fifo) + size > stream->allowed_size)) {
audio_pipe_bytes 336 uspace/srv/audio/hound/hound_ctx.c while (audio_pipe_bytes(&stream->fifo) < size) {
audio_pipe_bytes 379 uspace/srv/audio/hound/hound_ctx.c while (audio_pipe_bytes(&stream->fifo))
HelenOS homepage, sources at GitHub