/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineCreationFeedbackTests.cpp | 775 const deUint32 index = VK_MAX_SHADER_STAGES * pipelineCacheNdx + shader; in verifyTestResult() local 781 if (m_pipelineStageCreationFeedbacks[index].flags & isZeroOutFeedbackCout) in verifyTestResult() 788 if (!(m_pipelineStageCreationFeedbacks[index].flags & VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT)) in verifyTestResult() 793 if (m_pipelineStageCreationFeedbacks[index].flags) in verifyTestResult() 802 if (m_param->isCacheDisabled() && m_pipelineStageCreationFeedbacks[index].flags & VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT) in verifyTestResult() 809 if (pipelineCacheNdx == PIPELINE_CACHE_NDX_CACHED && !m_param->isCacheDisabled() && (m_pipelineStageCreationFeedbacks[index].flags & VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT) == 0) in verifyTestResult() 814 if (cachedPipelineWarning && m_pipelineStageCreationFeedbacks[index].flags & VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT) in verifyTestResult() 820 message << "\t\t Hit cache ? \t\t\t" << (m_pipelineStageCreationFeedbacks[index].flags & VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT ? "yes" : "no") << "\n"; in verifyTestResult() 821 message << "\t\t Base Pipeline Acceleration ? \t" << (m_pipelineStageCreationFeedbacks[index].flags & VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT ? "yes" : "no") << "\n"; in verifyTestResult() 822 message << "\t\t Duration (ns): \t\t" << m_pipelineStageCreationFeedbacks[index] in verifyTestResult() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Context.cpp | 451 bool Context::setColorWriteMask(int index, int colorWriteMask) in setColorWriteMask() argument 453 bool modified = (Context::colorWriteMask[index] != colorWriteMask); in setColorWriteMask() 454 Context::colorWriteMask[index] = colorWriteMask; in setColorWriteMask() 1459 Format Context::renderTargetInternalFormat(int index) in renderTargetInternalFormat() argument 1461 if(renderTarget[index]) in renderTargetInternalFormat() 1463 return renderTarget[index]->getInternalFormat(); in renderTargetInternalFormat() 1484 int Context::colorWriteActive(int index) in colorWriteActive() argument 1486 if(!renderTarget[index] || renderTarget[index]->getInternalFormat() == FORMAT_NULL) in colorWriteActive() 1497 return colorWriteMask[index]; in colorWriteActive() [all...] |
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 554 CZString(ArrayIndex index); 561 ArrayIndex index() const; 719 /// Access an array element (zero based index ). 720 /// If the array contains less than index element, then null value are 722 /// in the array so that its size is index+1. 725 Value& operator[](ArrayIndex index); 727 /// Access an array element (zero based index ). 728 /// If the array contains less than index element, then null value are 730 /// in the array so that its size is index+1. 733 Value& operator[](int index); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 554 CZString(ArrayIndex index); 561 ArrayIndex index() const; 719 /// Access an array element (zero based index ). 720 /// If the array contains less than index element, then null value are 722 /// in the array so that its size is index+1. 725 Value& operator[](ArrayIndex index); 727 /// Access an array element (zero based index ). 728 /// If the array contains less than index element, then null value are 730 /// in the array so that its size is index+1. 733 Value& operator[](int index); [all...] |
/third_party/skia/src/sksl/ |
H A D | SkSLRehydrator.cpp | 106 int index = this->readS8(); in layout() local 111 flags, location, offset, binding, index, set, builtin, inputAttachmentIndex); in layout() 177 uint8_t index = this->readU8(); in symbol() local 179 std::make_unique<Field>(/*line=*/-1, owner, index)); in symbol() 470 int index = this->readU8(); in expression() local 472 return FieldAccess::Make(fContext, std::move(base), index, ownerKind); in expression() 490 std::unique_ptr<Expression> index = this->expression(); in expression() local 491 return IndexExpression::Make(fContext, std::move(base), std::move(index)); in expression() 563 int index = this->readU16(); in symbolTable() local 564 fSymbolTable->addWithoutOwnership(ownedSymbols[index]); in symbolTable() [all...] |
H A D | SkSLAnalysis.cpp | 232 // know if the base (`x`) is assignable; the index expression (`1`) doesn't need to be. 419 expr.as<IndexExpression>().index()->isIntLiteral() && in IsTrivialExpression() 455 for (size_t index = 0; index < leftSpan.size(); ++index) { in IsSameExpressionTree() 456 if (!IsSameExpressionTree(*leftSpan[index], *rightSpan[index])) { in IsSameExpressionTree() 468 return IsSameExpressionTree(*left.as<IndexExpression>().index(), in IsSameExpressionTree() 469 *right.as<IndexExpression>().index()) && in IsSameExpressionTree() 507 if (!Analysis::IsConstantIndexExpression(*i.index(), [all...] |
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 554 CZString(ArrayIndex index); 561 ArrayIndex index() const; 719 /// Access an array element (zero based index ). 720 /// If the array contains less than index element, then null value are 722 /// in the array so that its size is index+1. 725 Value& operator[](ArrayIndex index); 727 /// Access an array element (zero based index ). 728 /// If the array contains less than index element, then null value are 730 /// in the array so that its size is index+1. 733 Value& operator[](int index); [all...] |
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.cc | 549 int index = ExtractUnsignedBitfield32(6, lane_size_in_byte_log_2 + 1, imm_7); in GetSVEPermuteIndexAndLaneSizeLog2() local 550 return std::make_pair(index, lane_size_in_byte_log_2); in GetSVEPermuteIndexAndLaneSizeLog2() 553 // Get the register and index for SVE indexed multiplies encoded in the forms: 554 // .h : Zm = <18:16>, index = <22><20:19> 555 // .s : Zm = <18:16>, index = <20:19> 556 // .d : Zm = <19:16>, index = <20> 559 int index = ExtractBits(20, 19); in GetSVEMulZmAndIndex() local 561 // For .h, index uses bit zero of the size field, so kFormatVnB below implies in GetSVEMulZmAndIndex() 562 // half-word lane, with most-significant bit of the index zero. in GetSVEMulZmAndIndex() 565 index >> in GetSVEMulZmAndIndex() 587 int index = ExtractBit(11); GetSVEMulLongZmAndIndex() local [all...] |
/third_party/vixl/src/ |
H A D | invalset-vixl.h | 182 // Returns the index of the element within the backing storage. The element 186 // Returns the element at the specified index in the backing storage. 187 const ElementType* GetElementAt(size_t index) const; 188 ElementType* GetElementAt(size_t index); 548 // Avoid overflow when computing the middle index. in BinarySearch() 699 size_t index) const { in GetElementAt() 700 VIXL_ASSERT((IsUsingVector() && (index < vector_->size())) || in GetElementAt() 701 (index < size_)); in GetElementAt() 702 return StorageBegin() + index; in GetElementAt() 706 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::GetElementAt(size_t index) { in GetElementAt() argument [all...] |
/third_party/python/PC/clinic/ |
H A D | winreg.c.h | 509 "EnumKey($module, key, index, /)\n" 516 " index\n" 517 " An integer that identifies the index of the key to retrieve.\n" 527 winreg_EnumKey_impl(PyObject *module, HKEY key, int index); 534 int index; in winreg_EnumKey() local 542 index = _PyLong_AsInt(args[1]); in winreg_EnumKey() 543 if (index == -1 && PyErr_Occurred()) { in winreg_EnumKey() 546 return_value = winreg_EnumKey_impl(module, key, index); in winreg_EnumKey() 553 "EnumValue($module, key, index, /)\n" 560 " index\ 587 int index; winreg_EnumValue() local [all...] |
/third_party/spirv-tools/test/opt/ |
H A D | inst_bindless_check_test.cpp | 779 // layout(std140, set = 9, binding = 1) uniform ufoo { uint index; } uniform_index_buffer; 786 // gl_Position = adds[uniform_index_buffer.index].val; 813 OpMemberName %ufoo 0 "index" 2228 // uint index; 2236 // sbo.red = imageLoad(images[sbo.index], ivec2(0, 0)).r; 2254 OpMemberName %Input 0 "index" 2374 // uint index; 2382 // sbo.red = imageLoad(images[sbo.index], ivec2(0, 0)).r; 2401 OpMemberName %StorageBuffer 0 "index" 2518 // uint index; [all...] |
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.h | 602 TestICD& get_test_icd(size_t index = 0) noexcept; 603 TestICD& reset_icd(size_t index = 0) noexcept; 604 fs::path get_test_icd_path(size_t index = 0) noexcept; 605 fs::path get_icd_manifest_path(size_t index = 0) noexcept; 606 fs::path get_shimmed_icd_manifest_path(size_t index = 0) noexcept; 608 TestLayer& get_test_layer(size_t index = 0) noexcept; 609 TestLayer& reset_layer(size_t index = 0) noexcept; 610 fs::path get_test_layer_path(size_t index = 0) noexcept; 611 fs::path get_layer_manifest_path(size_t index = 0) noexcept; 612 fs::path get_shimmed_layer_manifest_path(size_t index [all...] |
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 132 uint32_t index = 2; in BuildModel() local 133 ret = model.SetTensorValue(index, &activationValue, sizeof(int8_t)); in BuildModel() 210 uint32_t index = 3; in SetInnerBuild() local 212 EXPECT_EQ(OH_NN_SUCCESS, innerModel.SetTensorValue(index, in SetInnerBuild() 370 uint32_t index = 3; in HWTEST_F() local 372 EXPECT_EQ(OH_NN_SUCCESS, innerModel.SetTensorValue(index, in HWTEST_F() 397 uint32_t index = 3; in HWTEST_F() local 399 EXPECT_EQ(OH_NN_SUCCESS, innerModel.SetTensorValue(index, in HWTEST_F() 424 uint32_t index = 3; in HWTEST_F() local 426 EXPECT_EQ(OH_NN_SUCCESS, innerModel.SetTensorValue(index, in HWTEST_F() 451 uint32_t index = 3; HWTEST_F() local 474 uint32_t index = 3; HWTEST_F() local 494 uint32_t index = 3; HWTEST_F() local 513 uint32_t index = 3; HWTEST_F() local 530 uint32_t index = 3; HWTEST_F() local 548 uint32_t index = 3; HWTEST_F() local 639 uint32_t index = 3; HWTEST_F() local 667 uint32_t index = 3; HWTEST_F() local 2990 uint32_t index = 10; HWTEST_F() local 3004 uint32_t index = 10; HWTEST_F() local 3019 uint32_t index = 10; HWTEST_F() local 3033 uint32_t index = 10; HWTEST_F() local 3048 uint32_t index = 10; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 688 for (int32_t index = 0; index < buttonsLenInt; index++) { in GetPrimaryButtonNum() 689 napi_get_element(env, context->buttonsNApi, index, &buttonArray); in GetPrimaryButtonNum() 712 for (int32_t index = 0; index < buttonsLenInt; index++) { in ParseButtons() 713 napi_get_element(env, context->buttonsNApi, index, &buttonArray); in ParseButtons() 1205 void GetNapiNamedProperties(napi_env env, napi_value* argv, size_t index, in GetNapiNamedProperties() argument 1210 if (index in GetNapiNamedProperties() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_combios.c | 2891 uint32_t index, id; in radeon_combios_external_tmds_setup() local 2905 index = offset + 4; in radeon_combios_external_tmds_setup() 2907 id = RBIOS16(index); in radeon_combios_external_tmds_setup() 2908 index += 2; in radeon_combios_external_tmds_setup() 2912 val = RBIOS32(index); in radeon_combios_external_tmds_setup() 2913 index += 4; in radeon_combios_external_tmds_setup() 2918 and_mask = RBIOS32(index); in radeon_combios_external_tmds_setup() 2919 index += 4; in radeon_combios_external_tmds_setup() 2920 or_mask = RBIOS32(index); in radeon_combios_external_tmds_setup() 2921 index in radeon_combios_external_tmds_setup() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_debugfs.c | 585 int index = 0; in rvu_dbg_lmtst_map_table_display() local 621 index = pf * rvu->hw->total_vfs * LMT_MAPTBL_ENTRY_SIZE; in rvu_dbg_lmtst_map_table_display() 623 (tbl_base + index)); in rvu_dbg_lmtst_map_table_display() 624 lmt_addr = readq(lmt_map_base + index); in rvu_dbg_lmtst_map_table_display() 627 index += 8; in rvu_dbg_lmtst_map_table_display() 628 val = readq(lmt_map_base + index); in rvu_dbg_lmtst_map_table_display() 634 index = (pf * rvu->hw->total_vfs * 16) + in rvu_dbg_lmtst_map_table_display() 639 " 0x%llx\t\t", (tbl_base + index)); in rvu_dbg_lmtst_map_table_display() 640 lmt_addr = readq(lmt_map_base + index); in rvu_dbg_lmtst_map_table_display() 643 index in rvu_dbg_lmtst_map_table_display() 702 int index, pf, vf, lf_str_size = 12, buf_size = 256; get_max_column_width() local 738 int index, off = 0, flag = 0, len = 0, i = 0; rvu_dbg_rsrc_attach_status() local 2532 u16 index, domain; cgx_print_dmac_flt() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_combios.c | 2890 uint32_t index, id; in radeon_combios_external_tmds_setup() local 2904 index = offset + 4; in radeon_combios_external_tmds_setup() 2906 id = RBIOS16(index); in radeon_combios_external_tmds_setup() 2907 index += 2; in radeon_combios_external_tmds_setup() 2911 val = RBIOS32(index); in radeon_combios_external_tmds_setup() 2912 index += 4; in radeon_combios_external_tmds_setup() 2917 and_mask = RBIOS32(index); in radeon_combios_external_tmds_setup() 2918 index += 4; in radeon_combios_external_tmds_setup() 2919 or_mask = RBIOS32(index); in radeon_combios_external_tmds_setup() 2920 index in radeon_combios_external_tmds_setup() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cVertexAttribBindingTests.cpp | 523 << " " << expected_data[i][2] << " " << expected_data[i][3] << ", index is: " << i in Run() 1580 << ", index is: " << i * 8 + j << tcu::TestLog::EndMessage; in Run() 1590 << ", index is: " << i * 8 + j << tcu::TestLog::EndMessage; in Run() 1906 int index; member in glcts::__anon27702::VertexAttribState 1920 , index(attribindex) in VertexAttribState() 1928 glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_ENABLED, &p); in stateVerify() 1932 << tcu::TestLog::Message << "GL_VERTEX_ATTRIB_ARRAY_ENABLED(" << index << ") is " << p << " should be " in stateVerify() 1936 glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_SIZE, &p); in stateVerify() 1940 << tcu::TestLog::Message << "GL_VERTEX_ATTRIB_ARRAY_SIZE(" << index << ") is " << p << " should be " in stateVerify() 1944 glGetVertexAttribiv(index, GL_VERTEX_ATTRIB_ARRAY_STRID in stateVerify() 2026 int index; global() member in glcts::__anon27702::VertexBindingState 2841 RelinkProgram(GLuint index) RelinkProgram() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 99 // layout has a single stage mask bit, we use that stage as index. If layout has multiple stage 100 // mask bits, we pick the lowest stage as the index since it is the first stage that needs 966 void PackedClearValuesArray::store(PackedAttachmentIndex index, in store() argument 973 storeNoDepthStencil(index, clearValue); in store() 977 void PackedClearValuesArray::storeNoDepthStencil(PackedAttachmentIndex index, in storeNoDepthStencil() argument 980 mValues[index.get()] = clearValue; in storeNoDepthStencil() 1264 // Note that the resolve depth/stencil image has the same level/layer index as the in depthStencilImagesDraw() 1581 for (PackedAttachmentIndex index = kAttachmentIndexZero; index < mColorImagesCount; ++index) in finalizeImageLayout() 5701 stageSubresourceUpdateImpl(ContextVk *contextVk, const gl::ImageIndex &index, const gl::Extents &glExtents, const gl::Offset &offset, const gl::InternalFormat &formatInfo, const gl::PixelUnpackState &unpack, DynamicBuffer *stagingBufferOverride, GLenum type, const uint8_t *pixels, const Format &vkFormat, ImageAccess access, const GLuint inputRowPitch, const GLuint inputDepthPitch, const GLuint inputSkipBytes) stageSubresourceUpdateImpl() argument 6152 stageSubresourceUpdate(ContextVk *contextVk, const gl::ImageIndex &index, const gl::Extents &glExtents, const gl::Offset &offset, const gl::InternalFormat &formatInfo, const gl::PixelUnpackState &unpack, DynamicBuffer *stagingBufferOverride, GLenum type, const uint8_t *pixels, const Format &vkFormat, ImageAccess access) stageSubresourceUpdate() argument 6218 stageSubresourceUpdateFromFramebuffer( const gl::Context *context, const gl::ImageIndex &index, const gl::Rectangle &sourceArea, const gl::Offset &dstOffset, const gl::Extents &dstExtent, const gl::InternalFormat &formatInfo, ImageAccess access, FramebufferVk *framebufferVk, DynamicBuffer *stagingBufferOverride) stageSubresourceUpdateFromFramebuffer() argument 6326 stageSubresourceUpdateFromImage(RefCounted<ImageHelper> *image, const gl::ImageIndex &index, LevelIndex srcMipLevel, const gl::Offset &destOffset, const gl::Extents &glExtents, const VkImageType imageType) stageSubresourceUpdateFromImage() argument 6373 const gl::ImageIndex index = stageSubresourceUpdatesFromAllImageLevels() local 6382 stageClear(const gl::ImageIndex &index, VkImageAspectFlags aspectFlags, const VkClearValue &clearValue) stageClear() argument 6390 stageRobustResourceClear(const gl::ImageIndex &index) stageRobustResourceClear() argument 6401 stageRobustResourceClearWithFormat(ContextVk *contextVk, const gl::ImageIndex &index, const gl::Extents &glExtents, const angle::Format &intendedFormat, const angle::Format &imageFormat) stageRobustResourceClearWithFormat() argument 6492 gl::ImageIndex index = stageClearIfEmulatedFormat() local 6597 const gl::ImageIndex index = stageSelfAsSubresourceUpdates() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_2_0_autogen.cpp | 48 GLuint index, in CaptureBindAttribLocation() 54 paramBuffer.addValueParam("index", ParamType::TGLuint, index); in CaptureBindAttribLocation() 60 CaptureBindAttribLocation_name(glState, isCallValid, programPacked, index, name, in CaptureBindAttribLocation() 715 CallCapture CaptureDisableVertexAttribArray(const State &glState, bool isCallValid, GLuint index) in CaptureDisableVertexAttribArray() argument 719 paramBuffer.addValueParam("index", ParamType::TGLuint, index); in CaptureDisableVertexAttribArray() 780 CallCapture CaptureEnableVertexAttribArray(const State &glState, bool isCallValid, GLuint index) in CaptureEnableVertexAttribArray() argument 784 paramBuffer.addValueParam("index", ParamType::TGLuint, index); in CaptureEnableVertexAttribArray() 45 CaptureBindAttribLocation(const State &glState, bool isCallValid, ShaderProgramID programPacked, GLuint index, const GLchar *name) CaptureBindAttribLocation() argument 978 CaptureGetActiveAttrib(const State &glState, bool isCallValid, ShaderProgramID programPacked, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) CaptureGetActiveAttrib() argument 1058 CaptureGetActiveUniform(const State &glState, bool isCallValid, ShaderProgramID programPacked, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) CaptureGetActiveUniform() argument 1807 CaptureGetVertexAttribPointerv(const State &glState, bool isCallValid, GLuint index, GLenum pname, void **pointer) CaptureGetVertexAttribPointerv() argument 1837 CaptureGetVertexAttribfv(const State &glState, bool isCallValid, GLuint index, GLenum pname, GLfloat *params) CaptureGetVertexAttribfv() argument 1866 CaptureGetVertexAttribiv(const State &glState, bool isCallValid, GLuint index, GLenum pname, GLint *params) CaptureGetVertexAttribiv() argument 2987 CaptureVertexAttrib1f(const State &glState, bool isCallValid, GLuint index, GLfloat x) CaptureVertexAttrib1f() argument 2997 CaptureVertexAttrib1fv(const State &glState, bool isCallValid, GLuint index, const GLfloat *v) CaptureVertexAttrib1fv() argument 3024 CaptureVertexAttrib2f(const State &glState, bool isCallValid, GLuint index, GLfloat x, GLfloat y) CaptureVertexAttrib2f() argument 3039 CaptureVertexAttrib2fv(const State &glState, bool isCallValid, GLuint index, const GLfloat *v) CaptureVertexAttrib2fv() argument 3066 CaptureVertexAttrib3f(const State &glState, bool isCallValid, GLuint index, GLfloat x, GLfloat y, GLfloat z) CaptureVertexAttrib3f() argument 3083 CaptureVertexAttrib3fv(const State &glState, bool isCallValid, GLuint index, const GLfloat *v) CaptureVertexAttrib3fv() argument 3110 CaptureVertexAttrib4f(const State &glState, bool isCallValid, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) CaptureVertexAttrib4f() argument 3129 CaptureVertexAttrib4fv(const State &glState, bool isCallValid, GLuint index, const GLfloat *v) CaptureVertexAttrib4fv() argument 3156 CaptureVertexAttribPointer(const State &glState, bool isCallValid, GLuint index, GLint size, VertexAttribType typePacked, GLboolean normalized, GLsizei stride, const void *pointer) CaptureVertexAttribPointer() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 148 int i, index, len, enable; in lpfc_debugfs_disc_trc_data() local 161 index = (atomic_read(&vport->disc_trc_cnt) + 1) & in lpfc_debugfs_disc_trc_data() 163 for (i = index; i < lpfc_debugfs_max_disc_trc; i++) { in lpfc_debugfs_disc_trc_data() 174 for (i = 0; i < index; i++) { in lpfc_debugfs_disc_trc_data() 214 int i, index, len, enable; in lpfc_debugfs_slow_ring_trc_data() local 227 index = (atomic_read(&phba->slow_ring_trc_cnt) + 1) & in lpfc_debugfs_slow_ring_trc_data() 229 for (i = index; i < lpfc_debugfs_max_slow_ring_trc; i++) { in lpfc_debugfs_slow_ring_trc_data() 240 for (i = 0; i < index; i++) { in lpfc_debugfs_slow_ring_trc_data() 1595 int i, state, index, skip; in lpfc_debugfs_nvmeio_trc_data() local 1600 index in lpfc_debugfs_nvmeio_trc_data() 1826 int index; lpfc_debugfs_disc_trc() local 1867 int index; lpfc_debugfs_slow_ring_trc() local 1905 int index; lpfc_debugfs_nvme_trc() local 3300 int offset_label, offset, len = 0, index = LPFC_PCI_CFG_RD_SIZE; lpfc_idiag_pcicfg_read() local 3595 int offset_label, offset, offset_run, len = 0, index; lpfc_idiag_baracc_read() local 4181 lpfc_idiag_que_param_check(struct lpfc_queue *q, int index, int count) lpfc_idiag_que_param_check() argument 4207 lpfc_idiag_queacc_read_qe(char *pbuffer, int len, struct lpfc_queue *pque, uint32_t index) lpfc_idiag_queacc_read_qe() argument 4259 uint32_t last_index, index, count; lpfc_idiag_queacc_read() local 4337 uint32_t qidx, quetp, queid, index, count, offset, value; lpfc_idiag_queacc_write() local 5290 int index; lpfc_idiag_extacc_drivr_get() local [all...] |
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/ |
H A D | network_client_demo.cpp | 77 static int index = 0; variable 78 string msg = "tcp/udp client OnClientConnect message.index=" + std::to_string(index++);
|
/foundation/CastEngine/castengine_wifi_display/services/codec/include/ |
H A D | video_sink_decoder.h | 58 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<MediaAVCodec::AVSharedMemory> buffer) override; 59 void OnOutputBufferAvailable(uint32_t index, MediaAVCodec::AVCodecBufferInfo info,
|
/foundation/ability/ability_runtime/frameworks/js/napi/quick_fix/ |
H A D | js_application_quick_fix_info.cpp | 45 uint32_t index = 0; in CreateJsHapModuleQuickFixInfoArray() local 52 napi_set_element(env, arrayValue, index++, objValue); in CreateJsHapModuleQuickFixInfoArray()
|
/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/ |
H A D | shared_transition_component.cpp | 127 void SharedTransitionComponent::SetZIndex(int32_t index) in SetZIndex() argument 129 zIndex_ = index; in SetZIndex()
|