Home
last modified time | relevance | path

Searched refs:x_type (Results 1 – 6 of 6) 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) \ argument
633 h->x_type = x_type; \
644 #define NEW_HISTOGRAM_A(gptr, h, h_tail, domain, name, x_type, y_type) \ argument
651 h->x_type = x_type; \
H A Dittnotify_static.cpp764 const __itt_domain *domain, const wchar_t *name, __itt_metadata_type x_type, in ITT_VERSIONIZE()
778 return ITTNOTIFY_NAME(histogram_createW)(domain, name, x_type, y_type); in ITT_VERSIONIZE()
792 NEW_HISTOGRAM_W(&_N_(_ittapi_global), h, h_tail, domain, name, x_type, in ITT_VERSIONIZE()
801 const __itt_domain *domain, const char *name, __itt_metadata_type x_type, in ITT_VERSIONIZE()
806 __itt_metadata_type x_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()
853 NEW_HISTOGRAM_A(&_N_(_ittapi_global), h, h_tail, domain, name, x_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.h4255 __itt_metadata_type x_type; /*!< Type of the histogram X axis */ member
4276 __itt_metadata_type x_type,
4280 __itt_metadata_type x_type,
4292 __itt_metadata_type x_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()
/freebsd/sys/dev/arcmsr/
H A Darcmsr.c5241 char x_type[]={"unknown"}; in arcmsr_probe() local
5309 type = x_type; in arcmsr_probe()
5313 if(type == x_type) in arcmsr_probe()