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.c92 int64_t *map_progress, int buffer_bytes, int frag_size, int frame_size) in update_map_progress() argument
100 if (info.ptr < 0 || info.ptr >= buffer_bytes) in update_map_progress()
112 delta = (info.ptr + buffer_bytes - *map_pointer) % buffer_bytes; in update_map_progress()
121 cycles -= cycles % buffer_bytes; in update_map_progress()
143 copy_ring(void *dstv, const void *srcv, int buffer_bytes, int offset, in copy_ring() argument
154 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