Home
last modified time | relevance | path

Searched refs:__itt_fstrcmp (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c433 if (h->nameA != NULL && !__itt_fstrcmp(h->nameA, name)) break; in ITT_VERSIONIZE()
557 if (h->strA != NULL && !__itt_fstrcmp(h->strA, name)) break; in ITT_VERSIONIZE()
653 …if (h->nameA != NULL && h->type == (int)type && !__itt_fstrcmp(h->nameA, name) && ((h->domainA == … in ITT_VERSIONIZE()
654 … (h->domainA != NULL && domain != NULL && !__itt_fstrcmp(h->domainA, domain)))) break; in ITT_VERSIONIZE()
748 …if (h->nameA != NULL && h->type == (int)type && !__itt_fstrcmp(h->nameA, name) && ((h->domainA == … in ITT_VERSIONIZE()
749 … (h->domainA != NULL && domain != NULL && !__itt_fstrcmp(h->domainA, domain)))) break; in ITT_VERSIONIZE()
843 … else if (h->domain == domain && h->nameA != NULL && !__itt_fstrcmp(h->nameA, name)) break; in ITT_VERSIONIZE()
937 …if (h->nameA != NULL && h->type == (int)type && !__itt_fstrcmp(h->nameA, name) && ((h->domainA ==… in ITT_VERSIONIZE()
938 …(h->domainA != NULL && domain->nameA != NULL && !__itt_fstrcmp(h->domainA, domain->nameA)))) break; in ITT_VERSIONIZE()
1410 if (!__itt_fstrcmp(gr, group_list[i].name)) in __itt_get_groups()
H A Dittnotify_config.h286 #define __itt_fstrcmp(s1, s2) lstrcmpA(s1, s2) macro
338 #define __itt_fstrcmp(s1, s2) strcmp(s1, s2) macro