Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dmacro.h104 #define PA_ROUND_DOWN(a, b) \ macro
111 #define PA_ROUND_DOWN(a, b) (((a) / (b)) * (b)) macro
/third_party/pulseaudio/src/pulse/
Dcontext.c1637 mbs = PA_ROUND_DOWN(pa_mempool_block_size_max(c->mempool), fs);