Home
last modified time | relevance | path

Searched refs:y_type (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h626 #define NEW_HISTOGRAM_W(gptr, h, h_tail, domain, name, x_type, y_type) \
634 h->y_type = y_type; \
644 #define NEW_HISTOGRAM_A(gptr, h, h_tail, domain, name, x_type, y_type) \
652 h->y_type = y_type; \
614 NEW_HISTOGRAM_W(gptr,h,h_tail,domain,name,x_type,y_type) global() argument
632 NEW_HISTOGRAM_A(gptr,h,h_tail,domain,name,x_type,y_type) global() argument
H A Dittnotify_static.cpp765 __itt_metadata_type y_type) { in ITT_VERSIONIZE()
778 return ITTNOTIFY_NAME(histogram_createW)(domain, name, x_type, y_type); in ITT_VERSIONIZE()
793 y_type); in ITT_VERSIONIZE()
802 __itt_metadata_type y_type) in ITT_VERSIONIZE()
807 __itt_metadata_type y_type) in ITT_VERSIONIZE()
823 return ITTNOTIFY_NAME(histogram_createA)(domain, name, x_type, y_type); in ITT_VERSIONIZE()
831 return ITTNOTIFY_NAME(histogram_create)(domain, name, x_type, y_type); in ITT_VERSIONIZE()
854 y_type); in ITT_VERSIONIZE()
H A Dittnotify_static.h124 __itt_metadata_type x_type, __itt_metadata_type y_type),
125 (ITT_FORMAT domain, name, x_type, y_type), histogram_createA,
129 __itt_metadata_type x_type, __itt_metadata_type y_type),
130 (ITT_FORMAT domain, name, x_type, y_type), histogram_createW,
135 __itt_metadata_type x_type, __itt_metadata_type y_type),
136 (ITT_FORMAT domain, name, x_type, y_type), histogram_create,
H A Dittnotify.h4256 __itt_metadata_type y_type; /*!< Type of the histogram Y axis */ member
4277 __itt_metadata_type y_type);
4281 __itt_metadata_type y_type);
4293 __itt_metadata_type y_type);
4302 __itt_metadata_type x_type, __itt_metadata_type y_type))
4305 __itt_metadata_type x_type, __itt_metadata_type y_type))
4309 __itt_metadata_type x_type, __itt_metadata_type y_type))
4322 #define __itt_histogram_createA(domain, name, x_type, y_type) \
4325 #define __itt_histogram_createW(domain, name, x_type, y_type) \
4329 #define __itt_histogram_create(domain, name, x_type, y_type) \
/freebsd/contrib/ldns/
H A Dstr2host.c2317 uint16_t x_type = ldns_read_uint16(x), y_type = ldns_read_uint16(y); in svcparam_ptr_cmp() local
2320 if (x_type != y_type) in svcparam_ptr_cmp()
2321 return x_type > y_type ? 1 : -1; in svcparam_ptr_cmp()