Home
last modified time | relevance | path

Searched defs:__itt_fstrcpyn (Results 1 – 4 of 4) 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
/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
/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