Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_runtime.cpp57 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
HDkmp.h286 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro