Home
last modified time | relevance | path

Searched refs:buffer_bytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/share/examples/sound/
H A Dmmap.c47 copy_ring(void *dstv, const void *srcv, int buffer_bytes, int offset, in copy_ring() argument
58 first = buffer_bytes - offset; in copy_ring()
/freebsd/contrib/llvm-project/libc/shared/
H A Drpc.h112 return buffer_offset(port_count) + buffer_bytes(port_count, lane_size); in allocation_size()
229 RPC_ATTRS static constexpr uint64_t buffer_bytes(uint32_t port_count, in buffer_bytes() function