Searched defs:v_min (Results 1 – 2 of 2) sorted by relevance
32 #define v_min(a, b) MIN(a, b) macro
22 #define v_min(a, b) MAX(a, b) macro