Home
last modified time | relevance | path

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

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