Searched refs:XMIN (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/usr.sbin/bluetooth/ath3kfw/
H A Dath3k_hw.c49 #define XMIN(x, y) ((x) < (y) ? (x) : (y)) macro
60 size = XMIN(count, FW_HDR_SIZE);
88 size = XMIN(count, BULK_SIZE);

Completed in 66 milliseconds