Searched defs:min_t (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/boot/ |
H A D | types.h | 40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
|
/openbmc/linux/tools/include/linux/ |
H A D | kernel.h | 58 #define min_t(type, x, y) min((type)x, (type)y) macro
|
/openbmc/linux/include/linux/ |
H A D | minmax.h | 161 #define min_t(type, x, y) __careful_cmp(min, (type)(x), (type)(y)) macro
|
/openbmc/linux/tools/testing/scatterlist/linux/ |
H A D | mm.h | 72 #define min_t(type, x, y) \ macro
|
/openbmc/u-boot/include/linux/ |
H A D | kernel.h | 216 #define min_t(type, x, y) ({ \ macro
|
/openbmc/linux/tools/mm/ |
H A D | page-types.c | 214 #define min_t(type, x, y) ({ \ macro
|