Home
last modified time | relevance | path

Searched refs:otherproc (Results 1 – 4 of 4) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dread_dump.cpp691 int count,nread,nsend,nrecv,otherproc; in read_atoms() local
706 otherproc = 0; in read_atoms()
707 ofirst = (bigint) otherproc * nsnap/nprocs_cluster; in read_atoms()
708 olast = (bigint) (otherproc+1) * nsnap/nprocs_cluster; in read_atoms()
730 if (otherproc) // send to otherproc or copy to self in read_atoms()
732 otherproc,0,clustercomm); in read_atoms()
738 otherproc++; in read_atoms()
739 ofirst = (bigint) otherproc * nsnap/nprocs_cluster; in read_atoms()
740 olast = (bigint) (otherproc+1) * nsnap/nprocs_cluster; in read_atoms()
/dports/games/spacezero/spacezero/src/
H A Dspacecomm.c2495 int proc,gmode,gcooperative,otherproc, genemyknown; in Setttl0() local
2559 otherproc=OtherProc(lh,proc,obj); /* double buffer */ in Setttl0()
2560 switch(otherproc){ /* */ in Setttl0()
2687 int otherproc; in Setttl() local
2731 otherproc=OtherProc(lh,proc,obj); in Setttl()
2732 switch(otherproc){ /* */ in Setttl()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dmarching_cubes.cpp482 int ntri_other,othercell,otherface,otherproc,otherlocal,othernsurf; in cleanup() local
587 otherproc = cells[othercell].proc; in cleanup()
594 if (otherproc == me) { in cleanup()
692 proclist[nsend] = otherproc; in cleanup()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dprocessor_box.cc308 boost::shared_ptr<ARDOUR::Processor> otherproc = other->processor(); in can_copy_state() local
310 boost::shared_ptr<PluginInsert> ot_pi = boost::dynamic_pointer_cast<PluginInsert> (otherproc); in can_copy_state()
314 if (boost::dynamic_pointer_cast<UnknownProcessor> (otherproc)) { in can_copy_state()
2039 boost::shared_ptr<ARDOUR::Processor> otherproc = other->processor(); in object_drop() local
2041 boost::shared_ptr<PluginInsert> opi = boost::dynamic_pointer_cast<PluginInsert> (otherproc); in object_drop()
2043 assert (otherproc && proc && pi && opi); in object_drop()
2046 XMLNode& state = otherproc->get_state (); in object_drop()