Home
last modified time | relevance | path

Searched +refs:vd +refs:res (Results 1 – 25 of 1386) sorted by relevance

12345678910>>...56

/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/vdso/
H A Dgettimeofday.c285 res->tv_sec = ts.tv_sec; in __cvdso_clock_gettime32_data()
286 res->tv_nsec = ts.tv_nsec; in __cvdso_clock_gettime32_data()
390 if (likely(res)) { in __cvdso_clock_getres_common()
391 res->tv_sec = 0; in __cvdso_clock_getres_common()
392 res->tv_nsec = ns; in __cvdso_clock_getres_common()
401 int ret = __cvdso_clock_getres_common(vd, clock, res); in __cvdso_clock_getres_data()
417 struct old_timespec32 *res) in __cvdso_clock_getres_time32_data() argument
427 if (likely(res)) { in __cvdso_clock_getres_time32_data()
428 res->tv_sec = ts.tv_sec; in __cvdso_clock_getres_time32_data()
429 res->tv_nsec = ts.tv_nsec; in __cvdso_clock_getres_time32_data()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/lib/vdso/
H A Dgettimeofday.c285 res->tv_sec = ts.tv_sec; in __cvdso_clock_gettime32_data()
286 res->tv_nsec = ts.tv_nsec; in __cvdso_clock_gettime32_data()
390 if (likely(res)) { in __cvdso_clock_getres_common()
391 res->tv_sec = 0; in __cvdso_clock_getres_common()
392 res->tv_nsec = ns; in __cvdso_clock_getres_common()
401 int ret = __cvdso_clock_getres_common(vd, clock, res); in __cvdso_clock_getres_data()
417 struct old_timespec32 *res) in __cvdso_clock_getres_time32_data() argument
427 if (likely(res)) { in __cvdso_clock_getres_time32_data()
428 res->tv_sec = ts.tv_sec; in __cvdso_clock_getres_time32_data()
429 res->tv_nsec = ts.tv_nsec; in __cvdso_clock_getres_time32_data()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/vdso/
H A Dgettimeofday.c285 res->tv_sec = ts.tv_sec; in __cvdso_clock_gettime32_data()
286 res->tv_nsec = ts.tv_nsec; in __cvdso_clock_gettime32_data()
390 if (likely(res)) { in __cvdso_clock_getres_common()
391 res->tv_sec = 0; in __cvdso_clock_getres_common()
392 res->tv_nsec = ns; in __cvdso_clock_getres_common()
401 int ret = __cvdso_clock_getres_common(vd, clock, res); in __cvdso_clock_getres_data()
417 struct old_timespec32 *res) in __cvdso_clock_getres_time32_data() argument
427 if (likely(res)) { in __cvdso_clock_getres_time32_data()
428 res->tv_sec = ts.tv_sec; in __cvdso_clock_getres_time32_data()
429 res->tv_nsec = ts.tv_nsec; in __cvdso_clock_getres_time32_data()
[all …]
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdec.c281 gint res; in vorbis_handle_type_packet() local
286 if (G_UNLIKELY ((res = vorbis_dsp_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
289 if (G_UNLIKELY ((res = vorbis_synthesis_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
292 if (G_UNLIKELY ((res = vorbis_block_init (&vd->vd, &vd->vb)))) in vorbis_handle_type_packet()
310 (NULL), ("couldn't initialize block (%d)", res)); in vorbis_handle_type_packet()
318 GstFlowReturn res; in vorbis_handle_header_packet() local
335 res = vorbis_handle_identification_packet (vd); in vorbis_handle_header_packet()
338 res = vorbis_handle_comment_packet (vd, packet); in vorbis_handle_header_packet()
341 res = vorbis_handle_type_packet (vd); in vorbis_handle_header_packet()
346 res = GST_FLOW_OK; in vorbis_handle_header_packet()
[all …]
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdec.c281 gint res; in vorbis_handle_type_packet() local
286 if (G_UNLIKELY ((res = vorbis_dsp_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
289 if (G_UNLIKELY ((res = vorbis_synthesis_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
292 if (G_UNLIKELY ((res = vorbis_block_init (&vd->vd, &vd->vb)))) in vorbis_handle_type_packet()
310 (NULL), ("couldn't initialize block (%d)", res)); in vorbis_handle_type_packet()
318 GstFlowReturn res; in vorbis_handle_header_packet() local
335 res = vorbis_handle_identification_packet (vd); in vorbis_handle_header_packet()
338 res = vorbis_handle_comment_packet (vd, packet); in vorbis_handle_header_packet()
341 res = vorbis_handle_type_packet (vd); in vorbis_handle_header_packet()
346 res = GST_FLOW_OK; in vorbis_handle_header_packet()
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdec.c281 gint res; in vorbis_handle_type_packet() local
286 if (G_UNLIKELY ((res = vorbis_dsp_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
289 if (G_UNLIKELY ((res = vorbis_synthesis_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
292 if (G_UNLIKELY ((res = vorbis_block_init (&vd->vd, &vd->vb)))) in vorbis_handle_type_packet()
310 (NULL), ("couldn't initialize block (%d)", res)); in vorbis_handle_type_packet()
318 GstFlowReturn res; in vorbis_handle_header_packet() local
335 res = vorbis_handle_identification_packet (vd); in vorbis_handle_header_packet()
338 res = vorbis_handle_comment_packet (vd, packet); in vorbis_handle_header_packet()
341 res = vorbis_handle_type_packet (vd); in vorbis_handle_header_packet()
346 res = GST_FLOW_OK; in vorbis_handle_header_packet()
[all …]
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdec.c281 gint res; in vorbis_handle_type_packet() local
286 if (G_UNLIKELY ((res = vorbis_dsp_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
289 if (G_UNLIKELY ((res = vorbis_synthesis_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
292 if (G_UNLIKELY ((res = vorbis_block_init (&vd->vd, &vd->vb)))) in vorbis_handle_type_packet()
310 (NULL), ("couldn't initialize block (%d)", res)); in vorbis_handle_type_packet()
318 GstFlowReturn res; in vorbis_handle_header_packet() local
335 res = vorbis_handle_identification_packet (vd); in vorbis_handle_header_packet()
338 res = vorbis_handle_comment_packet (vd, packet); in vorbis_handle_header_packet()
341 res = vorbis_handle_type_packet (vd); in vorbis_handle_header_packet()
346 res = GST_FLOW_OK; in vorbis_handle_header_packet()
[all …]
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdec.c281 gint res; in vorbis_handle_type_packet() local
286 if (G_UNLIKELY ((res = vorbis_dsp_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
289 if (G_UNLIKELY ((res = vorbis_synthesis_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
292 if (G_UNLIKELY ((res = vorbis_block_init (&vd->vd, &vd->vb)))) in vorbis_handle_type_packet()
310 (NULL), ("couldn't initialize block (%d)", res)); in vorbis_handle_type_packet()
318 GstFlowReturn res; in vorbis_handle_header_packet() local
335 res = vorbis_handle_identification_packet (vd); in vorbis_handle_header_packet()
338 res = vorbis_handle_comment_packet (vd, packet); in vorbis_handle_header_packet()
341 res = vorbis_handle_type_packet (vd); in vorbis_handle_header_packet()
346 res = GST_FLOW_OK; in vorbis_handle_header_packet()
[all …]
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdec.c281 gint res; in vorbis_handle_type_packet() local
286 if (G_UNLIKELY ((res = vorbis_dsp_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
289 if (G_UNLIKELY ((res = vorbis_synthesis_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
292 if (G_UNLIKELY ((res = vorbis_block_init (&vd->vd, &vd->vb)))) in vorbis_handle_type_packet()
310 (NULL), ("couldn't initialize block (%d)", res)); in vorbis_handle_type_packet()
318 GstFlowReturn res; in vorbis_handle_header_packet() local
335 res = vorbis_handle_identification_packet (vd); in vorbis_handle_header_packet()
338 res = vorbis_handle_comment_packet (vd, packet); in vorbis_handle_header_packet()
341 res = vorbis_handle_type_packet (vd); in vorbis_handle_header_packet()
346 res = GST_FLOW_OK; in vorbis_handle_header_packet()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdec.c281 gint res; in vorbis_handle_type_packet() local
286 if (G_UNLIKELY ((res = vorbis_dsp_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
289 if (G_UNLIKELY ((res = vorbis_synthesis_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
292 if (G_UNLIKELY ((res = vorbis_block_init (&vd->vd, &vd->vb)))) in vorbis_handle_type_packet()
310 (NULL), ("couldn't initialize block (%d)", res)); in vorbis_handle_type_packet()
318 GstFlowReturn res; in vorbis_handle_header_packet() local
335 res = vorbis_handle_identification_packet (vd); in vorbis_handle_header_packet()
338 res = vorbis_handle_comment_packet (vd, packet); in vorbis_handle_header_packet()
341 res = vorbis_handle_type_packet (vd); in vorbis_handle_header_packet()
346 res = GST_FLOW_OK; in vorbis_handle_header_packet()
[all …]
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdec.c281 gint res; in vorbis_handle_type_packet() local
286 if (G_UNLIKELY ((res = vorbis_dsp_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
289 if (G_UNLIKELY ((res = vorbis_synthesis_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
292 if (G_UNLIKELY ((res = vorbis_block_init (&vd->vd, &vd->vb)))) in vorbis_handle_type_packet()
310 (NULL), ("couldn't initialize block (%d)", res)); in vorbis_handle_type_packet()
318 GstFlowReturn res; in vorbis_handle_header_packet() local
335 res = vorbis_handle_identification_packet (vd); in vorbis_handle_header_packet()
338 res = vorbis_handle_comment_packet (vd, packet); in vorbis_handle_header_packet()
341 res = vorbis_handle_type_packet (vd); in vorbis_handle_header_packet()
346 res = GST_FLOW_OK; in vorbis_handle_header_packet()
[all …]
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdec.c281 gint res; in vorbis_handle_type_packet() local
286 if (G_UNLIKELY ((res = vorbis_dsp_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
289 if (G_UNLIKELY ((res = vorbis_synthesis_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
292 if (G_UNLIKELY ((res = vorbis_block_init (&vd->vd, &vd->vb)))) in vorbis_handle_type_packet()
310 (NULL), ("couldn't initialize block (%d)", res)); in vorbis_handle_type_packet()
318 GstFlowReturn res; in vorbis_handle_header_packet() local
335 res = vorbis_handle_identification_packet (vd); in vorbis_handle_header_packet()
338 res = vorbis_handle_comment_packet (vd, packet); in vorbis_handle_header_packet()
341 res = vorbis_handle_type_packet (vd); in vorbis_handle_header_packet()
346 res = GST_FLOW_OK; in vorbis_handle_header_packet()
[all …]
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/ext/vorbis/
H A Dgstvorbisdec.c281 gint res; in vorbis_handle_type_packet() local
286 if (G_UNLIKELY ((res = vorbis_dsp_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
289 if (G_UNLIKELY ((res = vorbis_synthesis_init (&vd->vd, &vd->vi)))) in vorbis_handle_type_packet()
292 if (G_UNLIKELY ((res = vorbis_block_init (&vd->vd, &vd->vb)))) in vorbis_handle_type_packet()
310 (NULL), ("couldn't initialize block (%d)", res)); in vorbis_handle_type_packet()
318 GstFlowReturn res; in vorbis_handle_header_packet() local
335 res = vorbis_handle_identification_packet (vd); in vorbis_handle_header_packet()
338 res = vorbis_handle_comment_packet (vd, packet); in vorbis_handle_header_packet()
341 res = vorbis_handle_type_packet (vd); in vorbis_handle_header_packet()
346 res = GST_FLOW_OK; in vorbis_handle_header_packet()
[all …]
/dports/math/faiss/faiss-1.7.1/faiss/utils/
H A Dextra_distances.cpp30 VD vd, in pairwise_extra_distances_template() argument
59 float_maxheap_array_t* res) { in knn_extra_metrics_template() argument
60 size_t k = res->k; in knn_extra_metrics_template()
73 float* simi = res->get_val(i); in knn_extra_metrics_template()
74 int64_t* idxi = res->get_ids(i); in knn_extra_metrics_template()
93 VD vd; member
99 return vd(q, b + i * vd.d); in operator ()()
103 return vd(b + j * vd.d, b + i * vd.d); in symmetric_dis()
111 : vd(vd), nb(nb), q(q), b(xb) {} in ExtraDistanceComputer()
170 float_maxheap_array_t* res) { in knn_extra_metrics() argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp149 const char *res = "intelmic"; in GOMP_OFFLOAD_get_name() local
150 TRACE ("(): return %s", res); in GOMP_OFFLOAD_get_name()
151 return res; in GOMP_OFFLOAD_get_name()
157 unsigned int res = GOMP_OFFLOAD_CAP_OPENMP_400; in GOMP_OFFLOAD_get_caps() local
158 TRACE ("(): return %x", res); in GOMP_OFFLOAD_get_caps()
159 return res; in GOMP_OFFLOAD_get_caps()
165 enum offload_target_type res = OFFLOAD_TARGET_TYPE_INTEL_MIC; in GOMP_OFFLOAD_get_type() local
166 TRACE ("(): return %d", res); in GOMP_OFFLOAD_get_type()
167 return res; in GOMP_OFFLOAD_get_type()
423 vd, NULL)) in GOMP_OFFLOAD_alloc()
[all …]
/dports/lang/gcc8/gcc-8.5.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp149 const char *res = "intelmic"; in GOMP_OFFLOAD_get_name() local
150 TRACE ("(): return %s", res); in GOMP_OFFLOAD_get_name()
151 return res; in GOMP_OFFLOAD_get_name()
157 unsigned int res = GOMP_OFFLOAD_CAP_OPENMP_400; in GOMP_OFFLOAD_get_caps() local
158 TRACE ("(): return %x", res); in GOMP_OFFLOAD_get_caps()
159 return res; in GOMP_OFFLOAD_get_caps()
165 enum offload_target_type res = OFFLOAD_TARGET_TYPE_INTEL_MIC; in GOMP_OFFLOAD_get_type() local
166 TRACE ("(): return %d", res); in GOMP_OFFLOAD_get_type()
167 return res; in GOMP_OFFLOAD_get_type()
423 vd, NULL)) in GOMP_OFFLOAD_alloc()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp149 const char *res = "intelmic"; in GOMP_OFFLOAD_get_name() local
150 TRACE ("(): return %s", res); in GOMP_OFFLOAD_get_name()
151 return res; in GOMP_OFFLOAD_get_name()
157 unsigned int res = GOMP_OFFLOAD_CAP_OPENMP_400; in GOMP_OFFLOAD_get_caps() local
158 TRACE ("(): return %x", res); in GOMP_OFFLOAD_get_caps()
159 return res; in GOMP_OFFLOAD_get_caps()
165 enum offload_target_type res = OFFLOAD_TARGET_TYPE_INTEL_MIC; in GOMP_OFFLOAD_get_type() local
166 TRACE ("(): return %d", res); in GOMP_OFFLOAD_get_type()
167 return res; in GOMP_OFFLOAD_get_type()
423 vd, NULL)) in GOMP_OFFLOAD_alloc()
[all …]
/dports/lang/gcc11/gcc-11.2.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp149 const char *res = "intelmic"; in GOMP_OFFLOAD_get_name() local
150 TRACE ("(): return %s", res); in GOMP_OFFLOAD_get_name()
151 return res; in GOMP_OFFLOAD_get_name()
157 unsigned int res = GOMP_OFFLOAD_CAP_OPENMP_400; in GOMP_OFFLOAD_get_caps() local
158 TRACE ("(): return %x", res); in GOMP_OFFLOAD_get_caps()
159 return res; in GOMP_OFFLOAD_get_caps()
165 enum offload_target_type res = OFFLOAD_TARGET_TYPE_INTEL_MIC; in GOMP_OFFLOAD_get_type() local
166 TRACE ("(): return %d", res); in GOMP_OFFLOAD_get_type()
167 return res; in GOMP_OFFLOAD_get_type()
423 vd, NULL)) in GOMP_OFFLOAD_alloc()
[all …]
/dports/lang/gcc10/gcc-10.3.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp149 const char *res = "intelmic"; in GOMP_OFFLOAD_get_name() local
150 TRACE ("(): return %s", res); in GOMP_OFFLOAD_get_name()
151 return res; in GOMP_OFFLOAD_get_name()
157 unsigned int res = GOMP_OFFLOAD_CAP_OPENMP_400; in GOMP_OFFLOAD_get_caps() local
158 TRACE ("(): return %x", res); in GOMP_OFFLOAD_get_caps()
159 return res; in GOMP_OFFLOAD_get_caps()
165 enum offload_target_type res = OFFLOAD_TARGET_TYPE_INTEL_MIC; in GOMP_OFFLOAD_get_type() local
166 TRACE ("(): return %d", res); in GOMP_OFFLOAD_get_type()
167 return res; in GOMP_OFFLOAD_get_type()
423 vd, NULL)) in GOMP_OFFLOAD_alloc()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp149 const char *res = "intelmic"; in GOMP_OFFLOAD_get_name() local
150 TRACE ("(): return %s", res); in GOMP_OFFLOAD_get_name()
151 return res; in GOMP_OFFLOAD_get_name()
157 unsigned int res = GOMP_OFFLOAD_CAP_OPENMP_400; in GOMP_OFFLOAD_get_caps() local
158 TRACE ("(): return %x", res); in GOMP_OFFLOAD_get_caps()
159 return res; in GOMP_OFFLOAD_get_caps()
165 enum offload_target_type res = OFFLOAD_TARGET_TYPE_INTEL_MIC; in GOMP_OFFLOAD_get_type() local
166 TRACE ("(): return %d", res); in GOMP_OFFLOAD_get_type()
167 return res; in GOMP_OFFLOAD_get_type()
423 vd, NULL)) in GOMP_OFFLOAD_alloc()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp149 const char *res = "intelmic"; in GOMP_OFFLOAD_get_name() local
150 TRACE ("(): return %s", res); in GOMP_OFFLOAD_get_name()
151 return res; in GOMP_OFFLOAD_get_name()
157 unsigned int res = GOMP_OFFLOAD_CAP_OPENMP_400; in GOMP_OFFLOAD_get_caps() local
158 TRACE ("(): return %x", res); in GOMP_OFFLOAD_get_caps()
159 return res; in GOMP_OFFLOAD_get_caps()
165 enum offload_target_type res = OFFLOAD_TARGET_TYPE_INTEL_MIC; in GOMP_OFFLOAD_get_type() local
166 TRACE ("(): return %d", res); in GOMP_OFFLOAD_get_type()
167 return res; in GOMP_OFFLOAD_get_type()
423 vd, NULL)) in GOMP_OFFLOAD_alloc()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp149 const char *res = "intelmic"; in GOMP_OFFLOAD_get_name() local
150 TRACE ("(): return %s", res); in GOMP_OFFLOAD_get_name()
151 return res; in GOMP_OFFLOAD_get_name()
157 unsigned int res = GOMP_OFFLOAD_CAP_OPENMP_400; in GOMP_OFFLOAD_get_caps() local
158 TRACE ("(): return %x", res); in GOMP_OFFLOAD_get_caps()
159 return res; in GOMP_OFFLOAD_get_caps()
165 enum offload_target_type res = OFFLOAD_TARGET_TYPE_INTEL_MIC; in GOMP_OFFLOAD_get_type() local
166 TRACE ("(): return %d", res); in GOMP_OFFLOAD_get_type()
167 return res; in GOMP_OFFLOAD_get_type()
423 vd, NULL)) in GOMP_OFFLOAD_alloc()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp149 const char *res = "intelmic"; in GOMP_OFFLOAD_get_name() local
150 TRACE ("(): return %s", res); in GOMP_OFFLOAD_get_name()
151 return res; in GOMP_OFFLOAD_get_name()
157 unsigned int res = GOMP_OFFLOAD_CAP_OPENMP_400; in GOMP_OFFLOAD_get_caps() local
158 TRACE ("(): return %x", res); in GOMP_OFFLOAD_get_caps()
159 return res; in GOMP_OFFLOAD_get_caps()
165 enum offload_target_type res = OFFLOAD_TARGET_TYPE_INTEL_MIC; in GOMP_OFFLOAD_get_type() local
166 TRACE ("(): return %d", res); in GOMP_OFFLOAD_get_type()
167 return res; in GOMP_OFFLOAD_get_type()
423 vd, NULL)) in GOMP_OFFLOAD_alloc()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp149 const char *res = "intelmic"; in GOMP_OFFLOAD_get_name() local
150 TRACE ("(): return %s", res); in GOMP_OFFLOAD_get_name()
151 return res; in GOMP_OFFLOAD_get_name()
157 unsigned int res = GOMP_OFFLOAD_CAP_OPENMP_400; in GOMP_OFFLOAD_get_caps() local
158 TRACE ("(): return %x", res); in GOMP_OFFLOAD_get_caps()
159 return res; in GOMP_OFFLOAD_get_caps()
165 enum offload_target_type res = OFFLOAD_TARGET_TYPE_INTEL_MIC; in GOMP_OFFLOAD_get_type() local
166 TRACE ("(): return %d", res); in GOMP_OFFLOAD_get_type()
167 return res; in GOMP_OFFLOAD_get_type()
423 vd, NULL)) in GOMP_OFFLOAD_alloc()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp149 const char *res = "intelmic"; in GOMP_OFFLOAD_get_name() local
150 TRACE ("(): return %s", res); in GOMP_OFFLOAD_get_name()
151 return res; in GOMP_OFFLOAD_get_name()
157 unsigned int res = GOMP_OFFLOAD_CAP_OPENMP_400; in GOMP_OFFLOAD_get_caps() local
158 TRACE ("(): return %x", res); in GOMP_OFFLOAD_get_caps()
159 return res; in GOMP_OFFLOAD_get_caps()
165 enum offload_target_type res = OFFLOAD_TARGET_TYPE_INTEL_MIC; in GOMP_OFFLOAD_get_type() local
166 TRACE ("(): return %d", res); in GOMP_OFFLOAD_get_type()
167 return res; in GOMP_OFFLOAD_get_type()
423 vd, NULL)) in GOMP_OFFLOAD_alloc()
[all …]

12345678910>>...56