Home
last modified time | relevance | path

Searched defs:vector (Results 276 - 300 of 781) sorted by relevance

1...<<11121314151617181920>>...32

/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H A Dapic_numachip.c83 static void numachip_send_IPI_one(int cpu, int vector) in numachip_send_IPI_one() argument
108 static void numachip_send_IPI_mask(const struct cpumask *mask, int vector) in numachip_send_IPI_mask() argument
128 static void numachip_send_IPI_allbutself(int vector) in numachip_send_IPI_allbutself() argument
116 numachip_send_IPI_mask_allbutself(const struct cpumask *mask, int vector) numachip_send_IPI_mask_allbutself() argument
139 numachip_send_IPI_all(int vector) numachip_send_IPI_all() argument
144 numachip_send_IPI_self(int vector) numachip_send_IPI_self() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dioapic.h60 u8 vector; member
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-mxs.c49 void __iomem *vector; member
/kernel/linux/linux-6.6/drivers/iommu/
H A Dhyperv-iommu.c197 u32 vector; in hyperv_root_ir_compose_msi_msg() local
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_ipi.c38 u32 vector; member
45 u32 vector; member
H A Dnested_exceptions_test.c76 static void svm_run_l2(struct svm_test_data *svm, void *l2_code, int vector, in svm_run_l2() argument
115 static void vmx_run_l2(void *l2_code, int vector, uint32_t error_code) in vmx_run_l2() argument
167 static void assert_ucall_vector(struct kvm_vcpu *vcpu, int vector) in assert_ucall_vector() argument
[all...]
/kernel/liteos_a/arch/arm/gic/
H A Dgic_v3.c248 VOID HalIrqMask(UINT32 vector) in HalIrqMask() argument
268 VOID HalIrqUnmask(UINT32 vector) in HalIrqUnmask() argument
288 HalIrqPending(UINT32 vector) HalIrqPending() argument
297 HalIrqClear(UINT32 vector) HalIrqClear() argument
303 HalIrqSetPrio(UINT32 vector, UINT8 priority) HalIrqSetPrio() argument
416 UINT32 vector = iar & 0x3FFU; HalIrqHandler() local
[all...]
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dnnrt_utils.cpp23 OH_NN_UInt32Array TransformUInt32Array(const std::vector<uint32_t>& vector) in TransformUInt32Array() argument
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dnnrt_utils.cpp23 OH_NN_UInt32Array TransformUInt32Array(const std::vector<uint32_t>& vector) in TransformUInt32Array() argument
/third_party/ffmpeg/libavcodec/
H A Dg723_1.c1104 int ff_g723_1_scale_vector(int16_t *dst, const int16_t *vector, int length) in ff_g723_1_scale_vector() argument
1148 int16_t vector[SUBFRAME_LEN]; in ff_g723_1_gen_dirac_train() local
1158 void ff_g723_1_gen_acb_excitation(int16_t *vector, int16_t *prev_excitation, in ff_g723_1_gen_acb_excitation() argument
[all...]
H A Deatgv.c229 unsigned int vector = get_bits(&gb, vector_bits); in tgv_decode_inter() local
H A Dtruespeech.c45 int16_t vector[8]; ///< input vector: 5/5/4/4/4/3/3/3 member
[all...]
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-timer-mmap.c15 char **vector; member
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dtransfer.cpp38 vector(const size_t *p) { in vector() function
[all...]
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_guest.c118 void tst_set_interrupt_callback(unsigned int vector, in tst_set_interrupt_callback() argument
174 void tst_handle_interrupt(struct kvm_interrupt_frame *ifrm, long vector, in tst_handle_interrupt() argument
[all...]
/third_party/lwip/src/include/lwip/priv/
H A Dapi_msg.h108 const struct netvector *vector; member
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_constants.cpp127 const auto vector = _.FindDef(constituent->type_id()); in ValidateConstantComposite() local
[all...]
/third_party/skia/src/core/
H A DSkGeometry.cpp21 SkVector vector; in to_vector() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.cpp277 float *vector = (float*)mVertexBuffer->lock(sw::PUBLIC); in ConstantVertexBuffer() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_containers.hpp[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_constants.cpp127 const auto vector = _.FindDef(constituent->type_id()); in ValidateConstantComposite() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftcalc.c820 FT_Vector_Transform_Scaled( FT_Vector* vector, in FT_Vector_Transform_Scaled() argument
[all...]
H A Dftoutln.c683 FT_Vector_Transform( FT_Vector* vector, in FT_Vector_Transform() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h57 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { in vector() function in llvm::LLT
65 static LLT vector(uint16_t NumElements, LLT ScalarTy) { in vector() function in llvm::LLT
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dclone_context.h367 Remove(const std::vector<T>& vector, OBJECT* object) Remove() argument
385 InsertFront(const std::vector<T>& vector, OBJECT* object) InsertFront() argument
399 InsertBack(const std::vector<T>& vector, OBJECT* object) InsertBack() argument
414 InsertBefore(const std::vector<T>& vector, const BEFORE* before, const OBJECT* object) InsertBefore() argument
438 InsertAfter(const std::vector<T>& vector, const AFTER* after, const OBJECT* object) InsertAfter() argument
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...32