Home
last modified time | relevance | path

Searched defs:min_t (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/boot/
A Dtypes.h40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
/linux/include/linux/
A Dminmax.h104 #define min_t(type, x, y) __careful_cmp((type)(x), (type)(y), <) macro
/linux/tools/testing/scatterlist/linux/
A Dmm.h72 #define min_t(type, x, y) \ macro
/linux/tools/vm/
A Dpage-types.c213 #define min_t(type, x, y) ({ \ macro

Completed in 7 milliseconds