Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dminmax.h28 #define __cmp(x, y, op) ((x) op (y) ? (x) : (y)) macro
/kernel/linux/linux-6.6/include/linux/
Dminmax.h46 #define __cmp(op, x, y) ((x) __cmp_op_##op (y) ? (x) : (y)) macro