Searched defs:NCSW_MIN (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h160 #define NCSW_MIN(a,b) ((a) < (b) ? (a) : (b)) macro

Completed in 62 milliseconds