/third_party/skia/third_party/externals/brotli/research/ |
H A D | deorummolae.cc | 38 TextChar terminator = text->back(); in rewriteText() 206 data.back().push_back(next_terminator++); in DM_generate() 250 while (lcp[i] < isles.back().lcp) { in DM_generate() 251 Isle& top = isles.back(); in DM_generate() 269 isles.back().coverage[x] |= cov[x]; in DM_generate() 272 if (lcp[i] > isles.back().lcp) isles.push_back({lcp[i], l, 0, {{0}}}); in DM_generate() 274 isles.back().coverage[x] |= cov[x]; in DM_generate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandISEL.cpp | 249 while (I != E && canMerge(SubISELList.back(), *I)) { in expandAndMergeISELs() 337 MachineBasicBlock::iterator MBBI = (*BIL.back()); in reorganizeBlockLayout() 380 std::next(MachineBasicBlock::iterator(BIL.back())), in reorganizeBlockLayout() 421 BuildMI(*MBB, BIL.back(), dl, TII->get(PPC::BC)) in reorganizeBlockLayout() 422 .add(BIL.back()->getOperand(3)) in reorganizeBlockLayout() 427 (IsFalseBlockRequired ? FalseBlockI : BIL.back()), dl, in reorganizeBlockLayout() 497 MachineBasicBlock *MBB = BIL.back()->getParent(); in expandMergeableISELs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 63 ExecutionContext &SF = ECStack.back(); in visitUnaryOperator() 332 ExecutionContext &SF = ECStack.back(); 664 ExecutionContext &SF = ECStack.back(); 735 ExecutionContext &SF = ECStack.back(); 860 ExecutionContext &SF = ECStack.back(); 883 /// back into the result variable if we are not returning void. The 904 ExecutionContext &CallingSF = ECStack.back(); 917 ExecutionContext &SF = ECStack.back(); 935 ExecutionContext &SF = ECStack.back(); 948 ExecutionContext &SF = ECStack.back(); [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_option_component.cpp | 65 auto back = AceType::MakeRefPtr<Decoration>(); in Initialize() local 66 boxComponent_->SetBackDecoration(back); in Initialize()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-helper-util.h | 146 start_of_buffer = ((buffer_ptr.s.addr >> 7) - buffer_ptr.s.back) << 7; in cvmx_helper_free_packet_data() 156 * Remember the back pointer is in cache lines, not in cvmx_helper_free_packet_data() 160 ((buffer_ptr.s.addr >> 7) - buffer_ptr.s.back) << 7; in cvmx_helper_free_packet_data()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-helper-util.h | 146 start_of_buffer = ((buffer_ptr.s.addr >> 7) - buffer_ptr.s.back) << 7; in cvmx_helper_free_packet_data() 156 * Remember the back pointer is in cache lines, not in cvmx_helper_free_packet_data() 160 ((buffer_ptr.s.addr >> 7) - buffer_ptr.s.back) << 7; in cvmx_helper_free_packet_data()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/crypto/ |
H A D | fw.h | 61 struct nfp_crypto_req_add_back back; member 68 struct nfp_crypto_req_add_back back; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/crypto/ |
H A D | fw.h | 61 struct nfp_crypto_req_add_back back; member 68 struct nfp_crypto_req_add_back back; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_vsi_vlan_ops.c | 82 dev_dbg(ice_pf_to_dev(vsi->back), "%s does not support VLAN operations\n", in ice_vsi_init_vlan_ops() 99 if (ice_is_dvm_ena(&vsi->back->hw)) in ice_get_compat_vsi_vlan_ops()
|
H A D | ice_main.c | 131 hw = &vsi->back->hw; in ice_check_for_hang_subtask() 271 status = ice_fltr_set_vlan_vsi_promisc(&vsi->back->hw, vsi, in ice_set_promisc() 274 status = ice_fltr_set_vsi_promisc(&vsi->back->hw, vsi->idx, in ice_set_promisc() 300 status = ice_fltr_clear_vlan_vsi_promisc(&vsi->back->hw, vsi, in ice_clear_promisc() 303 status = ice_fltr_clear_vsi_promisc(&vsi->back->hw, vsi->idx, in ice_clear_promisc() 321 struct device *dev = ice_pf_to_dev(vsi->back); in ice_vsi_sync_fltr() 324 struct ice_pf *pf = vsi->back; in ice_vsi_sync_fltr() 493 /* come back and try again later */ in ice_sync_fltr_subtask() 765 if (test_bit(ICE_FLAG_LINK_LENIENT_MODE_ENA, vsi->back->flags)) in ice_print_topo_conflict() 1900 if (!vsi || !vsi->port_info || !vsi->back) in ice_force_phys_link_state() [all...] |
/test/testfwk/arkxtest/uitest/record/ |
H A D | velocity_tracker.cpp | 55 auto xValue = xAxis_.GetTVals().back(); in UpdateVelocity() 61 auto yValue = yAxis_.GetTVals().back(); in UpdateVelocity()
|
/third_party/node/deps/v8/src/heap/ |
H A D | code-object-registry.cc | 18 (code_object_registry_.empty() || code_object_registry_.back() < code); in RegisterNewlyAllocatedCodeObject() 27 DCHECK(code_object_registry_.empty() || code_object_registry_.back() < code); in RegisterAlreadyExistingCodeObject()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | RewriteCaseDeclarations.cpp | 37 const auto vars = std::move(mDeclaredVarStack.back()); 63 mDeclaredVarStack.back().push_back(&decl.symbol.variable());
|
/third_party/skia/src/images/ |
H A D | SkJPEGWriteUtility.cpp | 67 longjmp((_JBTYPE*)*error->fJmpBufStack.back(), -1); in skjpeg_error_exit() 69 longjmp(*error->fJmpBufStack.back(), -1); in skjpeg_error_exit()
|
/third_party/skia/tools/graphite/ |
H A D | ContextFactory.cpp | 68 return { fContexts.back().testContext(), fContexts.back().refContext() }; in getContextInfo()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_ohos.c | 198 /* If dri driver is gallium virgl, real modifier info queried back from in ohos_create_image_from_native_buffer() 248 /* Record all the buffers created by ANativeWindow and update back buffer in ohos_window_dequeue_buffer() 257 dri2_surf->back = &dri2_surf->color_buffers[i]; in ohos_window_dequeue_buffer() 272 dri2_surf->back = &dri2_surf->color_buffers[0]; in ohos_window_dequeue_buffer() 304 dri2_surf->back = NULL; in ohos_window_enqueue_buffer() 473 /* try to dequeue the next back buffer */ in update_buffers() 548 * the spec states that they have a back buffer but no front buffer, in in get_back_bo() 549 * contrast to pixmaps, which have a front buffer but no back buffer. in get_back_bo() 554 * assigns the pbuffer a front buffer instead of a back buffer. in get_back_bo() 560 _eglLog(_EGL_DEBUG, "DRI driver requested unsupported back buffe in get_back_bo() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 361 // Trace the sub-value needed by the return value as far back up the graph as in slotOnlyDiscardsData() 364 // that we end up back at the tail call instruction itself. in slotOnlyDiscardsData() 413 /// represented is SubTypes.back()->getTypeAtIndex(Path.back() - 1). 420 /// false. SubTypes.back()->getTypeAtIndex(Path.back()) is either an empty 424 // First march back up the tree until we can successfully increment one of the in advanceToNextLeafType() 426 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) { in advanceToNextLeafType() 435 // We know there's *some* valid leaf now, so march back dow in advanceToNextLeafType() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ControlFlowFinalizer.cpp | 204 CFStack::StackItem Top = BranchStack.back(); in popBranch() 537 LastAlu.back() = nullptr; 543 LastAlu.back() = nullptr; 545 LastAlu.back() = &*MI; 585 std::move(LoopStack.back()); 607 MachineInstr * JumpInst = IfThenElseStack.back(); 622 if (LastAlu.back()) { 623 ToPopAfter.push_back(LastAlu.back()); 634 MachineInstr *IfOrElseInst = IfThenElseStack.back(); 647 LoopStack.back() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VaryingPacking.cpp | 92 bool InterfaceVariablesMatch(const sh::ShaderVariable &front, const sh::ShaderVariable &back) in InterfaceVariablesMatch() argument 98 if (back.location != -1 && back.location == front.location) in InterfaceVariablesMatch() 103 if (front.isShaderIOBlock != back.isShaderIOBlock) in InterfaceVariablesMatch() 109 const std::string &backName = back.isShaderIOBlock ? back.structOrBlockName : back.name; in InterfaceVariablesMatch() 272 return arr.empty() ? 1u : arr.back(); in getBasicTypeElementCount() 536 mPackedVaryings.back().fullName(ref.frontShaderStage)); in collectUserVarying() 541 mPackedVaryings.back() in collectUserVarying() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/old_cases/ |
H A D | grid_row_test_ng.cpp | 107 auto colLayoutBack = colNodes_.back()->GetLayoutProperty<GridColLayoutProperty>(); in SetUp() 310 auto colLayoutBack = colNodes_.back()->GetLayoutProperty<GridColLayoutProperty>(); in HWTEST_F() 551 auto secondColNode = colNodes_.back(); in HWTEST_F() 599 auto secondColNode = colNodes_.back(); in HWTEST_F() 647 auto secondColNode = colNodes_.back(); in HWTEST_F() 695 auto secondColNode = colNodes_.back(); in HWTEST_F() 743 auto secondColNode = colNodes_.back(); in HWTEST_F() 794 auto secondColNode = colNodes_.back(); in HWTEST_F() 843 auto secondColNode = colNodes_.back(); in HWTEST_F() 892 auto secondColNode = colNodes_.back(); in HWTEST_F() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 1046 /* link is down and the driver needs to fall back on in i40e_get_settings_link_down() 1067 struct i40e_pf *pf = np->vsi->back; in i40e_get_link_ksettings() 1224 struct i40e_pf *pf = np->vsi->back; in i40e_set_link_ksettings() 1282 /* set autoneg back to what it currently is */ in i40e_set_link_ksettings() 1447 * back up when fw says it is ready asynchronously in i40e_set_link_ksettings() 1486 struct i40e_pf *pf = np->vsi->back; in i40e_set_fec_cfg() 1548 struct i40e_pf *pf = np->vsi->back; in i40e_get_fec_param() 1590 struct i40e_pf *pf = np->vsi->back; in i40e_set_fec_param() 1634 struct i40e_pf *pf = np->vsi->back; in i40e_nway_reset() 1661 struct i40e_pf *pf = np->vsi->back; in i40e_get_pauseparam() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node_gc.cpp | 39 auto& bucket = nodeBucket_.back(); in NodeDestructorInner() 108 auto& bucket = drawableBucket_.back(); in DrawableDestructorInner() 161 auto& bucket = offTreeBucket_.back(); in AddToOffTreeNodeBucket()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | proxy_filesystem.cpp | 50 if (path.back() == '/') { in AppendSearchPath() 58 if (path.back() == '/') { in PrependSearchPath() 66 if (destination.back() == '/') { in RemoveSearchPath()
|
/third_party/node/deps/v8/src/handles/ |
H A D | persistent-handles.cc | 55 if (*it == blocks_.back()) { in Contains() 98 Address* block_start = blocks_.back(); in Iterate() 143 DCHECK(data->limit == &impl_->blocks()->back()[kHandleBlockSize]); in PersistentHandlesScope()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 35 =back 110 =back 115 =back
|