Home
last modified time | relevance | path

Searched refs:__itt_min (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_static.cpp940 #define __itt_min(a,b) (a) < (b) ? (a) : (b) macro
956 int min_len = __itt_min(len, (int)(sizeof(gr) - 1)); in __itt_get_groups()
989 #undef __itt_min