Home | History | Annotate | Download | only in silk

Lines Matching defs:silk_min

507 #define silk_min(a, b)                      (((a) < (b)) ? (a) : (b))
513 /* silk_min() versions with typecast in the function call */
531 /* silk_min() versions with typecast in the function call */