H A D | minmax.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 13 * - Avoid multiple evaluations of the arguments (so side-effects like 14 * "x++" happen only once) when non-constant. 15 * - Perform signed v unsigned type-checking (to generate compile 17 * - Unsigned char/short are always promoted to signed int and can be 19 * - Unsigne 84 __types_ok3(x,y,z,ux,uy,uz) global() argument 155 __careful_op3(op,x,y,z,ux,uy,uz) global() argument 167 min3(x,y,z) global() argument 176 max3(x,y,z) global() argument [all...] |