/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 129 inline const T* dataPointer (const std::vector<T>& vec) in dataPointer() argument 131 return (vec.size() != 0 ? &vec[0] : DE_NULL); in dataPointer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 129 inline const T* dataPointer (const std::vector<T>& vec) in dataPointer() argument 131 return (vec.size() != 0 ? &vec[0] : DE_NULL); in dataPointer()
|
/third_party/skia/src/core/ |
H A D | SkDraw_atlas.cpp | 72 fSteps.apply(c4.vec()); in updateColor() 165 steps.apply(c4.vec()); in drawAtlas() 166 load_color(uniformCtx, c4.premul().vec()); in drawAtlas()
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | bound.rs | 291 bounds: vec![syn::TypeParamBound::Trait(syn::TraitBound { 325 bounds: vec![syn::TypeParamBound::Trait(syn::TraitBound { in with_self_bound() 375 segments: vec![syn::PathSegment { in type_of_item()
|
/third_party/rust/crates/rust-cexpr/tests/ |
H A D | clang.rs | 168 let vec = ffi::CStr::from_ptr(clang_getCString(s)) in clang_str_to_vec() 172 vec in clang_str_to_vec() 298 let mut token_sets = vec![]; in fix_bug_9069()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_lit.rs | 255 let tokens = TokenStream::from_iter(vec![TokenTree::Group(Group::new( in test_deep_group_empty() 257 TokenStream::from_iter(vec![TokenTree::Group(Group::new( in test_deep_group_empty() 259 TokenStream::from_iter(vec![TokenTree::Literal(Literal::string("hi"))]), in test_deep_group_empty()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-memops.h | 38 void vb2_destroy_framevec(struct frame_vector *vec);
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-memops.h | 39 void vb2_destroy_framevec(struct frame_vector *vec);
|
/third_party/googletest/googletest/include/gtest/hwext/ |
H A D | gtest-utils.h | 16 bool IsElementInVector(vector<int> vec, int element);
|
/third_party/skia/docs/examples/ |
H A D | RGBA4f_vec_2.cpp | 9 float* array = color.vec(); in REG_FIDDLE()
|
H A D | RGBA4f_vec.cpp | 9 const float* array = color.vec(); in REG_FIDDLE()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | few_ones.rs | 16 let mut pow = vec![]; in main()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | comp.rs | 503 let mut fields = vec![]; in raw_fields_to_fields_and_bitfield_units() 602 let mut bitfields_in_unit = vec![]; in bitfields_to_allocation_units() 714 CompFields::Before(vec![]) in default() 1074 template_params: vec![], in new() 1075 methods: vec![], in new() 1076 constructors: vec![], in new() 1078 base_members: vec![], in new() 1079 inner_types: vec![], in new() 1080 inner_vars: vec![], in new()
|
/third_party/rust/crates/regex/src/ |
H A D | dfa.rs | 130 /// index into this vec is a `EmptyFlags`.) 417 let starts = vec![STATE_UNKNOWN; 256]; in new() 423 stack: vec![], in new() 426 insts_scratch_space: vec![], in new() 1205 mem::replace(&mut self.cache.insts_scratch_space, vec![]); in cached_state_key() 1609 StateMap { map: HashMap::new(), states: vec![], num_byte_classes } in new() 1645 Transitions { table: vec![], num_byte_classes } in new() 1907 let mut data = vec![flags]; in prop_state_encode_decode() 1927 let mut buf = vec![]; in prop_read_write_u32() 1938 let mut buf = vec![]; in prop_read_write_i32() [all...] |
/kernel/linux/linux-5.10/net/dccp/ccids/ |
H A D | ccid2.c | 586 for (; avp->len--; avp->vec++) { in ccid2_hc_tx_packet_recv() 588 dccp_ackvec_runlen(avp->vec)); in ccid2_hc_tx_packet_recv() 592 dccp_ackvec_state(avp->vec) >> 6, in ccid2_hc_tx_packet_recv() 593 dccp_ackvec_runlen(avp->vec)); in ccid2_hc_tx_packet_recv() 612 const u8 state = dccp_ackvec_state(avp->vec); in ccid2_hc_tx_packet_recv()
|
/kernel/linux/linux-6.6/net/dccp/ccids/ |
H A D | ccid2.c | 591 for (; avp->len--; avp->vec++) { in ccid2_hc_tx_packet_recv() 593 dccp_ackvec_runlen(avp->vec)); in ccid2_hc_tx_packet_recv() 597 dccp_ackvec_state(avp->vec) >> 6, in ccid2_hc_tx_packet_recv() 598 dccp_ackvec_runlen(avp->vec)); in ccid2_hc_tx_packet_recv() 617 const u8 state = dccp_ackvec_state(avp->vec); in ccid2_hc_tx_packet_recv()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dss_sp.c | 493 static void dss_sp_scale_vector(int32_t *vec, int bits, int size) in dss_sp_scale_vector() argument 499 vec[i] = vec[i] >> -bits; in dss_sp_scale_vector() 502 vec[i] = vec[i] * (1 << bits); in dss_sp_scale_vector()
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | parse.rs | 108 Fields::Unit => vec![], in introspect_enum() 303 vec![parse_quote!(#[cfg(feature = "full")])] in full() 305 vec![] in full() 341 features: vec![], in ast_enum() 402 features: vec![], in ast_enum_of_structs() 563 vec![parse_quote!(#[cfg(feature = "derive")])] in do_load_file()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fInstancedRenderingTests.cpp | 118 void pushVarCompAttrib (vector<VarComp>& vec, float val); 158 void InstancedRenderingCase::pushVarCompAttrib (vector<VarComp>& vec, float val) in pushVarCompAttrib() argument 166 vec.push_back(VarComp(val)); in pushVarCompAttrib() 168 vec.push_back(VarComp((deInt32)(val*FLOAT_INT_SCALE + FLOAT_INT_BIAS))); in pushVarCompAttrib() 170 vec.push_back(VarComp((deUint32)(val*FLOAT_UINT_SCALE + FLOAT_UINT_BIAS))); in pushVarCompAttrib() 239 instanceAttribs += "in highp " + (OFFSET_COMPONENTS == 1 ? string("float") : "vec" + de::toString(OFFSET_COMPONENTS)) + " a_instanceOffset;\n"; in init()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuVector.hpp | 240 Vector<T, Size> vec; in operator Vector() local 242 vec.m_data[i] = m_vector.m_data[m_index[i]]; in operator Vector() 243 return vec; in operator Vector() 414 std::ostream& operator<< (std::ostream& stream, const tcu::Vector<T, Size>& vec) in operator <<() argument 421 stream << vec.m_data[i]; in operator <<()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | kvm_book3s.h | 227 extern void kvmppc_book3s_queue_irqprio(struct kvm_vcpu *vcpu, unsigned int vec); 229 unsigned int vec); 230 extern void kvmppc_inject_interrupt(struct kvm_vcpu *vcpu, int vec, u64 flags); 284 void kvmppc_inject_interrupt_hv(struct kvm_vcpu *vcpu, int vec, u64 srr1_flags);
|
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
H A D | ohos_common.cpp | 458 std::map<std::string, float> CalculateIntVector(std::vector<float> vec) { in CalculateIntVector() argument 460 for (auto v : vec) { in CalculateIntVector() 465 avg = vec.size() > 0 ? sum / vec.size() : 0; in CalculateIntVector()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mmanndk.cpp | 103 unsigned char vec[TEST_SIZE];
in Mincore() local 104 memset(vec, SIZE_0x0, sizeof(vec));
in Mincore() 105 retVal = mincore(start, TEST_SIZE, vec);
in Mincore()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_alu_width.c | 377 nir_alu_instr *vec = nir_alu_instr_create(b->shader, nir_op_vec(num_components)); in lower_alu_instr_width() local 401 vec->src[chan + i].src = nir_src_for_ssa(&lower->dest.dest.ssa); in lower_alu_instr_width() 402 vec->src[chan + i].swizzle[0] = i; in lower_alu_instr_width() 408 return nir_builder_alu_instr_finish_and_insert(b, vec); in lower_alu_instr_width()
|
/third_party/node/src/ |
H A D | blob_serializer_deserializer-inl.h | 36 const std::vector<builtins::CodeCacheInfo>& vec); 38 std::ostream& operator<<(std::ostream& output, const std::vector<uint8_t>& vec); 41 const std::vector<PropInfo>& vec); 46 const std::vector<std::string>& vec);
|