| /kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
| H A D | apic_numachip.c | 83 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 D | ioapic.h | 60 u8 vector; member
|
| /kernel/linux/linux-6.6/drivers/irqchip/ |
| H A D | irq-mxs.c | 49 void __iomem *vector; member
|
| /kernel/linux/linux-6.6/drivers/iommu/ |
| H A D | hyperv-iommu.c | 197 u32 vector; in hyperv_root_ir_compose_msi_msg() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
| H A D | hyperv_ipi.c | 38 u32 vector; member 45 u32 vector; member
|
| H A D | nested_exceptions_test.c | 76 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 D | gic_v3.c | 248 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 D | nnrt_utils.cpp | 23 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 D | nnrt_utils.cpp | 23 OH_NN_UInt32Array TransformUInt32Array(const std::vector<uint32_t>& vector) in TransformUInt32Array() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | g723_1.c | 1104 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 D | eatgv.c | 229 unsigned int vector = get_bits(&gb, vector_bits); in tgv_decode_inter() local
|
| H A D | truespeech.c | 45 int16_t vector[8]; ///< input vector: 5/5/4/4/4/3/3/3 member [all...] |
| /third_party/alsa-utils/axfer/ |
| H A D | xfer-libasound-timer-mmap.c | 15 char **vector; member [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/api/ |
| H A D | transfer.cpp | 38 vector(const size_t *p) { in vector() function [all...] |
| /third_party/ltp/testcases/kernel/kvm/ |
| H A D | lib_guest.c | 118 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 D | api_msg.h | 108 const struct netvector *vector; member
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_constants.cpp | 127 const auto vector = _.FindDef(constituent->type_id()); in ValidateConstantComposite() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkGeometry.cpp | 21 SkVector vector; in to_vector() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | VertexDataManager.cpp | 277 float *vector = (float*)mVertexBuffer->lock(sw::PUBLIC); in ConstantVertexBuffer() local
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cross_containers.hpp | [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_constants.cpp | 127 const auto vector = _.FindDef(constituent->type_id()); in ValidateConstantComposite() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/base/ |
| H A D | ftcalc.c | 820 FT_Vector_Transform_Scaled( FT_Vector* vector, in FT_Vector_Transform_Scaled() argument [all...] |
| H A D | ftoutln.c | 683 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 D | LowLevelTypeImpl.h | 57 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 D | clone_context.h | 367 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...] |