Home | History | Annotate | Download | only in silk

Lines Matching refs: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 */