/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5263 * 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 D | nghttp2.h | 5247 * 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 D | ty.rs | 566 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 D | mod.rs | 662 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 D | help_template.rs | 906 let mut spec_vals = vec![]; in sc_spec_vals()
|
/third_party/rust/crates/bindgen/bindgen-cli/ |
H A D | options.rs | 941 let mut args = vec![]; in builder_from_flags() 971 vec![] in builder_from_flags()
|
/third_party/skia/src/core/ |
H A D | SkVMBlitter.cpp | 278 .apply(paintColor.vec()); in EffectiveParams()
|
/third_party/skia/src/gpu/ops/ |
H A D | DrawVerticesOp.cpp | 93 pdman.set4fv(fColorUniform, 1, vgp.fColor.vec());
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_type.cc | 174 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 D | tests.rs | 14 lib::std::vec::Vec,
|
/third_party/rust/crates/nix/src/sys/ |
H A D | signal.rs | 1265 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 D | aq_nic.c | 723 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 D | t4vf_hw.c | 1731 * @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 D | pci.h | 1487 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 D | aq_nic.c | 870 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 D | t4vf_hw.c | 1732 * @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 D | messenger.c | 2212 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 D | aacsbr_template.c | 612 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 D | gmock-actions_test.cc | 687 Result(const std::vector<int>& vec) : v(&vec) {} // NOLINT in TEST()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_instructions.cpp | 1116 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 D | nghttp2_hd.c | 1524 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 D | nghttp2_hd.c | 1524 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 D | RoundRectTest.cpp | 22 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 D | resolver_validation.cc | 1364 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 D | es3fFragmentOutputTests.cpp | 459 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()
|