Searched defs:min_t (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/powerpc/boot/ |
D | types.h | 40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
|
/Linux-v4.19/tools/testing/scatterlist/linux/ |
D | mm.h | 71 #define min_t(type, x, y) \ macro
|
/Linux-v4.19/samples/mic/mpssd/ |
D | mpssd.c | 53 #define min_t(type, x, y) ({ \ macro
|
/Linux-v4.19/tools/vm/ |
D | page-types.c | 223 #define min_t(type, x, y) ({ \ macro
|
/Linux-v4.19/include/linux/ |
D | kernel.h | 937 #define min_t(type, x, y) __careful_cmp((type)(x), (type)(y), <) macro
|