Home
last modified time | relevance | path

Searched defs:PA_ROUND_DOWN (Results 1 – 1 of 1) 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