/dports/x11-fm/worker/worker-4.10.0/src/ |
H A D | simplelist.cc | 524 actindex=-1; in ArrayList() 622 if(actindex==pos) actindex=-1; in removeElementAt() 632 actindex=-1; in removeAllElements() 640 if(actindex==(elements-1)) actindex=-1; in removeLastElement() 650 if(actindex==0) actindex=-1; in removeFirstElement() 667 actindex=0; in getFirstElement() 689 if((actindex<0)||(actindex>=elements)) return NULL; in getNextElement() 690 actindex++; in getNextElement() 701 if((actindex<0)||(actindex>=elements)) return NULL; in getPrevElement() 702 actindex--; in getPrevElement() [all …]
|
H A D | simplelist.hh | 127 int actindex; member in ArrayList
|
/dports/math/SCIP/scip-7.0.3/applications/Coloring/src/ |
H A D | pricer_coloring.c | 92 …int actindex; /* the index at which the current stable set was inserte… member 316 pricerdata->actindex = (pricerdata->actindex+1)%(pricerdata->maxvarsround); in TCLIQUE_NEWSOL() 319 if ( pricerdata->nstablesetnodes[pricerdata->actindex] == -1 ) in TCLIQUE_NEWSOL() 325 pricerdata->actindex = 0; in TCLIQUE_NEWSOL() 336 pricerdata->nstablesetnodes[pricerdata->actindex] = ncliquenodes; in TCLIQUE_NEWSOL() 339 pricerdata->improvingstablesets[pricerdata->actindex][i] = cliquenodes[i]; in TCLIQUE_NEWSOL() 643 pricerdata->actindex = -1; in SCIP_DECL_PRICERREDCOST()
|
/dports/databases/db18/db-18.1.40/lang/tcl/ |
H A D | tcl_compat.c | 52 int actindex, cmdindex, nelem, result, ret; local 94 "action", TCL_EXACT, &actindex) != TCL_OK) 96 switch ((enum srchacts)actindex) {
|
/dports/databases/db5/db-5.3.28/lang/tcl/ |
H A D | tcl_compat.c | 52 int actindex, cmdindex, nelem, result, ret; local 94 "action", TCL_EXACT, &actindex) != TCL_OK) 96 switch ((enum srchacts)actindex) {
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc.c | 454 int kw = 0, actbank, actindex; in npc_config_mcam_entry() local 458 actindex = index; in npc_config_mcam_entry() 462 npc_enable_mcam_entry(rvu, mcam, blkaddr, actindex, false); in npc_config_mcam_entry() 465 npc_clear_mcam_entry(rvu, mcam, blkaddr, actindex); in npc_config_mcam_entry() 497 if (intf == NIX_INTF_RX && actindex < mcam->bmap_entries) in npc_config_mcam_entry() 498 npc_get_default_entry_action(rvu, mcam, blkaddr, actindex, in npc_config_mcam_entry() 826 int actindex, index, bank; in npc_update_vf_flow_entry() local 836 actindex = index; in npc_update_vf_flow_entry() 841 actindex); in npc_update_vf_flow_entry() 843 npc_enable_mcam_entry(rvu, mcam, blkaddr, actindex, in npc_update_vf_flow_entry() [all …]
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc.c | 454 int kw = 0, actbank, actindex; in npc_config_mcam_entry() local 458 actindex = index; in npc_config_mcam_entry() 462 npc_enable_mcam_entry(rvu, mcam, blkaddr, actindex, false); in npc_config_mcam_entry() 465 npc_clear_mcam_entry(rvu, mcam, blkaddr, actindex); in npc_config_mcam_entry() 497 if (intf == NIX_INTF_RX && actindex < mcam->bmap_entries) in npc_config_mcam_entry() 498 npc_get_default_entry_action(rvu, mcam, blkaddr, actindex, in npc_config_mcam_entry() 826 int actindex, index, bank; in npc_update_vf_flow_entry() local 836 actindex = index; in npc_update_vf_flow_entry() 841 actindex); in npc_update_vf_flow_entry() 843 npc_enable_mcam_entry(rvu, mcam, blkaddr, actindex, in npc_update_vf_flow_entry() [all …]
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc.c | 454 int kw = 0, actbank, actindex; in npc_config_mcam_entry() local 458 actindex = index; in npc_config_mcam_entry() 462 npc_enable_mcam_entry(rvu, mcam, blkaddr, actindex, false); in npc_config_mcam_entry() 465 npc_clear_mcam_entry(rvu, mcam, blkaddr, actindex); in npc_config_mcam_entry() 497 if (intf == NIX_INTF_RX && actindex < mcam->bmap_entries) in npc_config_mcam_entry() 498 npc_get_default_entry_action(rvu, mcam, blkaddr, actindex, in npc_config_mcam_entry() 826 int actindex, index, bank; in npc_update_vf_flow_entry() local 836 actindex = index; in npc_update_vf_flow_entry() 841 actindex); in npc_update_vf_flow_entry() 843 npc_enable_mcam_entry(rvu, mcam, blkaddr, actindex, in npc_update_vf_flow_entry() [all …]
|