Home
last modified time | relevance | path

Searched refs:back (Results 1951 - 1975 of 2287) sorted by relevance

1...<<71727374757677787980>>...92

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A Digb_main.c648 struct igb_adapter *adapter = hw->back; in igb_get_hw_dev()
1423 /* fall back to MSI */ in igb_request_irq()
1445 /* fall back to legacy interrupts */ in igb_request_irq()
3216 hw->back = adapter; in igb_probe()
5153 /* extract values from active_vlans and write back to VFTA */ in igb_scrub_vfta()
5418 * igb_watchdog - Timer Call-back
8233 * igb_reuse_rx_page - page flip buffer and store it back on the ring
8699 /* hand second half of page back to the ring */ in igb_put_rx_buffer()
8752 * descriptor has been written back in igb_clean_rx_irq()
8827 /* place incomplete frames back o in igb_clean_rx_irq()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A Digb_main.c646 struct igb_adapter *adapter = hw->back; in igb_get_hw_dev()
1420 /* fall back to MSI */ in igb_request_irq()
1442 /* fall back to legacy interrupts */ in igb_request_irq()
3253 hw->back = adapter; in igb_probe()
5239 /* extract values from active_vlans and write back to VFTA */ in igb_scrub_vfta()
5504 * igb_watchdog - Timer Call-back
8410 * igb_reuse_rx_page - page flip buffer and store it back on the ring
8862 /* hand second half of page back to the ring */ in igb_put_rx_buffer()
8918 * descriptor has been written back in igb_clean_rx_irq()
9005 /* place incomplete frames back o in igb_clean_rx_irq()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H A Digc_main.c2017 * igc_reuse_rx_page - page flip buffer and store it back on the ring
2149 /* hand second half of page back to the ring */ in igc_put_rx_buffer()
2201 /* if mapping failed free memory back to system since in igc_alloc_mapped_page()
2252 * because each write-back erases this info. in igc_alloc_rx_buffers()
2607 * descriptor has been written back in igc_clean_rx_irq()
2697 /* place incomplete frames back on ring for completion */ in igc_clean_rx_irq()
2796 * descriptor has been written back in igc_clean_rx_irq_zc()
5554 * igc_watchdog - Timer Call-back
5851 /* fall back to MSI */ in igc_request_irq()
5872 /* fall back t in igc_request_irq()
[all...]
/third_party/backends/backend/genesys/
H A Dgenesys.cpp70 // Data that we allocate to back SANE_Device objects in s_sane_devices
531 table.push_back(slope_table.back() & 0xff); in scanner_send_slope_table()
532 table.push_back(slope_table.back() >> 8); in scanner_send_slope_table()
894 dbg.vlog(DBG_proc, "sheetfed scanner, skipping going back home"); in scanner_move_back_home()
911 // leave 500 steps for regular slow back home in scanner_move_back_home()
1069 // leave 500 steps for regular slow back home in scanner_move_back_home_ta()
5062 Genesys_Device* dev = &s_devices->back(); in attach_usb_device()
5364 auto& sane_device = s_sane_devices->back();
5365 auto& sane_device_data = s_sane_devices_data->back();
5470 auto* s = &s_scanners->back();
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp1157 // VkStencilOpState back; in makeGraphicsPipeline()
2535 VK_CHECK(m_device->beginCommandBuffer(cmdBufferSecondary.back().get()->get(), &info)); in draw()
2537 m_device->cmdBindVertexBuffers(cmdBufferSecondary.back().get()->get(), 0u, DE_LENGTH_OF_ARRAY(vertexBuffers), vertexBuffers, vertexBufferOffsets); in draw()
2538 m_device->cmdBindPipeline(cmdBufferSecondary.back().get()->get(), VK_PIPELINE_BIND_POINT_GRAPHICS, **pipelines[subpassNdx]); in draw()
2560 m_device->cmdDraw(cmdBufferSecondary.back().get()->get(), 4u, 1u, (drawNdx + subpassNdx % m_squareCount) * 4u, 0u); in draw()
2562 VK_CHECK(m_device->endCommandBuffer(cmdBufferSecondary.back().get()->get())); in draw()
2564 m_device->cmdExecuteCommands(*m_cmdBuffer, 1u, &cmdBufferSecondary.back().get()->get()); in draw()
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp370 // DX9 shaders need to run through HLSL compiler (fxc) via a back compat mode, it isn't going to in acceptDeclaration()
536 // We put the token back to let further parsing happen for cases where that may in acceptDeclaration()
2468 // For member functions: now that we know the type of 'this', go back and in acceptStruct()
2728 declarators.back()); in acceptStructDeclarationList()
2745 typeList->back().type->transferArraySizes(arraySizes); in acceptStructDeclarationList()
2978 // we might get back an entry-point in acceptFunctionBody()
3326 // the '(int' part. We must back up twice. in acceptUnaryExpression()
3526 // It's possible this is a type keyword used as an identifier. Put the token back in acceptConstructor()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorTest.java346 * Test keyboard transliteration with back-replacement.
3910 static private void assertTransform(String message, String expected, StringTransform t, StringTransform back, String source, String source2) { in assertTransform() argument
3913 assertEquals(message + " " + expected, source, back.transform(expected)); in assertTransform()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java343 * Test keyboard transliteration with back-replacement.
3910 static private void assertTransform(String message, String expected, StringTransform t, StringTransform back, String source, String source2) { in assertTransform() argument
3913 assertEquals(message + " " + expected, source, back.transform(expected)); in assertTransform()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding_test.cc696 // parsing a JSON message into CBOR, then parsing it back from CBOR into JSON. in TEST()
982 envelopes.back().EncodeStart(&bytes); in MakeNestedCBOR()
989 envelopes.back().EncodeStop(&bytes); in MakeNestedCBOR()
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgk104.asm620 // Step 4: convert result $r0 back to double, do newton-raphson steps
665 // Norms: convert exponents back and return
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline.h1353 size += vn_sizeof_VkStencilOpState(&val->back); in vn_sizeof_VkPipelineDepthStencilStateCreateInfo_self()
1389 vn_encode_VkStencilOpState(enc, &val->back); in vn_encode_VkPipelineDepthStencilStateCreateInfo_self()
/third_party/node/deps/v8/src/execution/
H A Dframes.cc258 if (is_wasm()) return frames.back(); in GetTopValidFrame()
376 // JS frame, because fast C calls cannot call back into JS. We start in SafeStackFrameIterator()
635 // returned {wasm_code} to be null and fall back to {GetContainingCode}. in ComputeType()
1702 return frames.back(); in GetTop()
1775 // materialize objects without storing them back to the Isolate, this will in Summarize()
1866 // back to a slow search in this case to find the original optimized in GetDeoptimizationData()
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc787 cat(tag(field->number(), wire_type), values.back().second); in TestValidDataForType()
1245 name.back() += i; in TestIllegalTags()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp370 VK_CHECK(vkd.bindImageMemory(device, image, allocations.back()->getMemory(), allocations.back()->getOffset())); in allocateAndBindImageMemory()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputHLSL.cpp2160 node->getSequence()->empty() || !node->getSequence()->back()->getAsBranchNode() || in visitBlock()
2161 node->getSequence()->back()->getAsBranchNode()->getFlowOp() != EOpReturn; in visitBlock()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp1668 Buffer * buf = buffersToUnmap.back(); in allStages()
1698 Buffer * buf = buffersToUnmap.back(); in allStages()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp425 if (Invariant != Invariants.back()) in unswitchTrivialBranch()
1188 // back. in cloneLoopNest()
1394 // Walk the CFG back until we hit the cloned PH adding everything reachable in buildClonedLoops()
1793 // Walk the CFG back until we hit the cloned PH adding everything reachable in rebuildLoopAfterUnswitch()
2048 DominatingSucc, *VMaps.back(), DTUpdates, AC, DT, LI, MSSAU); in unswitchNontrivialInvariants()
2051 // The stitching of the branched code back together depends on whether we're in unswitchNontrivialInvariants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp199 std::swap(Weights[idx+1], Weights.back()); in ConstantFoldTerminator()
612 AssertingVH<Instruction> TerminatorVH(&BB->back()); in SimplifyInstructionsInBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp1133 while (I == FileStack.back().End) { in ExpandResponseFiles()
1219 assert(FileStack.size() > 0 && Argv.size() == FileStack.back().End); in ExpandResponseFiles()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1133 // If we adjusted the reg to PC from LR above, switch it back here. We in emitPopInst()
2089 unsigned Reg = UnspilledCS1GPRs.back(); in determineCalleeSaves()
2100 unsigned Reg = UnspilledCS2GPRs.back(); in determineCalleeSaves()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.cc948 stmt->else_statements.back()->condition != nullptr) { in IfStatement()
1654 if (swizzle.back() >= vec->Width()) {
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp370 VK_CHECK(vkd.bindImageMemory(device, image, allocations.back()->getMemory(), allocations.back()->getOffset())); in allocateAndBindImageMemory()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h606 struct sched_rt_entity *back; member
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dchacha-s390.S483 stg %r0,0(SP) # back-chain
/kernel/linux/linux-5.10/include/linux/
H A Dsched.h611 struct sched_rt_entity *back; member

Completed in 114 milliseconds

1...<<71727374757677787980>>...92