Home
last modified time | relevance | path

Searched refs:back (Results 326 - 350 of 2279) sorted by relevance

1...<<11121314151617181920>>...92

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc180 EXPECT_EQ(len - 1, v.back()); in TEST()
693 vec.emplace(vec.end() - 1, vec.back()); in TEST()
694 EXPECT_EQ(vec[vec.size() - 2], vec.back()); in TEST()
705 // We use back where we can because it's guaranteed to become invalidated in TEST()
706 vec.insert(vec.begin(), n, vec.back()); in TEST()
710 return x == vec.back(); in TEST()
714 vec.insert(vec.begin() + m_idx, n, vec.back()); in TEST()
718 return x == vec.back(); in TEST()
804 v.push_back(v.back()); in TEST()
805 std_v.push_back(std_v.back()); in TEST()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.c282 * It reprograms the VSI configuration back into hardware.
450 struct ice_pf *pf = vsi->back; in ice_vf_rebuild_aggregator_node_cfg()
655 struct ice_hw *hw = &vsi->back->hw; in ice_vf_set_vsi_promisc()
667 dev_err(ice_pf_to_dev(vsi->back), "enable Tx/Rx filter promiscuous mode on VF-%u failed, error: %d\n", in ice_vf_set_vsi_promisc()
684 struct ice_hw *hw = &vsi->back->hw; in ice_vf_clear_vsi_promisc()
696 dev_err(ice_pf_to_dev(vsi->back), "disable Tx/Rx filter promiscuous mode on VF-%u failed, error: %d\n", in ice_vf_clear_vsi_promisc()
1091 err = ice_update_vsi(&vsi->back->hw, vsi->idx, ctx, NULL); in ice_cfg_mac_antispoof()
1093 dev_err(ice_pf_to_dev(vsi->back), "Failed to configure Tx MAC anti-spoof %s for VSI %d, error %d\n", in ice_cfg_mac_antispoof()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp242 depthStencilState.back.failOp = VK_STENCIL_OP_KEEP; in initPipeline()
243 depthStencilState.back.passOp = VK_STENCIL_OP_REPLACE; in initPipeline()
244 depthStencilState.back.depthFailOp = VK_STENCIL_OP_KEEP; in initPipeline()
245 depthStencilState.back.compareOp = VK_COMPARE_OP_ALWAYS; in initPipeline()
246 depthStencilState.back.compareMask = 0u; in initPipeline()
247 depthStencilState.back.writeMask = 0u; in initPipeline()
248 depthStencilState.back.reference = 0u; in initPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp241 depthStencilState.back.failOp = VK_STENCIL_OP_KEEP; in initPipeline()
242 depthStencilState.back.passOp = VK_STENCIL_OP_REPLACE; in initPipeline()
243 depthStencilState.back.depthFailOp = VK_STENCIL_OP_KEEP; in initPipeline()
244 depthStencilState.back.compareOp = VK_COMPARE_OP_ALWAYS; in initPipeline()
245 depthStencilState.back.compareMask = 0u; in initPipeline()
246 depthStencilState.back.writeMask = 0u; in initPipeline()
247 depthStencilState.back.reference = 0u; in initPipeline()
/third_party/skia/src/gpu/ops/
H A DAAConvexPathRenderer.cpp249 segments->back().fType = Segment::kLine; in add_line_to_segment()
250 segments->back().fPts[0] = pt; in add_line_to_segment()
260 segments->back().fType = Segment::kQuad; in add_quad_segment()
261 segments->back().fPts[0] = pts[1]; in add_quad_segment()
262 segments->back().fPts[1] = pts[2]; in add_quad_segment()
731 &fPaths.back().fColor, &fWideColor);
746 if (fHelper.usesLocalCoords() && !fPaths.back().fViewMatrix.invert(&invert)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp24 /// DLS, WLS, DLSTP or WLSTP and an instruction that loops back: LE or LETP.
91 Divergent = &Insts.back(); in addInst()
396 if (RDA->getReachingDef(&MBB->back(), NumElements) >= 0) in ValidateTailPredicate()
494 CurrentBlock = &VPTBlocks.back(); in ValidateMVEInst()
620 // back to a normal loop. Also look for a vctp instructions and decide in ProcessLoop()
710 !RDA->hasSameReachingDef(MI, &MBB->back(), ARM::CPSR))) in RevertLoopDec()
785 MachineInstr *Def = Killed.back(); in ExpandLoopStart()
825 MachineInstr *LastInstrInBlock = &LoLoop.VCTP->getParent()->back(); in RemoveLoopUpdate()
928 auto I = MachineBasicBlock::reverse_iterator(Insts.back().MI); in ConvertVPTBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h702 Changed |= Op != Operands.back(); in visitAddExpr()
712 Changed |= Op != Operands.back(); in visitMulExpr()
729 Changed |= Op != Operands.back(); in visitAddRecExpr()
741 Changed |= Op != Operands.back(); in visitSMaxExpr()
751 Changed |= Op != Operands.back(); in visitUMaxExpr()
761 Changed |= Op != Operands.back(); in visitSMinExpr()
771 Changed |= Op != Operands.back(); in visitUMinExpr()
/third_party/glslang/glslang/MachineIndependent/
H A DPoolAlloc.cpp184 tHeader* page = stack.back().page; in pop()
185 currentPageOffset = stack.back().offset; in pop()
/third_party/backends/backend/genesys/
H A Dmotor.cpp78 table.resize(table.size() + count, table.back()); in expand_table()
146 table.table.push_back(table.table.back()); in create_slope_table_for_speed()
/third_party/ninja/src/
H A Deval_env.cc114 if (!parsed_.empty() && parsed_.back().second == RAW) { in AddText()
115 parsed_.back().first.append(text.str_, text.len_); in AddText()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-statistics-collector.cc39 HeapStatistics::SpaceStatistics* space_stats = &stats->space_stats.back(); in InitializeSpace()
47 HeapStatistics::PageStatistics* page_stats = &stats->page_stats.back(); in InitializePage()
/third_party/node/deps/v8/src/heap/
H A Dlist.h83 T* back() { return back_; } in back() function in v8::internal::heap::List
86 const T* back() const { return back_; } in back() function in v8::internal::heap::List
/third_party/python/Tools/peg_generator/pegen/
H A Dtokenizer.py107 def report(self, cached: bool, back: bool) -> None:
108 if back:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DGCMetadata.cpp77 GCFunctionInfo *GFI = Functions.back().get(); in getFunctionInfo()
159 return GCStrategyList.back().get(); in getGCStrategy()
H A DSafeStackLayout.cpp57 unsigned LastRegionEnd = Regions.empty() ? 0 : Regions.back().End; in layoutObject()
93 unsigned LastRegionEnd = Regions.empty() ? 0 : Regions.back().End; in layoutObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp82 Block &B = Blocks.back(); in addLineInfo()
93 Block &B = Blocks.back(); in addLineAndColumnInfo()
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Dmock_webgpu.cpp97 mObjects.back()->procs = this;
98 return reinterpret_cast<{{as_cType(type.name)}}>(mObjects.back().get());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DValueList.cpp161 Value *RealVal = operator[](ResolveConstants.back().second); in resolveConstantForwardRefs()
162 Constant *Placeholder = ResolveConstants.back().first; in resolveConstantForwardRefs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseSet.h288 *I = Dense.back();
289 unsigned BackIdx = ValIndexOf(Dense.back());
/third_party/rust/crates/syn/tests/
H A Dtest_round_trip.rs87 let back = quote!(#krate).to_string(); in test()
107 let after = match librustc_parse(back, &sess) { in test()
/third_party/spirv-tools/test/link/
H A Dglobal_values_amount_test.cpp62 spvtest::Binary& binary = binaries.back();
75 binaries.push_back(binaries.back());
/kernel/linux/linux-5.10/drivers/staging/octeon/
H A Dethernet-util.h16 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back) in cvm_oct_get_buffer_ptr()
/kernel/linux/linux-6.6/drivers/staging/octeon/
H A Dethernet-util.h16 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back) in cvm_oct_get_buffer_ptr()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-label.cc17 return &labels_.back(); in New()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mdio.c179 struct hclge_dev *hdev = vport->back; in hclge_mac_adjust_link()
202 struct hclge_dev *hdev = vport->back; in hclge_mac_connect_phy()
242 struct hclge_dev *hdev = vport->back; in hclge_mac_disconnect_phy()

Completed in 31 milliseconds

1...<<11121314151617181920>>...92