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