Home
last modified time | relevance | path

Searched refs:src_q (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_concurrent_priority_queue.cpp133 CPQExTestType src_q(42); in test_exceptions() local
135 for (std::size_t i = 0; i < 42; ++i) src_q.push(elem); in test_exceptions()
139 CPQExTestType q(src_q); in test_exceptions()
148 assign_q = src_q; in test_exceptions()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/
H A Dshufflechannel.cpp58 int src_q = channels_per_group * i + j; in forward() local
60 memcpy(top_blob.channel(dst_q), bottom_blob.channel(src_q), feature_sz); in forward()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/
H A Dshufflechannel.cpp58 int src_q = channels_per_group * i + j; in forward() local
60 memcpy(top_blob.channel(dst_q), bottom_blob.channel(src_q), feature_sz); in forward()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/
H A Dshufflechannel.cpp58 int src_q = channels_per_group * i + j; in forward() local
60 memcpy(top_blob.channel(dst_q), bottom_blob.channel(src_q), feature_sz); in forward()
/dports/misc/ncnn/ncnn-20211208/src/layer/
H A Dshufflechannel.cpp58 int src_q = channels_per_group * i + j; in forward() local
60 memcpy(top_blob.channel(dst_q), bottom_blob.channel(src_q), feature_sz); in forward()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/
H A Dshufflechannel.cpp58 int src_q = channels_per_group * i + j; in forward() local
60 memcpy(top_blob.channel(dst_q), bottom_blob.channel(src_q), feature_sz); in forward()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdev3b1.c291 const ushort *src_p, *src_q; in att3b1_copy_mono() local
325 src_q = src_p; in att3b1_copy_mono()
337 bits = *src_q++; in att3b1_copy_mono()
339 bits = *((ulong *)src_q) >> src_b; in att3b1_copy_mono()
341 src_q++; in att3b1_copy_mono()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdev3b1.c285 const ushort *src_p, *src_q; in att3b1_copy_mono() local
319 src_q = src_p; in att3b1_copy_mono()
331 bits = *src_q++; in att3b1_copy_mono()
333 bits = *((ulong *)src_q) >> src_b; in att3b1_copy_mono()
335 src_q++; in att3b1_copy_mono()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdev3b1.c287 const ushort *src_p, *src_q; in att3b1_copy_mono() local
321 src_q = src_p; in att3b1_copy_mono()
333 bits = *src_q++; in att3b1_copy_mono()
335 bits = *((ulong *)src_q) >> src_b; in att3b1_copy_mono()
337 src_q++; in att3b1_copy_mono()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdev3b1.c287 const ushort *src_p, *src_q; in att3b1_copy_mono() local
321 src_q = src_p; in att3b1_copy_mono()
333 bits = *src_q++; in att3b1_copy_mono()
335 bits = *((ulong *)src_q) >> src_b; in att3b1_copy_mono()
337 src_q++; in att3b1_copy_mono()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdev3b1.c285 const ushort *src_p, *src_q; in att3b1_copy_mono() local
319 src_q = src_p; in att3b1_copy_mono()
331 bits = *src_q++; in att3b1_copy_mono()
333 bits = *((ulong *)src_q) >> src_b; in att3b1_copy_mono()
335 src_q++; in att3b1_copy_mono()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdev3b1.c291 const ushort *src_p, *src_q; in att3b1_copy_mono() local
325 src_q = src_p; in att3b1_copy_mono()
337 bits = *src_q++; in att3b1_copy_mono()
339 bits = *((ulong *)src_q) >> src_b; in att3b1_copy_mono()
341 src_q++; in att3b1_copy_mono()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c883 struct vb2_queue *src_q, *dst_q; in v4l2_m2m_poll_for_data() local
887 src_q = v4l2_m2m_get_src_vq(m2m_ctx); in v4l2_m2m_poll_for_data()
895 if ((!src_q->streaming || src_q->error || in v4l2_m2m_poll_for_data()
896 list_empty(&src_q->queued_list)) && in v4l2_m2m_poll_for_data()
901 spin_lock_irqsave(&src_q->done_lock, flags); in v4l2_m2m_poll_for_data()
902 if (!list_empty(&src_q->done_list)) in v4l2_m2m_poll_for_data()
904 spin_unlock_irqrestore(&src_q->done_lock, flags); in v4l2_m2m_poll_for_data()
922 struct vb2_queue *src_q = v4l2_m2m_get_src_vq(m2m_ctx); in v4l2_m2m_poll() local
934 poll_wait(file, &src_q->done_wq, wait); in v4l2_m2m_poll()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c883 struct vb2_queue *src_q, *dst_q; in v4l2_m2m_poll_for_data() local
887 src_q = v4l2_m2m_get_src_vq(m2m_ctx); in v4l2_m2m_poll_for_data()
895 if ((!src_q->streaming || src_q->error || in v4l2_m2m_poll_for_data()
896 list_empty(&src_q->queued_list)) && in v4l2_m2m_poll_for_data()
901 spin_lock_irqsave(&src_q->done_lock, flags); in v4l2_m2m_poll_for_data()
902 if (!list_empty(&src_q->done_list)) in v4l2_m2m_poll_for_data()
904 spin_unlock_irqrestore(&src_q->done_lock, flags); in v4l2_m2m_poll_for_data()
922 struct vb2_queue *src_q = v4l2_m2m_get_src_vq(m2m_ctx); in v4l2_m2m_poll() local
934 poll_wait(file, &src_q->done_wq, wait); in v4l2_m2m_poll()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c883 struct vb2_queue *src_q, *dst_q; in v4l2_m2m_poll_for_data() local
887 src_q = v4l2_m2m_get_src_vq(m2m_ctx); in v4l2_m2m_poll_for_data()
895 if ((!src_q->streaming || src_q->error || in v4l2_m2m_poll_for_data()
896 list_empty(&src_q->queued_list)) && in v4l2_m2m_poll_for_data()
901 spin_lock_irqsave(&src_q->done_lock, flags); in v4l2_m2m_poll_for_data()
902 if (!list_empty(&src_q->done_list)) in v4l2_m2m_poll_for_data()
904 spin_unlock_irqrestore(&src_q->done_lock, flags); in v4l2_m2m_poll_for_data()
922 struct vb2_queue *src_q = v4l2_m2m_get_src_vq(m2m_ctx); in v4l2_m2m_poll() local
934 poll_wait(file, &src_q->done_wq, wait); in v4l2_m2m_poll()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c996 struct vb2_queue *src_q, *dst_q; in s5p_mfc_poll() local
1002 src_q = &ctx->vq_src; in s5p_mfc_poll()
1009 if ((!src_q->streaming || list_empty(&src_q->queued_list)) in s5p_mfc_poll()
1016 poll_wait(file, &src_q->done_wq, wait); in s5p_mfc_poll()
1021 spin_lock_irqsave(&src_q->done_lock, flags); in s5p_mfc_poll()
1022 if (!list_empty(&src_q->done_list)) in s5p_mfc_poll()
1023 src_vb = list_first_entry(&src_q->done_list, struct vb2_buffer, in s5p_mfc_poll()
1028 spin_unlock_irqrestore(&src_q->done_lock, flags); in s5p_mfc_poll()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c996 struct vb2_queue *src_q, *dst_q; in s5p_mfc_poll() local
1002 src_q = &ctx->vq_src; in s5p_mfc_poll()
1009 if ((!src_q->streaming || list_empty(&src_q->queued_list)) in s5p_mfc_poll()
1016 poll_wait(file, &src_q->done_wq, wait); in s5p_mfc_poll()
1021 spin_lock_irqsave(&src_q->done_lock, flags); in s5p_mfc_poll()
1022 if (!list_empty(&src_q->done_list)) in s5p_mfc_poll()
1023 src_vb = list_first_entry(&src_q->done_list, struct vb2_buffer, in s5p_mfc_poll()
1028 spin_unlock_irqrestore(&src_q->done_lock, flags); in s5p_mfc_poll()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c996 struct vb2_queue *src_q, *dst_q; in s5p_mfc_poll() local
1002 src_q = &ctx->vq_src; in s5p_mfc_poll()
1009 if ((!src_q->streaming || list_empty(&src_q->queued_list)) in s5p_mfc_poll()
1016 poll_wait(file, &src_q->done_wq, wait); in s5p_mfc_poll()
1021 spin_lock_irqsave(&src_q->done_lock, flags); in s5p_mfc_poll()
1022 if (!list_empty(&src_q->done_list)) in s5p_mfc_poll()
1023 src_vb = list_first_entry(&src_q->done_list, struct vb2_buffer, in s5p_mfc_poll()
1028 spin_unlock_irqrestore(&src_q->done_lock, flags); in s5p_mfc_poll()
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dpkcs15-prkey.c680 const BIGNUM *src_n, *src_e, *src_d, *src_p, *src_q, *src_iqmp, *src_dmp1, *src_dmq1; in sc_pkcs15_convert_prkey() local
683 RSA_get0_factors(src, &src_p, &src_q); in sc_pkcs15_convert_prkey()
691 || !sc_pkcs15_convert_bignum(&dst->q, src_q)) in sc_pkcs15_convert_prkey()
704 const BIGNUM *src_pub_key, *src_p, *src_q, *src_g, *src_priv_key; in sc_pkcs15_convert_prkey() local
707 DSA_get0_pqg(src, &src_p, &src_q, &src_g); in sc_pkcs15_convert_prkey()
712 sc_pkcs15_convert_bignum(&dst->q, src_q); in sc_pkcs15_convert_prkey()
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/arm/
H A Dloop_filter_neon.cc2272 uint16x8_t src_q[4] = {vld1q_u16(dst_0 + 8), vld1q_u16(dst_1 + 8), in Vertical14_NEON() local
2275 Transpose4x8(src_q); in Vertical14_NEON()
2283 vget_low_u16(src_q[1]), outer_thresh); in Vertical14_NEON()
2284 const uint16x8_t p0q0 = vextq_u16(src_p[3], src_q[0], 4); in Vertical14_NEON()
2285 const uint16x8_t p1q1 = vextq_u16(src_p[2], src_q[1], 4); in Vertical14_NEON()
2286 const uint16x8_t p2q2 = vextq_u16(src_p[1], src_q[2], 4); in Vertical14_NEON()
2287 const uint16x8_t p3q3 = vextq_u16(src_p[0], src_q[3], 4); in Vertical14_NEON()
2310 vcombine_u16(vget_low_u16(src_p[3]), vget_high_u16(src_q[0])); in Vertical14_NEON()
2312 vcombine_u16(vget_low_u16(src_p[2]), vget_high_u16(src_q[1])); in Vertical14_NEON()
2314 vcombine_u16(vget_low_u16(src_p[1]), vget_high_u16(src_q[2])); in Vertical14_NEON()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/fm/
H A Dcp_cfm_types.F1014 source2global, src_p, src_q local
1192 ALLOCATE (src_p(nrow_local_recv), src_q(ncol_local_recv))
1200 src_q(j) = MOD(((recv_col_indices(j) - 1)/ncol_block_src), src_num_pe(2))
1205 ncols = COUNT(src_q .EQ. q)
1212 DEALLOCATE (src_p, src_q)
/dports/science/cp2k-data/cp2k-7.1.0/src/fm/
H A Dcp_cfm_types.F1014 source2global, src_p, src_q local
1192 ALLOCATE (src_p(nrow_local_recv), src_q(ncol_local_recv))
1200 src_q(j) = MOD(((recv_col_indices(j) - 1)/ncol_block_src), src_num_pe(2))
1205 ncols = COUNT(src_q .EQ. q)
1212 DEALLOCATE (src_p, src_q)
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_priority_queue.cpp491 cpq_ex_test_type src_q(42); in TestExceptions() local
493 for (size_t i=0; i<42; ++i) src_q.push(elem); in TestExceptions()
496 cpq_ex_test_type q(src_q); in TestExceptions()
502 pq = new concurrent_priority_queue<my_throwing_type, my_less >(src_q); in TestExceptions()
515 assign_q = src_q; in TestExceptions()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_concurrent_priority_queue.cpp491 cpq_ex_test_type src_q(42); in TestExceptions() local
493 for (size_t i=0; i<42; ++i) src_q.push(elem); in TestExceptions()
496 cpq_ex_test_type q(src_q); in TestExceptions()
502 pq = new concurrent_priority_queue<my_throwing_type, my_less >(src_q); in TestExceptions()
515 assign_q = src_q; in TestExceptions()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_concurrent_priority_queue.cpp491 cpq_ex_test_type src_q(42); in TestExceptions() local
493 for (size_t i=0; i<42; ++i) src_q.push(elem); in TestExceptions()
496 cpq_ex_test_type q(src_q); in TestExceptions()
502 pq = new concurrent_priority_queue<my_throwing_type, my_less >(src_q); in TestExceptions()
515 assign_q = src_q; in TestExceptions()

123