Lines Matching refs:silk_ADD_LSHIFT
489 #define silk_ADD_LSHIFT(a, b, shift) ((a) + silk_LSHIFT((b), (shift))) /* shift >= 0 */