Home
last modified time | relevance | path

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

/sound/core/oss/
Drate.c29 #define R_MASK (BITS-1) macro
99 if (pos & ~R_MASK) { in resample_expand()
100 pos &= R_MASK; in resample_expand()
163 if (pos & ~R_MASK) { in resample_shrink()
164 pos &= R_MASK; in resample_shrink()