Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp74 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
H A Dkmp.h320 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro