Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_config.h261 #define __itt_fstrcpyn(s1, b, s2, l) strncpy_s(s1, b, s2, l) macro
313 #define __itt_fstrcpyn(s1, b, s2, l) SDL_STRNCPY_S(s1, b, s2, l) macro
315 #define __itt_fstrcpyn(s1, b, s2, l) strncpy(s1, s2, l) macro
Dittnotify_static.cpp808 __itt_fstrcpyn(env_value, max_len, env, len + 1); in __itt_get_env_var()
957 __itt_fstrcpyn(gr, sizeof(gr) - 1, chunk, min_len); in __itt_get_groups()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h211 #define __itt_fstrcpyn(s1, s2, l) lstrcpynA(s1, s2, l) macro
252 #define __itt_fstrcpyn(s1, s2, l) strncpy(s1, s2, l) macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h210 #define __itt_fstrcpyn(s1, s2, l) lstrcpynA(s1, s2, l) macro
251 #define __itt_fstrcpyn(s1, s2, l) strncpy(s1, s2, l) macro
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h210 #define __itt_fstrcpyn(s1, s2, l) lstrcpynA(s1, s2, l) macro
251 #define __itt_fstrcpyn(s1, s2, l) strncpy(s1, s2, l) macro