Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/ena/
H A Dena.h544 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max) macro
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h294 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max) macro