Searched defs:clamp_t (Results  1 – 3 of 3) sorted by relevance
| /freebsd/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/sys/dev/ena/ | 
| H A D | ena.h | 544 #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 D | bnxt.h | 294 #define clamp_t(type, _x, min, max)     min_t(type, max_t(type, _x, min), max)  macro
  |