Searched refs:__itt_fstrcpyn (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
D | ittnotify_config.h | 261 #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
|
D | ittnotify_static.cpp | 808 __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/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 210 #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/ |
D | ittnotify_config.h | 210 #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/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 211 #define __itt_fstrcpyn(s1, s2, l) lstrcpynA(s1, s2, l) macro 252 #define __itt_fstrcpyn(s1, s2, l) strncpy(s1, s2, l) macro
|