Lines Matching defs:silk_ADD_RSHIFT_uint
526 #define silk_ADD_RSHIFT_uint(a, b, shift) ((a) + silk_RSHIFT_uint((b), (shift))) /* shift >= 0 */