Searched refs:CLAMP (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Darith.h129 /* Clamp a value between two limits. Sample usage: CLAMP(-3, 7, 4) == 4. */
130 #define CLAMP(min, value, max) \ macro
/seL4-refos-master/libs/libutils/include/utils/
H A Darith.h129 /* Clamp a value between two limits. Sample usage: CLAMP(-3, 7, 4) == 4. */
130 #define CLAMP(min, value, max) \ macro

Completed in 23 milliseconds