Searched refs:spl_min (Results 1 – 1 of 1) sorted by relevance
52 #ifndef spl_min53 #define spl_min(a, b) (((a) < (b)) ? (a):(b)) macro