Home
last modified time | relevance | path

Searched refs:vec (Results 351 - 375 of 1280) sorted by relevance

1...<<11121314151617181920>>...52

/third_party/qrcodegen/rust/examples/
H A Dqrcodegen-demo.rs94 let segs = vec![ in do_segment_demo()
108 let segs = vec![ in do_segment_demo()
121 let kanjichars: Vec<u32> = vec![ // Kanji mode encoding (13 bits per character) in do_segment_demo()
133 let segs = vec![ in do_segment_demo()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dtransform_test.cc71 auto* vec = create([](ProgramBuilder& b) { in TEST_F() local
74 ASSERT_TRUE(vec->Is<ast::Vector>()); in TEST_F()
75 ASSERT_TRUE(vec->As<ast::Vector>()->type->Is<ast::F32>()); in TEST_F()
76 ASSERT_EQ(vec->As<ast::Vector>()->width, 2u); in TEST_F()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Derror.rs44 let mut vec = vec![]; in get() variables
46 vec.push(err); in get()
48 ErrorStack(vec) in get()
H A Dencrypt.rs26 //! let mut encrypted = vec![0; buffer_len];
36 //! let mut decrypted = vec![0; buffer_len];
209 /// let mut encoded = vec![0u8; buffer_len];
428 /// let mut decoded = vec![0u8; buffer_len];
501 let mut encoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt()
508 let mut decoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt()
530 let mut encoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt_with_sha256()
539 let mut decoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt_with_sha256()
558 let mut encoded = vec![0u8; buffer_len]; in rsa_encrypt_decrypt_oaep_label()
566 let mut decoded = vec![ in rsa_encrypt_decrypt_oaep_label()
[all...]
/third_party/spirv-tools/source/opt/
H A Dblock_merge_util.cpp199 auto& vec = terminator->dbg_line_insts(); in MergeWithSuccessor() local
200 if (vec.size() > 0) { in MergeWithSuccessor()
203 new_vec.insert(new_vec.end(), vec.begin(), vec.end()); in MergeWithSuccessor()
/third_party/nghttp2/src/
H A Dh2load_http3_session.cc68 nghttp3_ssize read_data(nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, in read_data() argument
73 s->read_data(vec, veccnt, pflags); in read_data()
79 void Http3Session::read_data(nghttp3_vec *vec, size_t veccnt, in read_data() argument
85 vec[0].base = config->data; in read_data()
86 vec[0].len = config->data_length; in read_data()
407 nghttp3_vec *vec, size_t veccnt) { in write_stream()
409 nghttp3_conn_writev_stream(conn_, &stream_id, &fin, vec, veccnt); in write_stream()
406 write_stream(int64_t &stream_id, int &fin, nghttp3_vec *vec, size_t veccnt) write_stream() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_test_helper.h130 struct vec {}; struct
133 using vec2 = vec<2, T>;
136 using vec3 = vec<3, T>;
139 using vec4 = vec<4, T>;
275 struct DataType<vec<N, T>> {
282 return b.ty.vec(DataType<T>::AST(b), N); in AST()
342 args.emplace_back(DataType<vec<M, T>>::Expr(b, elem_value)); in ExprArgs()
/third_party/rust/crates/minimal-lexical/src/
H A Dbigint.rs189 let mut vec = VecType::new(); in from_u64() variables
190 debug_assert!(vec.capacity() >= 2); in from_u64()
192 vec.try_push(x as Limb).unwrap(); in from_u64()
193 vec.try_push((x >> 32) as Limb).unwrap(); in from_u64()
195 vec.try_push(x as Limb).unwrap(); in from_u64()
197 vec.normalize(); in from_u64()
198 vec in from_u64()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9_idct_lsx.c237 __m128i vec; in vp9_idct8x8_1_add_lsx() local
242 vec = __lsx_vreplgr2vr_h(val); in vp9_idct8x8_1_add_lsx()
245 VP9_ADDBLK_ST8x4_UB(dst, dst_stride, vec, vec, vec, vec); in vp9_idct8x8_1_add_lsx()
247 VP9_ADDBLK_ST8x4_UB(dst, dst_stride, vec, vec, vec, vec); in vp9_idct8x8_1_add_lsx()
642 __m128i vec, res0, res1, res2, res3, res4, res5, res6, res7; vp9_idct16x16_1_add_lsx() local
1278 __m128i res0, res1, res2, res3, res4, res5, res6, res7, vec; vp9_idct32x32_1_add_lsx() local
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsocklib.c214 struct kvec *vec, size_t seek) in xprt_send_kvec()
216 iov_iter_kvec(&msg->msg_iter, WRITE, vec, 1, vec->iov_len); in xprt_send_kvec()
240 rpc_fraghdr marker, struct kvec *vec, in xprt_send_rm_and_kvec()
248 [1] = *vec, in xprt_send_rm_and_kvec()
213 xprt_send_kvec(struct socket *sock, struct msghdr *msg, struct kvec *vec, size_t seek) xprt_send_kvec() argument
239 xprt_send_rm_and_kvec(struct socket *sock, struct msghdr *msg, rpc_fraghdr marker, struct kvec *vec, size_t base) xprt_send_rm_and_kvec() argument
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsocklib.c215 struct kvec *vec, size_t seek) in xprt_send_kvec()
217 iov_iter_kvec(&msg->msg_iter, ITER_SOURCE, vec, 1, vec->iov_len); in xprt_send_kvec()
235 rpc_fraghdr marker, struct kvec *vec, in xprt_send_rm_and_kvec()
243 [1] = *vec, in xprt_send_rm_and_kvec()
214 xprt_send_kvec(struct socket *sock, struct msghdr *msg, struct kvec *vec, size_t seek) xprt_send_kvec() argument
234 xprt_send_rm_and_kvec(struct socket *sock, struct msghdr *msg, rpc_fraghdr marker, struct kvec *vec, size_t base) xprt_send_rm_and_kvec() argument
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h138 inline void fill(ZoneVector<T>* vec) { in fill() argument
140 reusable_vectors_.back().swap(*vec); in fill()
142 vec->clear(); in fill()
145 inline void reuse(ZoneVector<T>* vec) { in reuse() argument
146 reusable_vectors_.emplace_back(std::move(*vec)); in reuse()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftbbox.c469 FT_Vector* vec; in FT_EXPORT_DEF() local
492 vec = outline->points; in FT_EXPORT_DEF()
496 FT_UPDATE_BBOX( vec, cbox ); in FT_EXPORT_DEF()
499 FT_UPDATE_BBOX( vec, bbox ); in FT_EXPORT_DEF()
501 vec++; in FT_EXPORT_DEF()
H A Dftstroke.c450 FT_Vector* vec = border->points + border->num_points; in ft_stroke_border_lineto() local
454 vec[0] = *to; in ft_stroke_border_lineto()
478 FT_Vector* vec = border->points + border->num_points; in ft_stroke_border_conicto() local
482 vec[0] = *control; in ft_stroke_border_conicto()
483 vec[1] = *to; in ft_stroke_border_conicto()
511 FT_Vector* vec = border->points + border->num_points; in ft_stroke_border_cubicto() local
515 vec[0] = *control1; in ft_stroke_border_cubicto()
516 vec[1] = *control2; in ft_stroke_border_cubicto()
517 vec[2] = *to; in ft_stroke_border_cubicto()
2135 FT_Vector vec; in FT_EXPORT_DEF() local
2154 FT_Vector vec; FT_EXPORT_DEF() local
2206 FT_Vector vec; FT_EXPORT_DEF() local
[all...]
/third_party/skia/include/core/
H A DSkPoint.h502 /** Scales (vec->fX, vec->fY) so that length() returns one, while preserving ratio of vec->fX
503 to vec->fY, if possible. If original length is nearly zero, sets vec to (0, 0) and returns
504 zero; otherwise, returns length of vec before vec is scaled.
510 @param vec normalized to unit length
511 @return original vec length
515 static SkScalar Normalize(SkVector* vec);
[all...]
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dmain.rs99 vec![] in main()
105 Version::Openssl10x if target.contains("windows") => vec!["ssleay32", "libeay32"], in main()
107 vec!["libssl", "libcrypto"] in main()
109 _ => vec!["ssl", "crypto"], in main()
191 let mut enabled = vec![]; in validate_headers()
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs72 fn push_token_from_proc_macro(mut vec: RcVecMut<TokenTree>, token: TokenTree) { in push_token_from_proc_macro()
82 push_negative_literal(vec, literal); in push_token_from_proc_macro()
84 _ => vec.push(token), in push_token_from_proc_macro()
88 fn push_negative_literal(mut vec: RcVecMut<TokenTree>, mut literal: Literal) { in push_token_from_proc_macro()
92 vec.push(TokenTree::Punct(punct)); in push_token_from_proc_macro()
93 vec.push(TokenTree::Literal(crate::Literal::_new_fallback(literal))); in push_token_from_proc_macro()
274 let mut vec = self.inner.make_mut(); in extend() variables
277 .for_each(|token| push_token_from_proc_macro(vec.as_mut(), token)); in extend()
328 files: vec![FileInfo {
331 lines: vec![
[all...]
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dcheck-perf-trace.py32 common_callchain, vec):
38 print("vec=%s" % (symbol_str("irq__softirq_entry", "vec", vec)))
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dcheck-perf-trace.py32 common_callchain, vec):
38 print("vec=%s" % (symbol_str("irq__softirq_entry", "vec", vec)))
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_load_const_to_scalar.c31 * vec[234] to reconstruct the original vector (on the assumption that
59 nir_ssa_def *vec = nir_vec(&b, loads, lower->def.num_components); in lower_load_const_instr_scalar() local
62 nir_ssa_def_rewrite_uses(&lower->def, vec); in lower_load_const_instr_scalar()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_rt_common.h52 nir_ssa_def *nir_build_vec3_mat_mult(nir_builder *b, nir_ssa_def *vec, nir_ssa_def *matrix[],
55 nir_ssa_def *nir_build_vec3_mat_mult_pre(nir_builder *b, nir_ssa_def *vec, nir_ssa_def *matrix[]);
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dgeneral_ir_test.cpp51 glsl_struct_field(glsl_type::vec(4), "v") in TEST_F()
79 glsl_struct_field(glsl_type::vec(4), "v") in TEST_F()
/third_party/rust/crates/once_cell/examples/
H A Dbench_vs_lazy_static.rs7 static ONCE_CELL: Lazy<Vec<String>> = Lazy::new(|| vec!["Spica".to_string(), "Hoyten".to_string()]);
10 static ref LAZY_STATIC: Vec<String> = vec!["Spica".to_string(), "Hoyten".to_string()];
/third_party/rust/crates/regex/tests/
H A Dmacros_bytes.rs19 let mut s = vec![];
34 let mut got = vec![];
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dcpsw_ethtool.c538 struct cpsw_vector *vec; in cpsw_update_channels_res() local
543 vec = cpsw->rxv; in cpsw_update_channels_res()
547 vec = cpsw->txv; in cpsw_update_channels_res()
553 vec[*ch].ch = cpdma_chan_create(cpsw->dma, vch, handler, rx); in cpsw_update_channels_res()
557 if (IS_ERR(vec[*ch].ch)) in cpsw_update_channels_res()
558 return PTR_ERR(vec[*ch].ch); in cpsw_update_channels_res()
560 if (!vec[*ch].ch) in cpsw_update_channels_res()
571 ret = cpdma_chan_destroy(vec[*ch].ch); in cpsw_update_channels_res()

Completed in 18 milliseconds

1...<<11121314151617181920>>...52