Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dalternative.h126 #define alt_max_short(a, b) "((" a ") ^ (((" a ") ^ (" b ")) & -(-((" a ") < (" b ")))))" macro
357 #define alt_max_short(a, b) ((a) ^ (((a) ^ (b)) & -(-((a) < (b))))) macro