Searched refs:MIN3 (Results 1 – 1 of 1) sorted by relevance
12 #ifndef MIN313 #define MIN3(_a, _b, _c) MIN((_a), MIN((_b), (_c))) macro