Home
last modified time | relevance | path

Searched refs:nameA (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/tools_api/
H A Dittnotify_config.h441 const char* nameA; /*!< Copy of original name in ASCII. */ member
475 const char* nameA; /*!< Copy of original name in ASCII. */ member
533 h->nameA = NULL; \
552 h->nameA = n_copy; \
569 h->nameA = NULL; \
587 h->nameA = name_copy; \
634 h->nameA = NULL; \
653 h->nameA = name_copy; \
673 h->nameA = NULL; \
693 h->nameA = name_copy; \
H A Dittnotify_static.c433 if (h->nameA != NULL && !__itt_fstrcmp(h->nameA, name)) break; in ITT_VERSIONIZE()
653 …if (h->nameA != NULL && h->type == (int)type && !__itt_fstrcmp(h->nameA, name) && ((h->domainA == … in ITT_VERSIONIZE()
748 …if (h->nameA != NULL && h->type == (int)type && !__itt_fstrcmp(h->nameA, name) && ((h->domainA == … 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()
942 NEW_COUNTER_A(&_N_(_ittapi_global),h,h_tail,name,domain->nameA,type); in ITT_VERSIONIZE()
1548 free((char*)current_domain->nameA); in __itt_free_allocated_resources()
1561 free((char*)current_couter->nameA); in __itt_free_allocated_resources()
1576 free((char*)current_histogram->nameA); in __itt_free_allocated_resources()
H A Dittnotify.h1804 const char* nameA; /*!< Copy of original name in ASCII. */ member
3922 const char* nameA; /*!< Name of the histogram */ member