Searched defs:KMP_MIN (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/ | ||
| HD | kmp_runtime.cpp | 57 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro |
| HD | kmp.h | 286 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro |