/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 2289 fh = tp->ops->get(tp, t->tcm_handle); in tc_new_tfilter() 2479 fh = tp->ops->get(tp, t->tcm_handle); in tc_del_tfilter() 2610 fh = tp->ops->get(tp, t->tcm_handle); in tc_get_tfilter() 2987 /* Add/delete/get a chain */
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 39 In particular, we can get very confused by /* and // inside strings! 1029 return (_global_error_suppressions.get(category, False) or 1030 linenum in _error_suppressions.get(category, set()) or 1031 linenum in _error_suppressions.get(None, set())) 1574 the name so that we get header guards that don't include things like 1868 # Having // <empty> comments makes the lines non-empty, so we will not get 1902 # get rid of /* ... */ 2865 # get false negatives when existing comment is a substring of the 3264 # get in the way of brace matching. See the testBuildClass test in 3561 of vertical space and comments just to get throug [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_spill.cpp | 375 ctx.remat[def.getTemp()] = remat_info{instr.get()}; in get_rematerialize_info() 376 ctx.unused_remats.insert(instr.get()); in get_rematerialize_info() 1851 } else if (!ctx.unused_remats.count(it->get())) { in assign_spill_slots()
|
H A D | aco_instruction_selection.cpp | 422 Temp tmp_dst = bld.tmp(RegClass::get(RegType::vgpr, 2 * num_components)); in expand_vector() 443 RegClass src_rc = RegClass::get(RegType::vgpr, component_bytes); in expand_vector() 444 RegClass dst_rc = RegClass::get(dst.type(), component_bytes); in expand_vector() 595 RegClass rc = RegClass::get(RegType::vgpr, (is_16bit ? 2 : 4) * def->num_components); in get_ssa_temp_tex() 747 return emit_extract_vector(ctx, vec, 0, RegClass::get(vec.type(), elem_size * size)); 1400 RegClass elem_rc = RegClass::get(RegType::vgpr, instr->dest.dest.ssa.bit_size / 8u); 3431 Temp tmp = dst.bytes() == 8 ? bld.tmp(RegClass::get(dst.type(), 4)) : dst; 3931 // which get truncated the lsb if double and msb if int 4194 tmp[0] = bld.tmp(RegClass::get(reg_type, tmp_size)); 4203 RegClass::get(reg_typ [all...] |
H A D | aco_lower_to_hw_instr.cpp | 1247 Definition(lo_reg, RegClass::get(RegType::vgpr, def.physReg().byte())); in do_copy() 1249 Definition(lo_reg, RegClass::get(RegType::vgpr, lo_half.bytes() + op.bytes())); in do_copy() 1733 RegClass::get(RegType::vgpr, other->second.bytes))); in handle_operands() 1735 RegClass::get(RegType::vgpr, other->second.bytes))); in handle_operands()
|
/third_party/node/src/ |
H A D | node_file.cc | 579 FS_ASYNC_TRACE_BEGIN0(UV_FS_READ, current_read_.get()) in ReadStart() 592 CHECK_EQ(handle->current_read_.get(), req_wrap); in ReadStart() 2140 // 2. The write is synchronous, otherwise the string might get neutered in WriteString() 2799 return binding_data_.get(); in binding_data()
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic.cc | 424 // If the object is undefined or null it's illegal to try to get any in Load() 538 Handle<Object> result(script_context->get(lookup_result.slot_index), in Load() 677 // Filter out deprecated maps to ensure their instances get migrated. in UpdatePolymorphicIC() 1414 // Filter out deprecated maps to ensure their instances get migrated. in LoadElementPolymorphicHandlers() 1704 Handle<Object> previous_value(script_context->get(lookup_result.slot_index), in Store() 1820 // of StoreIC so their logic doesn't get mixed here. in Store() 1893 // of StoreIC so their logic doesn't get mixed here. in Store() 2496 // so the logic doesn't get mixed here. in Store() 2568 // so the logic doesn't get mixed here. in Store() 2976 Handle<Object> previous_value(script_context->get(lookup_resul in RUNTIME_FUNCTION() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nv50.cpp | 186 // XXX: These get executed even if they shouldn't be in expandIntegerMUL() 543 // get error of 1st result in handleDIV() 701 BasicBlock *root = BasicBlock::get(func->cfg.getRoot()); in visit() 1022 bld.mkQuadop(qOps[l][0], crd[c], l, i->dPdx[c].get(), crd[c]); in handleTXD() 1025 bld.mkQuadop(qOps[l][1], crd[c], l, i->dPdy[c].get(), crd[c]); in handleTXD() 1627 // addresses forces things to get sufficiently flushed. in handleMEMBAR() 1894 // bit more, since we have to get the appropriate 8 bits from the in handleSULDP() 1911 // we have to make sure to get sign-extension, so we actually have to in handleSULDP() 2012 // Make sure we get at least one of each value allocated for the in handleSUSTP()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanPerformanceCounterTest.cpp | 413 glBindFramebuffer(GL_FRAMEBUFFER, msaaFBO.get()); in TEST_P() 416 glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, texture.get()); in TEST_P() 420 texture.get(), 0); in TEST_P()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gpos-table.hh | 662 out->klass = klass_mapping->get (klass); in subset() 1501 unsigned klass1 = (this+classDef1).get (cp); in collect_variation_indices() 1509 unsigned klass2 = (this+classDef2).get (cp); in collect_variation_indices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 584 Subtarget->getInstrInfo()->get(N->getMachineOpcode()); in getOperandRegClass() 2048 ISD::CondCode CC = cast<CondCodeSDNode>(Cond.getOperand(2))->get(); in isCBranchSCC() 2668 MCInstrDesc Desc = SII->get(Opc); in isVGPRImm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1444 // get the matching correct in some cases. in CreateMemForInlineAsm() 2950 // We can get a smaller encoding by using VEX.R instead of VEX.B if one of in processInstruction() 2979 // We can get a smaller encoding by using VEX.R instead of VEX.B if one of in processInstruction() 3167 const MCInstrDesc &MCID = MII.get(Opc); in checkTargetMatchPredicate() 3434 X86Operand *X86Op = static_cast<X86Operand *>(Op.get()); in MatchAndEmitIntelInstruction() 3462 auto *X86Op = static_cast<X86Operand *>(Operands[1].get()); in MatchAndEmitIntelInstruction()
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 1354 return cache->get(); in filterTextBlob() 1528 slideSurface = offscreenSurface.get(); in drawSlide() 1587 slideCanvas->drawPicture(SkPicture::MakeFromData(data.get())); in drawSlide()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 101 return f0.GetTypeface().get() == f1.GetTypeface().get() && in IsRSFontEquals() 567 std::get<SkPaint>(record.fPaint).setColor(style.getColor()); 1332 // TODO: This is where we get smart about selecting a part of a cluster 1460 // Extra efforts to get the ellipsis text style 2373 // If it is not the first line, you need to get the GlyphsIndex of the first character. 2409 // Look for the first non-space character from the end and get its advance and index
|
/third_party/spirv-tools/test/val/ |
H A D | val_decoration_test.cpp | 6867 const char* const decoration = std::get<0>(GetParam()); in TEST_P() 6868 const char* const vuid = std::get<1>(GetParam()); in TEST_P() 6869 const TestResult& test_result = std::get<2>(GetParam()); in TEST_P()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktDynamicRenderingTests.cpp | 625 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull)); in submitCommandsAndWait() 973 m_vertexModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u); in initialize() 974 m_fragmentModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0u); in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 648 submitCommandsAndWait(m_vki, m_device, m_queue, cmd.get()); in readRenderTarget() 702 submitCommandsAndWait(m_vki, m_device, m_queue, cmd.get()); in iterate() 774 vk::Move<vk::VkShaderModule> module = createShaderModule(vki, device, programCollection.get(name), (vk::VkShaderModuleCreateFlags)0); in addStage() 1017 m_vki.cmdExecuteCommands(*mainCmd, 1, &passCmd.get()); in renderToTarget() 1024 submitCommandsAndWait(m_vki, m_device, m_queue, mainCmd.get()); in renderToTarget() 2142 const vk::Unique<vk::VkShaderModule> computeModule (vk::createShaderModule(vki, device, programCollection.get("compute"), (vk::VkShaderModuleCreateFlags)0u)); 2329 submitCommandsAndWait(m_vki, m_device, queue, cmd.get()); 2374 submitCommandsAndWait(m_vki, m_device, queue, cmd.get()); 9705 createTestsFunc(dimensionSingleDescriptorSetGroup.get(), 9715 createTestsFunc(dimensionMultipleDescriptorSetsGroup.get(), [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 648 submitCommandsAndWait(m_vki, m_device, m_queue, cmd.get()); in readRenderTarget() 702 submitCommandsAndWait(m_vki, m_device, m_queue, cmd.get()); in iterate() 774 vk::Move<vk::VkShaderModule> module = createShaderModule(vki, device, programCollection.get(name), (vk::VkShaderModuleCreateFlags)0); in addStage() 1017 m_vki.cmdExecuteCommands(*mainCmd, 1, &passCmd.get()); in renderToTarget() 1024 submitCommandsAndWait(m_vki, m_device, m_queue, mainCmd.get()); in renderToTarget() 2142 const vk::Unique<vk::VkShaderModule> computeModule (vk::createShaderModule(vki, device, programCollection.get("compute"), (vk::VkShaderModuleCreateFlags)0u)); 2329 submitCommandsAndWait(m_vki, m_device, queue, cmd.get()); 2374 submitCommandsAndWait(m_vki, m_device, queue, cmd.get()); 9718 createTestsFunc(dimensionSingleDescriptorSetGroup.get(), 9728 createTestsFunc(dimensionMultipleDescriptorSetsGroup.get(), [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_sigmatel.c | 630 .get = stac_aloopback_get, \ 892 .get = stac_dig_beep_switch_get, 946 .get = stac_smux_enum_get, 2981 .get = stac_hp_bass_gpio_get,
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_ocp.c | 908 u32 (*get)(struct ptp_ocp *bp, int sma_nr); member 922 return bp->sma_op->get(bp, sma_nr); in ptp_ocp_sma_get() 1315 * it to get leap second information in ptp_ocp_watchdog() 2025 dev_err(&pdev->dev, "Could not get irq %d\n", r->irq_vec); in ptp_ocp_register_ext() 2333 .get = ptp_ocp_sma_fb_get, 2537 .get = ptp_ocp_art_sma_get,
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_sigmatel.c | 630 .get = stac_aloopback_get, \ 892 .get = stac_dig_beep_switch_get, 946 .get = stac_smux_enum_get, 2981 .get = stac_hp_bass_gpio_get,
|
/kernel/linux/linux-6.6/mm/ |
H A D | shmem.c | 1935 * shmem_get_folio_gfp - find page in cache, or get from swap, or allocate 2908 .get = zero_pipe_buf_get, 3322 * first link must skip that, to get the accounting right. in shmem_link() 3592 * Superblocks without xattr inode operations may get some security.* xattr 3718 .get = shmem_xattr_handler_get, 3724 .get = shmem_xattr_handler_get, 3730 .get = shmem_xattr_handler_get, 4825 * shmem_kernel_file_setup - get an unlinked file living in tmpfs which must be 4840 * shmem_file_setup - get an unlinked file living in tmpfs 4852 * shmem_file_setup_with_mnt - get a [all...] |
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 517 "placed in a library that may be linked in to get other utilities.)"; in InsertSyntheticTestCase() 590 "example, being placed in a library that may be linked in to get other " in CheckForInstantiations() 937 // instead of GetTypeId< ::testing::Test>() to get the type ID of 1042 return per_thread_test_part_result_reporter_.get(); 1285 return internal::StringStreamToString(ss_.get()); 4916 // Use the getaddrinfo() to get a linked list of IP addresses for 5596 if (internal_run_death_test_flag_.get() != nullptr) 5795 (internal_run_death_test_flag_.get() != nullptr);
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 2220 # previously, then decrypt the last second cipher block to get the 2867 // Encrypt the composite block to get the last second encrypted text block 3546 // Decrypt the last secod block to get the last plain text block 3575 // to get the last encrypted block. 3587 // Decrypt the composite block to get the last second plain text block
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 2236 # previously, then decrypt the last second cipher block to get the 2883 // Encrypt the composite block to get the last second encrypted text block 3562 // Decrypt the last secod block to get the last plain text block 3591 // to get the last encrypted block. 3603 // Decrypt the composite block to get the last second plain text block
|