Searched defs:clamp_t (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | minmax.h | 63 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max) macro
|
/freebsd-src/sys/dev/ena/ |
H A D | ena.h | 517 #define clamp_t( global() macro
|
/freebsd-src/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt.h | 279 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max) macro
|