Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dminmax.h124 #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 Dkernel.h219 #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi) macro