Searched defs:clamp_t (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | minmax.h | 124 #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi) macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | kernel.h | 219 #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi) macro
|