Searched refs:__itt_fstrcmp (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
D | ittnotify_static.cpp | 351 if (h->nameA != NULL && !__itt_fstrcmp(h->nameA, name)) break; in ITT_VERSIONIZE() 423 if (h->strA != NULL && !__itt_fstrcmp(h->strA, name)) break; in ITT_VERSIONIZE() 499 …if (h->nameA != NULL && h->type == type && !__itt_fstrcmp(h->nameA, name) && ((h->domainA == NULL… in ITT_VERSIONIZE() 500 (h->domainA != NULL && domain != NULL && !__itt_fstrcmp(h->domainA, domain)))) break; in ITT_VERSIONIZE() 574 …if (h->nameA != NULL && h->type == type && !__itt_fstrcmp(h->nameA, name) && ((h->domainA == NULL… in ITT_VERSIONIZE() 575 (h->domainA != NULL && domain != NULL && !__itt_fstrcmp(h->domainA, domain)))) break; in ITT_VERSIONIZE() 962 if (!__itt_fstrcmp(gr, group_list[i].name)) in __itt_get_groups()
|
D | ittnotify_config.h | 259 #define __itt_fstrcmp(s1, s2) lstrcmpA(s1, s2) macro 304 #define __itt_fstrcmp(s1, s2) strcmp(s1, s2) macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 208 #define __itt_fstrcmp(s1, s2) lstrcmpA(s1, s2) macro 249 #define __itt_fstrcmp(s1, s2) strcmp(s1, s2) macro
|
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 208 #define __itt_fstrcmp(s1, s2) lstrcmpA(s1, s2) macro 249 #define __itt_fstrcmp(s1, s2) strcmp(s1, s2) macro
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 209 #define __itt_fstrcmp(s1, s2) lstrcmpA(s1, s2) macro 250 #define __itt_fstrcmp(s1, s2) strcmp(s1, s2) macro
|