Searched refs:y_type (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_config.h | 626 #define NEW_HISTOGRAM_W(gptr, h, h_tail, domain, name, x_type, y_type) \ argument 634 h->y_type = y_type; \ 644 #define NEW_HISTOGRAM_A(gptr, h, h_tail, domain, name, x_type, y_type) \ argument 652 h->y_type = y_type; \
|
| H A D | ittnotify_static.cpp | 765 __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 D | ittnotify_static.h | 124 __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 D | ittnotify.h | 4256 __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) \
|
| /src/contrib/ldns/ |
| H A D | str2host.c | 2317 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()
|