Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_config.h260 #define __itt_fstrnlen(s, l) strnlen_s(s, l) macro
308 #define __itt_fstrnlen(s, l) SDL_STRNLEN_S(s, l) macro
310 #define __itt_fstrnlen(s, l) strlen(s) macro