Home
last modified time | relevance | path

Searched refs:vec (Results 1176 - 1200 of 1286) sorted by relevance

1...<<41424344454647484950>>...52

/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h5263 * the |veclen| size of buf vector |vec|. The each size of buffer
5266 * |vec| is not large enough to store the deflated header block, this
5277 * This function returns the number of bytes written to |vec| if it
5288 const nghttp2_vec *vec,
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h5247 * the |veclen| size of buf vector |vec|. The each size of buffer
5250 * |vec| is not large enough to store the deflated header block, this
5261 * This function returns the number of bytes written to |vec| if it
5272 const nghttp2_vec *vec,
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dty.rs566 TypeKind::ObjCInterface(_) => vec![], in self_template_params()
904 let mut args = vec![]; in from_clang_ty()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs662 pub fn mincore(addr: *mut ::c_void, len: ::size_t, vec: *mut ::c_char) -> ::c_int; in mincore()
/third_party/rust/crates/clap/src/output/
H A Dhelp_template.rs906 let mut spec_vals = vec![]; in sc_spec_vals()
/third_party/rust/crates/bindgen/bindgen-cli/
H A Doptions.rs941 let mut args = vec![]; in builder_from_flags()
971 vec![] in builder_from_flags()
/third_party/skia/src/core/
H A DSkVMBlitter.cpp278 .apply(paintColor.vec()); in EffectiveParams()
/third_party/skia/src/gpu/ops/
H A DDrawVerticesOp.cpp93 pdman.set4fv(fColorUniform, 1, vgp.fColor.vec());
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_type.cc174 return b.ty.vec(type->Build(b), size); in Build()
582 ss << "vec" << size << "<" << type->String() << ">";
/third_party/rust/crates/nom/src/bytes/
H A Dtests.rs14 lib::std::vec::Vec,
/third_party/rust/crates/nix/src/sys/
H A Dsignal.rs1265 let sigset = SigSet::from_iter(vec![Signal::SIGUSR1, Signal::SIGUSR2]); in test_from_and_into_iterator()
/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()

Completed in 57 milliseconds

1...<<41424344454647484950>>...52