Home
last modified time | relevance | path

Searched defs:vector (Results 476 - 500 of 781) sorted by relevance

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

/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Dirq_remapping.c1101 static void prepare_irte(struct irte *irte, int vector, unsigned int dest) in prepare_irte() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Dcommsup.c105 u32 vector = 1; in aac_fib_vector_assign() local
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
H A Dcore_feature_eclic.h708 __ECLIC_SetVector(IRQn_Type IRQn, rv_csr_t vector) __ECLIC_SetVector() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dg723_1enc.c144 int16_t vector[LPC_FRAME]; in comp_autocorr() local
185 int16_t vector[LPC_ORDER]; levinson_durbin() local
437 int16_t vector[FRAME_LEN + LPC_ORDER]; perceptual_filter() local
1108 int16_t vector[FRAME_LEN + PITCH_MAX]; g723_1_encode_frame() local
[all...]
/third_party/icu/icu4c/source/common/
H A Drbbitblb.cpp1012 void RBBITableBuilder::sortedAdd(UVector **vector, int32_t val) { in sortedAdd() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.cc618 inline size_t VectorSize(const std::vector<T>& vector) { in VectorSize() argument
/third_party/node/deps/icu-small/source/common/
H A Drbbitblb.cpp997 void RBBITableBuilder::sortedAdd(UVector **vector, int32_t val) { in sortedAdd() argument
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c975 bool vector = !branch && OP_IS_CSEL_V(last->op); in mir_schedule_condition() local
931 mir_schedule_comparison( compiler_context *ctx, midgard_instruction **instructions, struct midgard_predicate *predicate, BITSET_WORD *worklist, unsigned count, unsigned cond, bool vector, unsigned *swizzle, midgard_instruction *user) mir_schedule_comparison() argument
[all...]
/third_party/libinput/src/
H A Devdev-mt-touchpad-gestures.c364 struct phys_coords delta_mm, vector; in tp_gesture_apply_scroll_constraints() local
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h45 template class V8_EXPORT std::vector<v8::CpuProfileDeoptFrame>; member in std
59 template class V8_EXPORT std::vector<v8::CpuProfileDeoptInfo>; member in std
/third_party/node/deps/v8/include/
H A Dv8-profiler.h45 template class V8_EXPORT std::vector<v8::CpuProfileDeoptFrame>; member in std
59 template class V8_EXPORT std::vector<v8::CpuProfileDeoptInfo>; member in std
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc1000 base::Vector<const SrcChar> vector = string->GetCharVector<SrcChar>(no_gc); in SerializeString_() local
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc377 base::Vector<const uint8_t> vector = GetOneByteVector(no_gc); in ParseInt() local
382 base::Vector<const base::uc16> vector = GetTwoByteVector(no_gc); in ParseInt() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.h721 FeedbackVector vector() const { vector() function in v8::internal::final
[all...]
H A Djs-function.cc1332 FeedbackVector vector = feedback_vector(); in ClearTypeFeedbackInfo() local
/third_party/node/deps/v8/src/parsing/
H A Dscanner.cc1046 base::Vector<const uint8_t> vector = literal_one_byte_string(); in CurrentLiteralAsCString() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c356 MotionVectorToPipe(const struct pipe_mpeg12_macroblock *mb, unsigned vector, in MotionVectorToPipe() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiVersionCheck.cpp337 createTestDevice(const Context& context, VkInstance instance, vector<string> extensions = vector<string>(), bool allowLayers = true) createTestDevice() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp132 qpTestResult checkResult(VkResult result, const vector<UniquePipeline>&, duration, string& reason) in checkResult() argument
238 qpTestResult checkElapsedTime(VkResult, const vector<UniquePipeline>&, duration elapsed, string& reason) in checkElapsedTime() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-kerx-table.hh724 NNOffset32To<UnsizedArrayOf<FWORD>> vector; member
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbitblb.cpp1011 void RBBITableBuilder::sortedAdd(UVector **vector, int32_t val) { in sortedAdd() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp89 static tcu::Vector<float, N> mean (const vector<tcu::Vector<float, N> >& data) in mean() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsAttributeLocationTests.cpp686 runTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const vector<Attribute>& attributes, const vector<Bind>& preAttachBind, const vector<Bind>& preLinkBind, const vector<Bind>& postLinkBind, bool relink, bool reattach = false, const vector<Attribute>& reattachAttributes = vector<Attribute>()) runTest() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp132 qpTestResult checkResult(VkResult result, const vector<UniquePipeline>&, duration, string& reason) in checkResult() argument
238 qpTestResult checkElapsedTime(VkResult, const vector<UniquePipeline>&, duration elapsed, string& reason) in checkElapsedTime() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp89 static tcu::Vector<float, N> mean (const vector<tcu::Vector<float, N> >& data) in mean() argument
[all...]

Completed in 41 milliseconds

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