/third_party/libuv/test/ |
H A D | runner-win.c | 179 int process_wait(process_info_t *vec, int n, int timeout) { in process_wait() argument 191 handles[i] = vec[i].process; in process_wait()
|
/third_party/rust/crates/clang-sys/build/ |
H A D | common.rs | 255 return vec![(parent.into(), filename.into())]; in search_libclang_directories() 263 let mut found = vec![]; in search_libclang_directories()
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | derive_order.rs | 273 .subcommands(vec![ in subcommand_sorted_display_order() 305 let app_subcmd_decl_order = Command::new("test").version("1").subcommands(vec![ in subcommand_derived_display_order()
|
/third_party/skia/src/core/ |
H A D | SkBlendMode.cpp | 132 Sk4f r = Sk4f::Load(src.vec()) + Sk4f::Load(dst.vec()) * Sk4f(1 - src.fA); in SkBlendMode_Apply()
|
H A D | SkColorFilter.cpp | 98 dstCS, kPremul_SkAlphaType).apply(color.vec()); in filterColor4f() 108 pipeline.append_constant_color(&alloc, color.vec()); in onFilterColor4f() 405 SkColorSpaceXformSteps{dst,working}.apply(color.vec()); 407 SkColorSpaceXformSteps{working,dst}.apply(color.vec());
|
/third_party/skia/src/gpu/gradients/ |
H A D | GrGradientBitmapCache.cpp | 157 Sk4f c0 = Sk4f::Load(colors[i - 1].vec()), in fillGradient() 158 c1 = Sk4f::Load(colors[i ].vec()); in fillGradient()
|
/third_party/rust/crates/regex/src/ |
H A D | backtrack.rs | 63 Cache { jobs: vec![], visited: vec![] } in new()
|
H A D | pikevm.rs | 79 Cache { clist: Threads::new(), nlist: Threads::new(), stack: vec![] } in new() 344 Threads { set: SparseSet::new(0), caps: vec![], slots_per_thread: 0 } in new() 353 self.caps = vec![None; self.slots_per_thread * num_insts]; in resize()
|
/third_party/rust/crates/proc-macro-error/src/ |
H A D | diagnostic.rs | 75 suggestions: vec![], in spanned_range() 76 children: vec![], in spanned_range()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 452 aco_ptr<Pseudo_instruction> vec{create_instruction<Pseudo_instruction>( in expand_vector() 454 vec->definitions[0] = Definition(dst); in expand_vector() 461 vec->operands[i] = Operand(src); in expand_vector() 464 vec->operands[i] = Operand::zero(component_bytes); in expand_vector() 468 ctx->block->instructions.emplace_back(std::move(vec)); in expand_vector() 474 byte_align_scalar(isel_context* ctx, Temp vec, Operand offset, Temp dst) in byte_align_scalar() argument 491 if (vec.size() == 1) { in byte_align_scalar() 492 bld.sop2(aco_opcode::s_lshr_b32, Definition(dst), bld.def(s1, scc), vec, shift); in byte_align_scalar() 493 } else if (vec.size() == 2) { in byte_align_scalar() 495 bld.sop2(aco_opcode::s_lshr_b64, Definition(tmp), bld.def(s1, scc), vec, shif in byte_align_scalar() 525 byte_align_vector(isel_context* ctx, Temp vec, Operand offset, Temp dst, unsigned component_size) byte_align_vector() argument 556 bld.copy(Definition(dst), vec); byte_align_vector() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | deshake.h | 48 MotionVector vec; ///< Motion vector member
|
/third_party/mesa3d/src/mesa/math/ |
H A D | m_vector.h | 73 extern void _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint nr, GLuint elt );
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | callbacks.rs | 31 vec![] in cli_args() 118 vec![] in add_derives()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | mutator_cache.h | 82 size_t operator()(const std::vector<uint32_t>& vec) const;
|
/third_party/rust/crates/once_cell/examples/ |
H A D | test_synchronization.rs | 20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main()
|
/third_party/rust/crates/os_str_bytes/tests/ |
H A D | random_common.rs | 20 let mut buffer = vec![0; buffer_length];
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | Converter.cpp | 41 if (auto* vec = std::get_if<std::vector<interop::GPUIntegerCoordinate>>(&in)) { in Convert() 42 switch (vec->size()) { in Convert() 45 out.depthOrArrayLayers = (*vec)[2]; in Convert() 47 out.height = (*vec)[1]; in Convert() 49 out.width = (*vec)[0]; in Convert() 76 if (auto* vec = std::get_if<std::vector<double>>(&in)) { in Convert() 77 switch (vec->size()) { in Convert() 80 out.a = (*vec)[3]; in Convert() 82 out.b = (*vec)[2]; in Convert() 84 out.g = (*vec)[ in Convert() [all...] |
/third_party/rust/crates/cxx/macro/src/ |
H A D | expand.rs | 551 Type::RustVec(vec) if vec.inner == RustString => match ty.mutable { in expand_cxx_function_shim() 659 Type::RustVec(vec) => { in expand_cxx_function_shim() 660 if vec.inner == RustString { in expand_cxx_function_shim() 678 Type::RustVec(vec) if vec.inner == RustString => match ty.mutable { in expand_cxx_function_shim() 995 Type::RustVec(vec) => { in expand_rust_function_shim_impl() 996 if vec.inner == RustString { in expand_rust_function_shim_impl() 1008 Type::RustVec(vec) if vec in expand_rust_function_shim_impl() [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_rt_common.c | 361 nir_build_vec3_mat_mult(nir_builder *b, nir_ssa_def *vec, nir_ssa_def *matrix[], bool translation) in nir_build_vec3_mat_mult() argument 371 nir_fmul(b, nir_channels(b, vec, 1 << j), nir_channels(b, matrix[i], 1 << j)); in nir_build_vec3_mat_mult() 379 nir_build_vec3_mat_mult_pre(nir_builder *b, nir_ssa_def *vec, nir_ssa_def *matrix[]) in nir_build_vec3_mat_mult_pre() argument 386 return nir_build_vec3_mat_mult(b, nir_fsub(b, vec, nir_vec(b, result_components, 3)), matrix, in nir_build_vec3_mat_mult_pre()
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | dfa.rs | 530 let mut swaps: Vec<S> = vec![fail_id(); self.state_count]; in shuffle_match_states() 630 let trans = vec![fail_id(); alphabet_len * nfa.state_len()]; in build() 631 let matches = vec![vec![]; nfa.state_len()]; in build()
|
H A D | buffer.rs | 57 Buffer { buf: vec![0; capacity], min, end: 0 } in new()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDocument.cpp | 155 static std::vector<PageTreeNode> Layer(std::vector<PageTreeNode> vec, SkPDFDocument* doc) { in generate_page_tree() 158 const size_t n = vec.size(); in generate_page_tree() 167 result.push_back(std::move(vec[index++])); in generate_page_tree() 174 PageTreeNode& node = vec[index++]; in generate_page_tree()
|
/third_party/skia/modules/canvaskit/ |
H A D | matrix.js | 234 // Anything named vec below is an array of length 3 representing a vector/point in 3D space. 235 // Create a 4x4 matrix representing a translate by the provided 3-vec 236 CanvasKit.M44.translated = function(vec) { 237 return stride(vec, identityN(4), 4, 3, 0); 239 // Create a 4x4 matrix representing a scaling by the provided 3-vec 240 CanvasKit.M44.scaled = function(vec) { 241 return stride(vec, identityN(4), 4, 0, 1); 243 // Create a 4x4 matrix representing a rotation about the provided axis 3-vec. 249 // Create a 4x4 matrix representing a rotation about the provided normalized axis 3-vec.
|
/third_party/rust/crates/clap/src/builder/ |
H A D | arg.rs | 138 /// .get_matches_from(vec![ 157 /// .get_matches_from(vec![ 198 /// .get_matches_from(vec![ 225 /// .get_matches_from(vec![ 254 /// .get_matches_from(vec![ 286 /// .get_matches_from(vec![ 314 /// .get_matches_from(vec![ 341 /// .get_matches_from(vec![ 370 /// .get_matches_from(vec![ 399 /// .get_matches_from(vec![ [all...] |
/third_party/node/src/ |
H A D | util-inl.h | 422 const std::vector<T>& vec, in ToV8Value() 427 MaybeStackBuffer<v8::Local<v8::Value>, 128> arr(vec.size()); in ToV8Value() 428 arr.SetLength(vec.size()); in ToV8Value() 429 for (size_t i = 0; i < vec.size(); ++i) { in ToV8Value() 430 if (!ToV8Value(context, vec[i], isolate).ToLocal(&arr[i])) in ToV8Value() 421 ToV8Value(v8::Local<v8::Context> context, const std::vector<T>& vec, v8::Isolate* isolate) ToV8Value() argument
|