Lines Matching refs:h_tail
355 __itt_domain *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
378 for (h_tail = NULL, h = _N_(_ittapi_global).domain_list; h != NULL; h_tail = h, h = h->next) in ITT_VERSIONIZE()
384 NEW_DOMAIN_W(&_N_(_ittapi_global), h, h_tail, name); in ITT_VERSIONIZE()
396 __itt_domain *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
431 for (h_tail = NULL, h = _N_(_ittapi_global).domain_list; h != NULL; h_tail = h, h = h->next) in ITT_VERSIONIZE()
437 NEW_DOMAIN_A(&_N_(_ittapi_global), h, h_tail, name); in ITT_VERSIONIZE()
479 __itt_string_handle *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
502 for (h_tail = NULL, h = _N_(_ittapi_global).string_list; h != NULL; h_tail = h, h = h->next) in ITT_VERSIONIZE()
508 NEW_STRING_HANDLE_W(&_N_(_ittapi_global), h, h_tail, name); in ITT_VERSIONIZE()
520 __itt_string_handle *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
555 for (h_tail = NULL, h = _N_(_ittapi_global).string_list; h != NULL; h_tail = h, h = h->next) in ITT_VERSIONIZE()
561 NEW_STRING_HANDLE_A(&_N_(_ittapi_global), h, h_tail, name); in ITT_VERSIONIZE()
571 __itt_counter_info_t *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
595 … for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; h_tail = h, h = h->next) in ITT_VERSIONIZE()
603 NEW_COUNTER_W(&_N_(_ittapi_global), h, h_tail, name, domain, type); in ITT_VERSIONIZE()
615 __itt_counter_info_t *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
651 … for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; h_tail = h, h = h->next) in ITT_VERSIONIZE()
658 NEW_COUNTER_A(&_N_(_ittapi_global), h, h_tail, name, domain, type); in ITT_VERSIONIZE()
668 __itt_counter_info_t *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
691 … for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; h_tail = h, h = h->next) in ITT_VERSIONIZE()
699 NEW_COUNTER_W(&_N_(_ittapi_global), h, h_tail, name, domain, type); in ITT_VERSIONIZE()
711 __itt_counter_info_t *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
746 … for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; h_tail = h, h = h->next) in ITT_VERSIONIZE()
753 NEW_COUNTER_A(&_N_(_ittapi_global), h, h_tail, name, domain, type); in ITT_VERSIONIZE()
763 __itt_histogram *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
786 … for (h_tail = NULL, h = _N_(_ittapi_global).histogram_list; h != NULL; h_tail = h, h = h->next) in ITT_VERSIONIZE()
793 NEW_HISTOGRAM_W(&_N_(_ittapi_global), h, h_tail, domain, name, x_type, y_type); in ITT_VERSIONIZE()
805 __itt_histogram *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
840 … for (h_tail = NULL, h = _N_(_ittapi_global).histogram_list; h != NULL; h_tail = h, h = h->next) in ITT_VERSIONIZE()
847 NEW_HISTOGRAM_A(&_N_(_ittapi_global), h, h_tail, domain, name, x_type, y_type); in ITT_VERSIONIZE()
857 __itt_counter_info_t *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
880 … for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; h_tail = h, h = h->next) in ITT_VERSIONIZE()
888 NEW_COUNTER_W(&_N_(_ittapi_global),h,h_tail,name,domain->nameW,type); in ITT_VERSIONIZE()
900 __itt_counter_info_t *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
935 … for (h_tail = NULL, h = _N_(_ittapi_global).counter_list; h != NULL; h_tail = h, h = h->next) in ITT_VERSIONIZE()
942 NEW_COUNTER_A(&_N_(_ittapi_global),h,h_tail,name,domain->nameA,type); in ITT_VERSIONIZE()
951 __itt_counter_metadata *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
989 …for (h_tail = NULL, h = _N_(_ittapi_global).counter_metadata_list; h != NULL; h_tail = h, h = h->n… in ITT_VERSIONIZE()
998 … NEW_COUNTER_METADATA_STR_A(&_N_(_ittapi_global),h,h_tail,counter,type,str_valueA); in ITT_VERSIONIZE()
1004 … NEW_COUNTER_METADATA_STR_W(&_N_(_ittapi_global),h,h_tail,counter,type,str_valueW); in ITT_VERSIONIZE()
1010 NEW_COUNTER_METADATA_NUM(&_N_(_ittapi_global),h,h_tail,counter,type,value); in ITT_VERSIONIZE()