Home
last modified time | relevance | path

Searched refs:vec (Results 1476 - 1500 of 1595) sorted by relevance

1...<<51525354555657585960>>...64

/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp1104 std::vector<int8_t> vec = { -1, -1 }; in GetWordSelection() local
1105 CHECK_NULL_RETURN(delegate, vec); in GetWordSelection()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp2114 std::vector<uint8_t> vec(buffer, buffer + bufferSize); in UnmarshallStyledStringDescriptor()
2116 spanString->DecodeTlvExt(vec, spanString); in UnmarshallStyledStringDescriptor()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp171 const Math::Vec4 vec = Math::Hermite(start, outTangent, end, inTangent, offset); in InterpolateQuatSplineGLTF() local
172 return Normalize(Cast<Math::Quat>(vec)); in InterpolateQuatSplineGLTF()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_base_render_node_test.cpp1119 std::vector<RSRenderNode::SharedPtr> vec; in HWTEST_F() local
1122 node->CollectSurface(renderNode, vec, isUniRender, onlyFirstLevel); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp771 for (auto vec : property.mimeTypes) { in SetNapiProperty()
772 napi_create_string_utf8(env, vec.c_str(), NAPI_AUTO_LENGTH, &value); in SetNapiProperty()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c723 unsigned int vec = skb->queue_mapping % cfg->vecs; in aq_nic_xmit() local
731 ring = self->aq_ring_tx[AQ_NIC_CFG_TCVEC2RING(cfg, tc, vec)]; in aq_nic_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1731 * @vec: the value to be written to the hash filter
1737 bool ucast, u64 vec, bool sleep_ok) in t4vf_set_addr_hash()
1751 cmd.u.hash.hashvec = cpu_to_be64(vec); in t4vf_set_addr_hash()
1736 t4vf_set_addr_hash(struct adapter *adapter, unsigned int viid, bool ucast, u64 vec, bool sleep_ok) t4vf_set_addr_hash() argument
/kernel/linux/linux-5.10/include/linux/
H A Dpci.h1487 const struct cpumask *pci_irq_get_affinity(struct pci_dev *pdev, int vec);
1526 int vec) in pci_irq_get_affinity()
1525 pci_irq_get_affinity(struct pci_dev *pdev, int vec) pci_irq_get_affinity() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c870 unsigned int vec = skb->queue_mapping % cfg->vecs; in aq_nic_xmit() local
878 ring = self->aq_ring_tx[AQ_NIC_CFG_TCVEC2RING(cfg, tc, vec)]; in aq_nic_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1732 * @vec: the value to be written to the hash filter
1738 bool ucast, u64 vec, bool sleep_ok) in t4vf_set_addr_hash()
1752 cmd.u.hash.hashvec = cpu_to_be64(vec); in t4vf_set_addr_hash()
1737 t4vf_set_addr_hash(struct adapter *adapter, unsigned int viid, bool ucast, u64 vec, bool sleep_ok) t4vf_set_addr_hash() argument
/kernel/linux/linux-6.6/net/ceph/
H A Dmessenger.c2212 msg->middle->vec.iov_base, in ceph_msg_dump()
2213 msg->middle->vec.iov_len, true); in ceph_msg_dump()
/third_party/ffmpeg/libavcodec/
H A Daacsbr_template.c612 static av_always_inline void get_bits1_vector(GetBitContext *gb, uint8_t *vec, argument
617 vec[i] = get_bits1(gb);
/third_party/googletest/googlemock/test/
H A Dgmock-actions_test.cc687 Result(const std::vector<int>& vec) : v(&vec) {} // NOLINT in TEST()
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp1116 new(ir) ir_variable(glsl_type::vec(elements), "as_float", ir_var_temporary); in find_lsb_to_float_cast()
1197 new(ir) ir_variable(glsl_type::vec(elements), "as_float", ir_var_temporary); in find_msb_to_float_cast()
/third_party/nghttp2/lib/
H A Dnghttp2_hd.c1524 const nghttp2_vec *vec, size_t veclen, in nghttp2_hd_deflate_hd_vec()
1533 rv = nghttp2_bufs_wrap_init2(&bufs, vec, veclen, mem); in nghttp2_hd_deflate_hd_vec()
1523 nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater, const nghttp2_vec *vec, size_t veclen, const nghttp2_nv *nv, size_t nvlen) nghttp2_hd_deflate_hd_vec() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c1524 const nghttp2_vec *vec, size_t veclen, in nghttp2_hd_deflate_hd_vec()
1533 rv = nghttp2_bufs_wrap_init2(&bufs, vec, veclen, mem); in nghttp2_hd_deflate_hd_vec()
1523 nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater, const nghttp2_vec *vec, size_t veclen, const nghttp2_nv *nv, size_t nvlen) nghttp2_hd_deflate_hd_vec() argument
/third_party/skia/tests/
H A DRoundRectTest.cpp22 const SkVector vec[] = { { rad, rad }, { 0, rad }, { rad, rad }, { 0, rad } }; in test_tricky_radii() local
23 rr.setRectRadii(bounds, vec); in test_tricky_radii()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc1364 if (auto* vec = ty->As<sem::Vector>()) { in ValidateBitcast()
1365 return vec->Width(); in ValidateBitcast()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp459 inline tcu::Vector<T, 4> swizzleVec (const tcu::Vector<T, 4>& vec, int swzNdx) in swizzleVec() argument
462 return vec.swizzle(swz[0], swz[1], swz[2], swz[3]); in swizzleVec()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c209 static void rtw8822c_dac_iq_offset(struct rtw_dev *rtwdev, u32 *vec, u32 *val) in rtw8822c_dac_iq_offset() argument
216 if (vec[i] > 0x200) in rtw8822c_dac_iq_offset()
217 m = (0x400 - vec[i]) + m; in rtw8822c_dac_iq_offset()
219 p = vec[i] + p; in rtw8822c_dac_iq_offset()
653 u8 path, u8 vec, u32 w_addr, u32 r_addr) in rtw8822c_dac_cal_backup_vec()
659 if (WARN_ON(vec >= 2)) in rtw8822c_dac_cal_backup_vec()
665 dm_info->dack_msbk[path][vec][i] = val; in rtw8822c_dac_cal_backup_vec()
652 rtw8822c_dac_cal_backup_vec(struct rtw_dev *rtwdev, u8 path, u8 vec, u32 w_addr, u32 r_addr) rtw8822c_dac_cal_backup_vec() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c2246 u32 vec; in mlx4_master_comm_channel() local
2255 vec = be32_to_cpu(bit_vec[i]); in mlx4_master_comm_channel()
2257 if (!(vec & (1 << j))) in mlx4_master_comm_channel()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c189 static const char *getvecname(unsigned long vec);
1656 const char *getvecname(unsigned long vec) in getvecname() argument
1660 switch (vec) { in getvecname()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_user.c1750 struct xfrm_user_tmpl vec[XFRM_MAX_DEPTH]; in copy_to_user_tmpl() local
1757 struct xfrm_user_tmpl *up = &vec[i]; in copy_to_user_tmpl()
1774 sizeof(struct xfrm_user_tmpl) * xp->xfrm_nr, vec); in copy_to_user_tmpl()
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp1207 Value vec = binary([](skvm::F32 x, skvm::F32 y) { return x - y; });
1208 return skvm::sqrt(dot(vec, vec));
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp611 memcpy(ambiFloats, ambi4f.vec(), 4 * sizeof(SkScalar)); in computeTonalColors()
612 memcpy(spotFloats, spot4f.vec(), 4 * sizeof(SkScalar)); in computeTonalColors()
1453 memcpy(fourFloats, c.vec(), 4 * sizeof(SkScalar)); in EMSCRIPTEN_BINDINGS()

Completed in 87 milliseconds

1...<<51525354555657585960>>...64