Lines Matching defs:silk_min
515 #define silk_min(a, b) (((a) < (b)) ? (a) : (b))521 /* silk_min() versions with typecast in the function call */539 /* silk_min() versions with typecast in the function call */