Home
last modified time | relevance | path

Searched refs:which1 (Results 1 – 25 of 103) sorted by relevance

12345

/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dcheats2.c39 if (which1 < Cheat.num_cheats) in S9xDeleteCheat()
41 if (Cheat.c [which1].enabled) in S9xDeleteCheat()
42 S9xRemoveCheat(which1); in S9xDeleteCheat()
45 …memmove(&Cheat.c [which1], &Cheat.c [which1 + 1], sizeof(Cheat.c [0]) * (Cheat.num_cheats - which1 in S9xDeleteCheat()
58 if (which1 < Cheat.num_cheats && !Cheat.c [which1].enabled) in S9xEnableCheat()
61 S9xApplyCheat(which1); in S9xEnableCheat()
67 if (which1 < Cheat.num_cheats && Cheat.c [which1].enabled) in S9xDisableCheat()
69 S9xRemoveCheat(which1); in S9xDisableCheat()
76 if (Cheat.c [which1].saved) in S9xRemoveCheat()
98 if (!Cheat.c [which1].saved) in S9xApplyCheat()
[all …]
H A Dcheats.h51 void S9xApplyCheat(uint32_t which1);
53 void S9xRemoveCheat(uint32_t which1);
54 void S9xEnableCheat(uint32_t which1);
55 void S9xDisableCheat(uint32_t which1);
59 void S9xDeleteCheat(uint32_t which1);
H A Dppu.c1844 void S9xProcessMouse(int32_t which1) in S9xProcessMouse() argument
1855 delta_x = x - IPPU.PrevMouseX[which1]; in S9xProcessMouse()
1856 delta_y = y - IPPU.PrevMouseY[which1]; in S9xProcessMouse()
1861 IPPU.PrevMouseX[which1] += 63; in S9xProcessMouse()
1866 IPPU.PrevMouseX[which1] -= 63; in S9xProcessMouse()
1869 IPPU.PrevMouseX[which1] = x; in S9xProcessMouse()
1874 IPPU.PrevMouseY[which1] += 63; in S9xProcessMouse()
1879 IPPU.PrevMouseY[which1] -= 63; in S9xProcessMouse()
1882 IPPU.PrevMouseY[which1] = y; in S9xProcessMouse()
1890 IPPU.Mouse [which1] |= delta_x << 16; in S9xProcessMouse()
[all …]
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dcheats.c342 if (which1 < Cheat.num_cheats) in S9xDeleteCheat()
344 if (Cheat.c[which1].enabled) in S9xDeleteCheat()
345 S9xRemoveCheat(which1); in S9xDeleteCheat()
347 …memmove(&Cheat.c[which1], &Cheat.c[which1 + 1], sizeof(Cheat.c[0]) * (Cheat.num_cheats - which1 - … in S9xDeleteCheat()
361 if (Cheat.c[which1].saved) in S9xRemoveCheat()
385 if (which1 < Cheat.num_cheats && !Cheat.c[which1].enabled) in S9xEnableCheat()
388 S9xApplyCheat(which1); in S9xEnableCheat()
399 if (which1 < Cheat.num_cheats && Cheat.c[which1].enabled) in S9xDisableCheat()
401 S9xRemoveCheat(which1); in S9xDisableCheat()
412 if (!Cheat.c[which1].saved) in S9xApplyCheat()
[all …]
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dcheats2.cpp249 if (which1 < Cheat.num_cheats) in S9xDeleteCheat()
251 if (Cheat.c[which1].enabled) in S9xDeleteCheat()
252 S9xRemoveCheat(which1); in S9xDeleteCheat()
254 …memmove(&Cheat.c[which1], &Cheat.c[which1 + 1], sizeof(Cheat.c[0]) * (Cheat.num_cheats - which1 - … in S9xDeleteCheat()
268 if (Cheat.c[which1].saved) in S9xRemoveCheat()
291 if (which1 < Cheat.num_cheats && !Cheat.c[which1].enabled) in S9xEnableCheat()
294 S9xApplyCheat(which1); in S9xEnableCheat()
300 if (which1 < Cheat.num_cheats && Cheat.c[which1].enabled) in S9xDisableCheat()
302 S9xRemoveCheat(which1); in S9xDisableCheat()
311 if (!Cheat.c[which1].saved) in S9xApplyCheat()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dtaitosj.cpp270 int taitosj_state::check_sprite_sprite_bitpattern(int sx1, int sy1, int which1,int sx2, int sy2, in… in check_sprite_sprite_bitpattern() argument
274 offs_t offs1 = which1 * 4; in check_sprite_sprite_bitpattern()
306 …get_sprite_gfx_element(which1)->transpen(m_sprite_sprite_collbitmap1,m_sprite_sprite_collbitmap1.c… in check_sprite_sprite_bitpattern()
335 int which1; in check_sprite_sprite_collision() local
338 for (which1 = 0; which1 < 0x20; which1++) in check_sprite_sprite_collision()
343 if ((which1 >= 0x10) && (which1 <= 0x17)) continue; /* no sprites here */ in check_sprite_sprite_collision()
345 if (!get_sprite_xy(which1, &sx1, &sy1)) continue; in check_sprite_sprite_collision()
347 for (which2 = which1 + 1; which2 < 0x20; which2++) in check_sprite_sprite_collision()
361 if (!check_sprite_sprite_bitpattern(sx1, sy1, which1, sx2, sy2, which2)) continue; in check_sprite_sprite_collision()
371 reg = which1 >> 3; in check_sprite_sprite_collision()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dtaitosj.cpp270 int taitosj_state::check_sprite_sprite_bitpattern(int sx1, int sy1, int which1,int sx2, int sy2, in… in check_sprite_sprite_bitpattern() argument
274 offs_t offs1 = which1 * 4; in check_sprite_sprite_bitpattern()
306 …get_sprite_gfx_element(which1)->transpen(m_sprite_sprite_collbitmap1,m_sprite_sprite_collbitmap1.c… in check_sprite_sprite_bitpattern()
335 int which1; in check_sprite_sprite_collision() local
338 for (which1 = 0; which1 < 0x20; which1++) in check_sprite_sprite_collision()
343 if ((which1 >= 0x10) && (which1 <= 0x17)) continue; /* no sprites here */ in check_sprite_sprite_collision()
345 if (!get_sprite_xy(which1, &sx1, &sy1)) continue; in check_sprite_sprite_collision()
347 for (which2 = which1 + 1; which2 < 0x20; which2++) in check_sprite_sprite_collision()
361 if (!check_sprite_sprite_bitpattern(sx1, sy1, which1, sx2, sy2, which2)) continue; in check_sprite_sprite_collision()
371 reg = which1 >> 3; in check_sprite_sprite_collision()
[all …]
/dports/science/ALPSCore/ALPSCore-2.2.0/params/test/
H A Dserialize_variant.cpp101 int which1=-1; in copyData() local
110 which1=var1.which(); in copyData()
120 pod_mem_producer producer(&buf[0], buf.size(), which1); in copyData()
123 ASSERT_EQ(which1, var2.which()); in copyData()
/dports/devel/ncurses/ncurses-6.3/test/
H A Dditto.c83 int which1; /* this screen's index in DITTO[] array */ member
244 open_screen(DITTO * target, char **source, int length, int which1) in open_screen() argument
246 if (which1 != 0) { in open_screen()
248 target->output = open_tty(source[which1]); in open_screen()
254 target->which1 = which1; in open_screen()
359 ddata.source = ddata.ditto->which1; in handle_screen()
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dsillyrecords.cc208 int which1 = 0, which2 = 0; in LOCRecordContent() local
213 lltemp1 = latlon2ul(&cp, &which1); in LOCRecordContent()
216 switch (which1 + which2) { in LOCRecordContent()
218 if ((which1 == 1) && (which2 == 2)) { /* normal case */ in LOCRecordContent()
221 } else if ((which1 == 2) && (which2 == 1)) {/*reversed*/ in LOCRecordContent()
/dports/devel/p5-Set-Infinite/Set-Infinite-0.65/lib/Set/
H A DInfinite.pm388 for my $which1 ( $which, 1 - $which ) {
389 my $tmp_parent = $parent[$which1];
390 ($first1, $parent[$which1]) = @{ $first[$which1] };
396 $which = $which1;
404 $parent[$which1] = $tmp_parent;
407 $which = $which1;
619 for my $which1 ( $which, 1 - $which ) {
620 my $tmp_parent = $parent[$which1];
621 ($last1, $parent[$which1]) = @{ $last[$which1] };
623 $which = $which1;
[all …]
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/util/
H A Dwm-oldmenu2new60 which1()
93 CC=`which1 cc`
94 [ "x$CC" = "x" ] && CC=`which1 gcc`
/dports/x11-wm/libwraster/WindowMaker-0.95.9/util/
H A Dwm-oldmenu2new60 which1()
93 CC=`which1 cc`
94 [ "x$CC" = "x" ] && CC=`which1 gcc`
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/
H A DBuiltInFunctionsVarArgs-CoCoALib.C399 int which1; in DECLARE_BUILTIN_FUNCTION() local
400 intrusive_ptr<RightValue> v1 = runtimeEnv->evalArgAsT1orT2<INT, RINGELEM>(ARG(1), which1); in DECLARE_BUILTIN_FUNCTION()
401 if (which0==1 && which1==1) in DECLARE_BUILTIN_FUNCTION()
408 if (which1==1) in DECLARE_BUILTIN_FUNCTION()
438 int which0, which1; in DECLARE_BUILTIN_FUNCTION() local
440 intrusive_ptr<RightValue> v1 = runtimeEnv->evalArgAsT1orT2<INT, RINGELEM>(ARG(1), which1); in DECLARE_BUILTIN_FUNCTION()
441 if (which0==1 && which1==1) in DECLARE_BUILTIN_FUNCTION()
448 if (which1==1) in DECLARE_BUILTIN_FUNCTION()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/
H A DBuiltInFunctionsVarArgs-CoCoALib.C399 int which1; in DECLARE_BUILTIN_FUNCTION() local
400 intrusive_ptr<RightValue> v1 = runtimeEnv->evalArgAsT1orT2<INT, RINGELEM>(ARG(1), which1); in DECLARE_BUILTIN_FUNCTION()
401 if (which0==1 && which1==1) in DECLARE_BUILTIN_FUNCTION()
408 if (which1==1) in DECLARE_BUILTIN_FUNCTION()
438 int which0, which1; in DECLARE_BUILTIN_FUNCTION() local
440 intrusive_ptr<RightValue> v1 = runtimeEnv->evalArgAsT1orT2<INT, RINGELEM>(ARG(1), which1); in DECLARE_BUILTIN_FUNCTION()
441 if (which0==1 && which1==1) in DECLARE_BUILTIN_FUNCTION()
448 if (which1==1) in DECLARE_BUILTIN_FUNCTION()
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dsa1.cpp126 static void S9xSetSA1MemMap (uint32 which1, uint8 map) in S9xSetSA1MemMap() argument
128 int start = which1 * 0x100 + 0xc00; in S9xSetSA1MemMap()
129 int start2 = which1 * 0x200; in S9xSetSA1MemMap()
131 if (which1 >= 2) in S9xSetSA1MemMap()
157 offset = (((map & 0x80) ? map : which1) & 7) * 0x100000 + (c << 11) - 0x8000; in S9xSetSA1MemMap()
164 offset = (((map & 0x80) ? map : which1) & 7) * 0x100000 + (c << 11) - 0x8000; in S9xSetSA1MemMap()
169 offset = (((map & 0x80) ? (map - 4) : which1) & 7) * 0x100000 + (c << 11) - 0x8000; in S9xSetSA1MemMap()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/neverhood/modules/
H A Dmodule2700.cpp572 _which1 = tracks->which1; in Scene2701()
740 if (_tracks[_currTrackIndex]->which1 < 0) in handleMessage()
742 } else if (_tracks[_currTrackIndex]->which1 >= 0) in handleMessage()
743 leaveScene(_tracks[_currTrackIndex]->which1); in handleMessage()
828 _which1 = tracks->which1; in Scene2703()
947 _which1 = tracks->which1; in Scene2704()
1071 if (_tracks[_currTrackIndex]->which1 < 0) in handleMessage()
1073 } else if (_tracks[_currTrackIndex]->which1 >= 0) in handleMessage()
1074 leaveScene(_tracks[_currTrackIndex]->which1); in handleMessage()
/dports/games/scummvm/scummvm-2.5.1/engines/neverhood/modules/
H A Dmodule2700.cpp580 _which1 = tracks->which1; in Scene2701()
752 if (_tracks[_currTrackIndex]->which1 < 0) in handleMessage()
754 } else if (_tracks[_currTrackIndex]->which1 >= 0) in handleMessage()
755 leaveScene(_tracks[_currTrackIndex]->which1); in handleMessage()
842 _which1 = tracks->which1; in Scene2703()
963 _which1 = tracks->which1; in Scene2704()
1089 if (_tracks[_currTrackIndex]->which1 < 0) in handleMessage()
1091 } else if (_tracks[_currTrackIndex]->which1 >= 0) in handleMessage()
1092 leaveScene(_tracks[_currTrackIndex]->which1); in handleMessage()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes_spgist.c463 which1, in spg_range_quad_inner_consistent() local
586 which1 = (1 << 1) | (1 << 4); in spg_range_quad_inner_consistent()
588 which1 = (1 << 2) | (1 << 3); in spg_range_quad_inner_consistent()
590 which1 = 0; in spg_range_quad_inner_consistent()
609 which &= which1 | which2; in spg_range_quad_inner_consistent()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes_spgist.c463 which1, in spg_range_quad_inner_consistent() local
586 which1 = (1 << 1) | (1 << 4); in spg_range_quad_inner_consistent()
588 which1 = (1 << 2) | (1 << 3); in spg_range_quad_inner_consistent()
590 which1 = 0; in spg_range_quad_inner_consistent()
609 which &= which1 | which2; in spg_range_quad_inner_consistent()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes_spgist.c463 which1, in spg_range_quad_inner_consistent() local
586 which1 = (1 << 1) | (1 << 4); in spg_range_quad_inner_consistent()
588 which1 = (1 << 2) | (1 << 3); in spg_range_quad_inner_consistent()
590 which1 = 0; in spg_range_quad_inner_consistent()
609 which &= which1 | which2; in spg_range_quad_inner_consistent()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes_spgist.c456 which1, in spg_range_quad_inner_consistent() local
579 which1 = (1 << 1) | (1 << 4); in spg_range_quad_inner_consistent()
581 which1 = (1 << 2) | (1 << 3); in spg_range_quad_inner_consistent()
583 which1 = 0; in spg_range_quad_inner_consistent()
602 which &= which1 | which2; in spg_range_quad_inner_consistent()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes_spgist.c456 which1, in spg_range_quad_inner_consistent() local
579 which1 = (1 << 1) | (1 << 4); in spg_range_quad_inner_consistent()
581 which1 = (1 << 2) | (1 << 3); in spg_range_quad_inner_consistent()
583 which1 = 0; in spg_range_quad_inner_consistent()
602 which &= which1 | which2; in spg_range_quad_inner_consistent()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes_spgist.c456 which1, in spg_range_quad_inner_consistent() local
579 which1 = (1 << 1) | (1 << 4); in spg_range_quad_inner_consistent()
581 which1 = (1 << 2) | (1 << 3); in spg_range_quad_inner_consistent()
583 which1 = 0; in spg_range_quad_inner_consistent()
602 which &= which1 | which2; in spg_range_quad_inner_consistent()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes_spgist.c456 which1, in spg_range_quad_inner_consistent() local
579 which1 = (1 << 1) | (1 << 4); in spg_range_quad_inner_consistent()
581 which1 = (1 << 2) | (1 << 3); in spg_range_quad_inner_consistent()
583 which1 = 0; in spg_range_quad_inner_consistent()
602 which &= which1 | which2; in spg_range_quad_inner_consistent()

12345