Searched refs:DAPL_MIN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h227 #define DAPL_MIN(a, b) (((a) < (b)) ? (a) : (b)) macro

Completed in 47 milliseconds