Searched refs:__itt_fstrcpyn (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/third_party/vtune/ |
D | ittnotify_config.h | 245 #define __itt_fstrcpyn(s1, s2, l) lstrcpynA(s1, s2, l) macro 281 #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
|