Home
last modified time | relevance | path

Searched refs:old_other (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/boost-docs/boost_1_72_0/libs/contract/example/features/
H A Dassertion_level.cpp57 boost::contract::old_ptr<vector> old_me, old_other; in swap() local
60 old_other = BOOST_CONTRACT_OLDOF(other); in swap()
65 BOOST_CONTRACT_ASSERT_AUDIT(*this == *old_other); in swap()
/dports/devel/boost-python-libs/boost_1_72_0/libs/contract/example/features/
H A Dassertion_level.cpp57 boost::contract::old_ptr<vector> old_me, old_other; in swap() local
60 old_other = BOOST_CONTRACT_OLDOF(other); in swap()
65 BOOST_CONTRACT_ASSERT_AUDIT(*this == *old_other); in swap()
/dports/devel/boost-libs/boost_1_72_0/libs/contract/example/features/
H A Dassertion_level.cpp57 boost::contract::old_ptr<vector> old_me, old_other; in swap() local
60 old_other = BOOST_CONTRACT_OLDOF(other); in swap()
65 BOOST_CONTRACT_ASSERT_AUDIT(*this == *old_other); in swap()
/dports/devel/hyperscan/boost_1_75_0/libs/contract/example/features/
H A Dassertion_level.cpp57 boost::contract::old_ptr<vector> old_me, old_other; in swap() local
60 old_other = BOOST_CONTRACT_OLDOF(other); in swap()
65 BOOST_CONTRACT_ASSERT_AUDIT(*this == *old_other); in swap()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/pdb2pka/graph_cut/
H A Dprotein_complex.py406 old_other = new_to_old_his[other_residue]
407 old_other_instance_1 = old_other.get_instance('1')
408 old_other_instance_2 = old_other.get_instance('2')
409 old_other_instance_12 = old_other.get_instance('1+2')
450 old_other = new_to_old_his[other_residue]
451 old_other_instance_1 = old_other.get_instance('1')
452 old_other_instance_2 = old_other.get_instance('2')
453 old_other_instance_12 = old_other.get_instance('1+2')
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dpr2_exec.c524 int old_other, old_self; in PR2_GameConsoleCommand() local
531 old_other = pr_global_struct->other; in PR2_GameConsoleCommand()
550 pr_global_struct->other = old_other; in PR2_GameConsoleCommand()
H A Dworld.c302 int old_self, old_other; in SV_TouchLinks() local
316 old_other = pr_global_struct->other; in SV_TouchLinks()
324 pr_global_struct->other = old_other; in SV_TouchLinks()
H A Dsv_phys.c172 int old_self, old_other; in SV_Impact() local
175 old_other = pr_global_struct->other; in SV_Impact()
193 pr_global_struct->other = old_other; in SV_Impact()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dpr2_exec.c524 int old_other, old_self; in PR2_GameConsoleCommand() local
531 old_other = pr_global_struct->other; in PR2_GameConsoleCommand()
550 pr_global_struct->other = old_other; in PR2_GameConsoleCommand()
H A Dworld.c302 int old_self, old_other; in SV_TouchLinks() local
316 old_other = pr_global_struct->other; in SV_TouchLinks()
324 pr_global_struct->other = old_other; in SV_TouchLinks()
H A Dsv_phys.c172 int old_self, old_other; in SV_Impact() local
175 old_other = pr_global_struct->other; in SV_Impact()
193 pr_global_struct->other = old_other; in SV_Impact()
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dsv_pr_qwe.c69 int old_other, old_self; // mod_consolecmd will be executed, so in PF_executecmd() local
73 old_other = *sv_globals.other; in PF_executecmd()
78 *sv_globals.other = old_other; in PF_executecmd()
H A Dsv_phys.c157 int old_self, old_other; in SV_Impact() local
160 old_other = *sv_globals.other; in SV_Impact()
172 *sv_globals.other = old_other; in SV_Impact()
/dports/misc/vifm/vifm-0.11/src/ui/
H A Dui.h587 void ui_view_pick(view_t *view, view_t **old_curr, view_t **old_other);
590 void ui_view_unpick(view_t *view, view_t *old_curr, view_t *old_other);
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/server/
H A Dsv_phys.c170 int old_self, old_other; in SV_Impact() local
173 old_other = pr_global_struct->other; in SV_Impact()
189 pr_global_struct->other = old_other; in SV_Impact()
/dports/games/quakeforge/quakeforge-0.7.2/nq/source/
H A Dsv_phys.c157 int old_self, old_other; in SV_Impact() local
160 old_other = *sv_globals.other; in SV_Impact()
172 *sv_globals.other = old_other; in SV_Impact()
H A Dworld.c368 int old_self, old_other; in SV_TouchLinks() local
391 old_other = *sv_globals.other; in SV_TouchLinks()
397 *sv_globals.other = old_other; in SV_TouchLinks()
/dports/devel/boost-docs/boost_1_72_0/libs/contract/example/n1962/
H A Dvector.cpp637 boost::contract::old_ptr<vector> old_me, old_other; in swap() local
640 old_other = BOOST_CONTRACT_OLDOF(other); in swap()
651 boost::cref(*this), boost::cref(*old_other)) in swap()
/dports/devel/boost-python-libs/boost_1_72_0/libs/contract/example/n1962/
H A Dvector.cpp637 boost::contract::old_ptr<vector> old_me, old_other; in swap() local
640 old_other = BOOST_CONTRACT_OLDOF(other); in swap()
651 boost::cref(*this), boost::cref(*old_other)) in swap()
/dports/devel/boost-libs/boost_1_72_0/libs/contract/example/n1962/
H A Dvector.cpp637 boost::contract::old_ptr<vector> old_me, old_other; in swap() local
640 old_other = BOOST_CONTRACT_OLDOF(other); in swap()
651 boost::cref(*this), boost::cref(*old_other)) in swap()
/dports/devel/hyperscan/boost_1_75_0/libs/contract/example/n1962/
H A Dvector.cpp637 boost::contract::old_ptr<vector> old_me, old_other; in swap() local
640 old_other = BOOST_CONTRACT_OLDOF(other); in swap()
651 boost::cref(*this), boost::cref(*old_other)) in swap()
/dports/games/tenebrae/tenebrae_0/
H A Dworld.c281 int old_self, old_other; in SV_TouchLinks() local
300 old_other = pr_global_struct->other; in SV_TouchLinks()
308 pr_global_struct->other = old_other; in SV_TouchLinks()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dworld.c290 int old_self, old_other, touched = 0, i; in SV_TouchLinks() local
332 old_other = pr_global_struct->other; in SV_TouchLinks()
340 pr_global_struct->other = old_other; in SV_TouchLinks()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dworld.c287 int old_self, old_other; in SV_TouchLinks() local
316 old_other = *sv_globals.other; in SV_TouchLinks()
324 *sv_globals.other = old_other; in SV_TouchLinks()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dworld.c311 int old_self, old_other; in SV_TouchLinks() local
340 old_other = *sv_globals.other; in SV_TouchLinks()
348 *sv_globals.other = old_other; in SV_TouchLinks()

12