Home
last modified time | relevance | path

Searched defs:clamp_t (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dminmax.h63 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max) macro
/freebsd-src/sys/dev/ena/
H A Dena.h517 #define clamp_t( global() macro
/freebsd-src/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h279 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max) macro