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 * - Unsigne 92 __cmp_once_unique(op,type,x,y,ux,uy) global() argument 95 __cmp_once(op,type,x,y) global() argument 213 min_t(type,x,y) global() argument 221 max_t(type,x,y) global() argument 276 clamp_t(type,val,lo,hi) global() argument 331 MIN_T(type,a,b) global() argument 332 MAX_T(type,a,b) global() argument [all...] |