Home
last modified time | relevance | path

Searched refs:back (Results 1051 - 1075 of 2804) sorted by relevance

1...<<41424344454647484950>>...113

/kernel/linux/linux-5.10/arch/arc/mm/
H A Dtlbex.S324 st_s r0, [r1] ; Write back PTE
374 st_s r0, [r1] ; Write back PTE
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c259 * @is_add: true when loading profile, false when rolling back the previous one
262 * also used for rolling back previously loaded profile.
276 struct i40e_pf *pf = vsi->back; in i40e_ddp_load()
388 * After rolling back removes entry from the list.
420 struct i40e_pf *pf = vsi->back; in i40e_ddp_flash()
462 netdev_info(netdev, "New profile loaded but roll-back will be impossible."); in i40e_ddp_flash()
H A Di40e_xsk.c102 err = xsk_pool_dma_map(pool, &vsi->back->pdev->dev, I40E_RX_DMA_ATTR); in i40e_xsk_pool_enable()
363 * verified the descriptor has been written back. in i40e_clean_rx_irq_zc()
591 struct i40e_pf *pf = vsi->back; in i40e_xsk_wakeup()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-header.S186 msr cpsr_c, \rtemp @ switch back to the SVC mode
198 msr cpsr_c, \rtemp @ switch back to the SVC mode
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c259 * @is_add: true when loading profile, false when rolling back the previous one
262 * also used for rolling back previously loaded profile.
275 struct i40e_pf *pf = vsi->back; in i40e_ddp_load()
388 * After rolling back removes entry from the list.
420 struct i40e_pf *pf = vsi->back; in i40e_ddp_flash()
462 netdev_info(netdev, "New profile loaded but roll-back will be impossible."); in i40e_ddp_flash()
/kernel/linux/linux-6.6/scripts/
H A Dget_feat.pl569 =back
607 =back
/third_party/glslang/gtests/
H A DGlslMapIO.FromFile.cpp82 success &= stageReflections.back().addStage((EShLanguage)s, *program.getIntermediate((EShLanguage)s)); in verifyIOMapping()
253 auto* shader = shaders.back().get(); in TEST_P()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h134 /* optional - falls back to .swap_buffers */
368 } color_buffers[4], *back, *current; member
389 } *color_buffers, *back; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_pipeline.c323 /* If front != back or we have dynamic stencil state we can't emit a single in pack_stencil_cfg()
328 memcmp(&ds_info->front, &ds_info->back, sizeof(ds_info->front))) in pack_stencil_cfg()
331 /* If the front and back configurations are the same we can emit both with in pack_stencil_cfg()
343 false, true, &ds_info->back); in pack_stencil_cfg()
/third_party/mesa3d/src/amd/compiler/
H A Daco_live_var_analysis.cpp457 result.register_demand[block.index].back().sgpr += phi_info[block.index].linear_phi_defs; in live_var_analysis()
458 result.register_demand[block.index].back().sgpr -= phi_info[block.index].linear_phi_ops; in live_var_analysis()
/third_party/node/deps/v8/src/zone/
H A Dzone-chunk-list.h24 // * will mostly grow at the back, but may sometimes grow in front as well
70 T& back() const;
285 T& ZoneChunkList<T>::back() const { in back() function in v8::internal::ZoneChunkList::ZoneChunkList
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis-reducer.cc377 tmp_ = node_cache_->temp_nodes_.back(); in Constructor()
422 tmp_ = node_cache_->temp_nodes_.back(); in MutableNode()
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.h145 return reinterpret_cast<Page*>(memory_chunk_list_.back());
152 return reinterpret_cast<const Page*>(memory_chunk_list_.back());
H A Dspaces.h176 virtual MemoryChunk* last_page() { return memory_chunk_list_.back(); } in last_page()
182 return memory_chunk_list_.back(); in last_page()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp169 return m_structs.back(); in allocStruct()
175 return m_sharedMemoryObjects.back(); in allocSharedObject()
471 // Read back passed data in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryProceduralGeometryTests.cpp268 m_referenceTLAS->addInstance(m_blasVect.back()); in setupAccelerationStructures()
291 m_resultTLAS->addInstance(m_blasVect.back()); in setupAccelerationStructures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp169 return m_structs.back(); in allocStruct()
175 return m_sharedMemoryObjects.back(); in allocSharedObject()
471 // Read back passed data in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLDevice.cpp351 devices.back()->release(); in createSubDevices()
352 if (!devices.back()->mInfo.isValid()) in createSubDevices()
H A DDebug.cpp314 auto &controls = mGroups.back().controls; in setMessageControl()
335 Group g = mGroups.back(); in popGroup()
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector_unittest.cpp112 ASSERT_EQ(vec.back(), i - 1); in TEST()
129 // Test the back function
135 EXPECT_EQ(2, vec.back()); in TEST()
138 // Test the back function
206 // Resize back to smaller in TEST()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbolTable.cpp324 return mTable.back()->insert(symbol); in declare()
332 return mTable.back()->insert(symbol); in declareInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp24 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs); in EnterSubBlock()
438 CurBlockInfo->Abbrevs.push_back(std::move(CurAbbrevs.back())); in ReadBlockInfoBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp364 << MBB->back()); in fixupConditionalBranch()
401 << " Insert a new BB after " << MBB->back()); in fixupConditionalBranch()
H A DGlobalMerge.cpp268 return UsedGlobalSets.back(); in doMerge()
475 Inits.push_back(ConstantAggregateZero::get(Tys.back())); in doMerge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp432 // Will need to go into the back end in SUSchedulingCost()
610 std::swap(*Best, Queue.back()); in pop()
622 std::swap(*I, Queue.back()); in remove()

Completed in 20 milliseconds

1...<<41424344454647484950>>...113