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

/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Darith.h112 #define MIN_UNSAFE(x, y) ((x) < (y) ? (x) : (y)) macro
/seL4-refos-master/libs/libutils/include/utils/
H A Darith.h112 #define MIN_UNSAFE(x, y) ((x) < (y) ? (x) : (y)) macro

Completed in 63 milliseconds