Home
last modified time | relevance | path

Searched refs:offs2 (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dmarineb_vidhrdw.c144 offs2 = 0x0018 + offs; in VIDEO_UPDATE()
152 code = videoram[offs2]; in VIDEO_UPDATE()
154 sy = colorram[offs2]; in VIDEO_UPDATE()
204 int offs2; in VIDEO_UPDATE() local
207 offs2 = 0x001a + offs; in VIDEO_UPDATE()
209 code = videoram[offs2]; in VIDEO_UPDATE()
211 sy = colorram[offs2]; in VIDEO_UPDATE()
292 offs2 = 0x0010 + offs; in VIDEO_UPDATE()
295 code = videoram[offs2]; in VIDEO_UPDATE()
351 offs2 = 0x0018 + offs; in VIDEO_UPDATE()
[all …]
H A Dtumblep_vidhrdw.c377 int offs,offs2; in VIDEO_UPDATE() local
382 if (flipscreen) offs2=-3; else offs2=-5; in VIDEO_UPDATE()
384 tilemap_set_scrollx( pf1_tilemap,0, tumblep_control_0[1]+offs2 ); in VIDEO_UPDATE()
386 tilemap_set_scrollx( pf1_alt_tilemap,0, tumblep_control_0[1]+offs2 ); in VIDEO_UPDATE()
401 int offs,offs2; in VIDEO_UPDATE() local
406 if (flipscreen) offs2=-3; else offs2=-5; in VIDEO_UPDATE()
408 tilemap_set_scrollx( pf1_tilemap,0, tumblep_control_0[1]+offs2 ); in VIDEO_UPDATE()
410 tilemap_set_scrollx( pf1_alt_tilemap,0, tumblep_control_0[1]+offs2 ); in VIDEO_UPDATE()
425 int offs,offs2; in VIDEO_UPDATE() local
430 if (flipscreen) offs2=-3; else offs2=-5; in VIDEO_UPDATE()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dmarineb_vidhrdw.c144 offs2 = 0x0018 + offs; in VIDEO_UPDATE()
152 code = videoram[offs2]; in VIDEO_UPDATE()
154 sy = colorram[offs2]; in VIDEO_UPDATE()
204 int offs2; in VIDEO_UPDATE() local
207 offs2 = 0x001a + offs; in VIDEO_UPDATE()
209 code = videoram[offs2]; in VIDEO_UPDATE()
211 sy = colorram[offs2]; in VIDEO_UPDATE()
292 offs2 = 0x0010 + offs; in VIDEO_UPDATE()
295 code = videoram[offs2]; in VIDEO_UPDATE()
351 offs2 = 0x0018 + offs; in VIDEO_UPDATE()
[all …]
H A Dtumblep_vidhrdw.c480 int offs,offs2; in VIDEO_UPDATE() local
485 if (flipscreen) offs2=-3; else offs2=-5; in VIDEO_UPDATE()
504 int offs,offs2; in VIDEO_UPDATE() local
509 if (flipscreen) offs2=-3; else offs2=-5; in VIDEO_UPDATE()
528 int offs,offs2; in VIDEO_UPDATE() local
533 if (flipscreen) offs2=-3; else offs2=-5; /* fixed */ in VIDEO_UPDATE()
577 int offs,offs2; in VIDEO_UPDATE() local
582 if (flipscreen) offs2=-3; else offs2=8; /* not sure of this */ in VIDEO_UPDATE()
601 int offs,offs2; in VIDEO_UPDATE() local
628 int offs,offs2; in VIDEO_UPDATE() local
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dmarineb.c144 offs2 = 0x0018 + offs; in marineb_vh_screenrefresh()
152 code = videoram[offs2]; in marineb_vh_screenrefresh()
154 sy = colorram[offs2]; in marineb_vh_screenrefresh()
204 int offs2; in changes_vh_screenrefresh() local
207 offs2 = 0x001a + offs; in changes_vh_screenrefresh()
209 code = videoram[offs2]; in changes_vh_screenrefresh()
211 sy = colorram[offs2]; in changes_vh_screenrefresh()
292 offs2 = 0x0010 + offs; in springer_vh_screenrefresh()
295 code = videoram[offs2]; in springer_vh_screenrefresh()
351 offs2 = 0x0018 + offs; in hoccer_vh_screenrefresh()
[all …]
H A Dhanaawas.c73 offs_t offs2; in WRITE_HANDLER() local
79 offs2 = (offset + (flip_screen ? -1 : 1)) & 0x03ff; in WRITE_HANDLER()
82 dirtybuffer[offs2 ] = 1; in WRITE_HANDLER()
118 int sx,sy,col,code,bank,offs2; in hanaawas_vh_screenrefresh() local
132 offs2 = (offs + offs_adj) & 0x03ff; in hanaawas_vh_screenrefresh()
135 code = videoram[offs] + ((colorram[offs2] & 0x20) << 3); in hanaawas_vh_screenrefresh()
136 bank = (colorram[offs2] & 0x40) >> 6; in hanaawas_vh_screenrefresh()
H A Dfunkybee.c123 int sx,sy,code,col,flipy,offs2; in funkybee_vh_screenrefresh() local
126 offs2 = 0x1e00 + offs; in funkybee_vh_screenrefresh()
128 code = videoram[offs2]; in funkybee_vh_screenrefresh()
129 sx = videoram[offs2 + 0x10]; in funkybee_vh_screenrefresh()
130 sy = 224 - colorram[offs2]; in funkybee_vh_screenrefresh()
131 col = colorram[offs2 + 0x10]; in funkybee_vh_screenrefresh()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dmarineb.cpp182 offs2 = 0x0018 + offs; in screen_update_marineb()
188 sy = m_colorram[offs2]; in screen_update_marineb()
237 int offs2; in screen_update_changes() local
239 offs2 = 0x001a + offs; in screen_update_changes()
243 sy = m_colorram[offs2]; in screen_update_changes()
320 offs2 = 0x0010 + offs; in screen_update_springer()
324 sy = m_colorram[offs2]; in screen_update_springer()
376 offs2 = 0x0018 + offs; in screen_update_hoccer()
380 sy = m_colorram[offs2]; in screen_update_hoccer()
422 offs2 = 0x0010 + offs; in screen_update_hopprobo()
[all …]
H A Dmermaid.cpp241 int offs, offs2; in collision_update() local
313 for (offs2 = m_spriteram.bytes() - 4; offs2 >= 0; offs2 -= 4) in collision_update()
314 if (offs != offs2) in collision_update()
316 int attr2 = spriteram[offs2 + 2]; in collision_update()
322 int sx2 = spriteram[offs2 + 3] + 1; in collision_update()
392 for (offs2 = m_spriteram.bytes() - 4; offs2 >= 0; offs2 -= 4) in collision_update()
393 if (offs != offs2) in collision_update()
395 int attr2 = spriteram[offs2 + 2]; in collision_update()
471 for (offs2 = m_spriteram.bytes() - 4; offs2 >= 0; offs2 -= 4) in collision_update()
472 if (offs != offs2) in collision_update()
[all …]
H A Dtumbleb.cpp318 offs2 = -3; in screen_update_tumblepb()
320 offs2 = -5; in screen_update_tumblepb()
339 offs2 = -3; in screen_update_jumpkids()
341 offs2 = -5; in screen_update_jumpkids()
359 offs2 = -3; in screen_update_semicom()
361 offs2 = -5; in screen_update_semicom()
396 offs2 = -3; in screen_update_bcstory()
398 offs2 = 8; in screen_update_bcstory()
411 offs2 = -2; in screen_update_semibase()
444 offs2 = -3; in screen_update_fncywld()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dmarineb.cpp182 offs2 = 0x0018 + offs; in screen_update_marineb()
188 sy = m_colorram[offs2]; in screen_update_marineb()
237 int offs2; in screen_update_changes() local
239 offs2 = 0x001a + offs; in screen_update_changes()
243 sy = m_colorram[offs2]; in screen_update_changes()
320 offs2 = 0x0010 + offs; in screen_update_springer()
324 sy = m_colorram[offs2]; in screen_update_springer()
376 offs2 = 0x0018 + offs; in screen_update_hoccer()
380 sy = m_colorram[offs2]; in screen_update_hoccer()
422 offs2 = 0x0010 + offs; in screen_update_hopprobo()
[all …]
H A Dmermaid.cpp241 int offs, offs2; in collision_update() local
313 for (offs2 = m_spriteram.bytes() - 4; offs2 >= 0; offs2 -= 4) in collision_update()
314 if (offs != offs2) in collision_update()
316 int attr2 = spriteram[offs2 + 2]; in collision_update()
322 int sx2 = spriteram[offs2 + 3] + 1; in collision_update()
392 for (offs2 = m_spriteram.bytes() - 4; offs2 >= 0; offs2 -= 4) in collision_update()
393 if (offs != offs2) in collision_update()
395 int attr2 = spriteram[offs2 + 2]; in collision_update()
471 for (offs2 = m_spriteram.bytes() - 4; offs2 >= 0; offs2 -= 4) in collision_update()
472 if (offs != offs2) in collision_update()
[all …]
H A Dtumbleb.cpp318 offs2 = -3; in screen_update_tumblepb()
320 offs2 = -5; in screen_update_tumblepb()
339 offs2 = -3; in screen_update_jumpkids()
341 offs2 = -5; in screen_update_jumpkids()
359 offs2 = -3; in screen_update_semicom()
361 offs2 = -5; in screen_update_semicom()
396 offs2 = -3; in screen_update_bcstory()
398 offs2 = 8; in screen_update_bcstory()
411 offs2 = -2; in screen_update_semibase()
444 offs2 = -3; in screen_update_fncywld()
[all …]
/dports/graphics/aaphoto/aaphoto-0.43.1/
H A Daaio.c1634 offs2 = offs2 - 3; in BITMAP_READ_PNG()
1651 offs2--; in BITMAP_READ_PNG()
1656 offs2 = offs2 - 2; in BITMAP_READ_PNG()
1663 offs2 = offs2 - 3; in BITMAP_READ_PNG()
1676 offs2--; in BITMAP_READ_PNG()
1688 offs2 = offs2 + 3; in BITMAP_READ_PNG()
1745 offs2 = offs2 + 3; in BITMAP_WRITE_PNG()
1767 offs2 = offs2 + 3; in BITMAP_WRITE_PNG()
1777 offs2 = offs2 + 2; in BITMAP_WRITE_PNG()
1802 offs2 = offs2 - 4; in BITMAP_WRITE_PNG()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/objc.dg/
H A Dencode-3.m39 unsigned totsize, offs0, offs1, offs2, offs3, offs4, offs5, offs6, offs7;
42 totsize = offs0 = offs1 = offs2 = offs3 = offs4 = offs5 = offs6 = offs7 = (unsigned)-1; category
43 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3, category
45 CHECK_IF(!offs0 && offs1 == sizeof(id) && offs2 == offs1 + sizeof(SEL) && totsize >= offs2); category
57 CHECK_IF(offs3 == offs2 + sizeof(int) && offs4 == offs3 + sizeof(float)); category
62 CHECK_IF(offs3 == offs2 + sizeof(XXRect) && offs4 == offs3 + sizeof(int)); category
66 CHECK_IF(offs3 == offs2 + sizeof(XXPoint *) && offs4 == offs3 + sizeof(enum Enum)); category
70 CHECK_IF(totsize == offs2 + sizeof(ObjCBool **)); category
H A Dproto-qual-1.m35 unsigned totsize, offs0, offs1, offs2, offs3, offs4, offs5, offs6, offs7;
38 totsize = offs0 = offs1 = offs2 = offs3 = offs4 = offs5 = offs6 = offs7 = (unsigned)-1; category
39 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3, category
41 …ECK_IF(!offs0 && offs1 == aligned_sizeof(id) && offs2 == offs1 + aligned_sizeof(SEL) && totsize >=… category
47 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(unsigned)); category
50 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(char **)); category
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/objc.dg/
H A Dencode-3.m39 unsigned totsize, offs0, offs1, offs2, offs3, offs4, offs5, offs6, offs7;
42 totsize = offs0 = offs1 = offs2 = offs3 = offs4 = offs5 = offs6 = offs7 = (unsigned)-1; category
43 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3, category
45 CHECK_IF(!offs0 && offs1 == sizeof(id) && offs2 == offs1 + sizeof(SEL) && totsize >= offs2); category
57 CHECK_IF(offs3 == offs2 + sizeof(int) && offs4 == offs3 + sizeof(float)); category
62 CHECK_IF(offs3 == offs2 + sizeof(XXRect) && offs4 == offs3 + sizeof(int)); category
66 CHECK_IF(offs3 == offs2 + sizeof(XXPoint *) && offs4 == offs3 + sizeof(enum Enum)); category
70 CHECK_IF(totsize == offs2 + sizeof(ObjCBool **)); category
H A Dproto-qual-1.m35 unsigned totsize, offs0, offs1, offs2, offs3, offs4, offs5, offs6, offs7;
38 totsize = offs0 = offs1 = offs2 = offs3 = offs4 = offs5 = offs6 = offs7 = (unsigned)-1; category
39 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3, category
41 …ECK_IF(!offs0 && offs1 == aligned_sizeof(id) && offs2 == offs1 + aligned_sizeof(SEL) && totsize >=… category
47 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(unsigned)); category
50 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(char **)); category
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pre90s/
H A Dd_marineb.cpp1098 sy = DrvColRAM[offs2]; in MarinebDrawSprites()
1168 offs2 = 0x001a + offs; in ChangesDrawSprites()
1172 sy = DrvColRAM[offs2]; in ChangesDrawSprites()
1252 offs2 = 0x0018 + offs; in HoccerDrawSprites()
1256 sy = DrvColRAM[offs2]; in HoccerDrawSprites()
1303 offs2 = 0x0010 + offs; in SpringerDrawSprites()
1307 sy = DrvColRAM[offs2]; in SpringerDrawSprites()
1387 offs2 = 0x0010 + offs; in Bcruz12mDrawSprites()
1391 sy = DrvColRAM[offs2]; in Bcruz12mDrawSprites()
1471 offs2 = 0x0010 + offs; in WantedDrawSprites()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pre90s/
H A Dd_marineb.cpp1077 sy = DrvColRAM[offs2]; in MarinebDrawSprites()
1147 offs2 = 0x001a + offs; in ChangesDrawSprites()
1151 sy = DrvColRAM[offs2]; in ChangesDrawSprites()
1231 offs2 = 0x0018 + offs; in HoccerDrawSprites()
1235 sy = DrvColRAM[offs2]; in HoccerDrawSprites()
1282 offs2 = 0x0010 + offs; in SpringerDrawSprites()
1286 sy = DrvColRAM[offs2]; in SpringerDrawSprites()
1366 offs2 = 0x0010 + offs; in Bcruz12mDrawSprites()
1370 sy = DrvColRAM[offs2]; in Bcruz12mDrawSprites()
1450 offs2 = 0x0010 + offs; in WantedDrawSprites()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/objc.dg/
H A Dproto-qual-1.m35 unsigned totsize, offs0, offs1, offs2, offs3, offs4, offs5, offs6, offs7;
38 totsize = offs0 = offs1 = offs2 = offs3 = offs4 = offs5 = offs6 = offs7 = (unsigned)-1;
39 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3,
41 …ECK_IF(!offs0 && offs1 == aligned_sizeof(id) && offs2 == offs1 + aligned_sizeof(SEL) && totsize >=…
52 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(unsigned));
59 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(char **));
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/obj-c++.dg/
H A Dproto-qual-1.mm35 unsigned totsize, offs0, offs1, offs2, offs3, offs4, offs5, offs6, offs7;
38 totsize = offs0 = offs1 = offs2 = offs3 = offs4 = offs5 = offs6 = offs7 = (unsigned)-1;
39 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3,
41 …ECK_IF(!offs0 && offs1 == aligned_sizeof(id) && offs2 == offs1 + aligned_sizeof(SEL) && totsize >=…
52 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(unsigned));
59 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(char **));
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/obj-c++.dg/
H A Dproto-qual-1.mm36 unsigned totsize, offs0, offs1, offs2, offs3, offs4, offs5, offs6, offs7;
39 totsize = offs0 = offs1 = offs2 = offs3 = offs4 = offs5 = offs6 = offs7 = (unsigned)-1;
40 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3,
42 …ECK_IF(!offs0 && offs1 == aligned_sizeof(id) && offs2 == offs1 + aligned_sizeof(SEL) && totsize >=…
53 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(unsigned));
60 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(char **));
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/objc.dg/
H A Dproto-qual-1.m35 unsigned totsize, offs0, offs1, offs2, offs3, offs4, offs5, offs6, offs7;
38 totsize = offs0 = offs1 = offs2 = offs3 = offs4 = offs5 = offs6 = offs7 = (unsigned)-1;
39 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3,
41 …ECK_IF(!offs0 && offs1 == aligned_sizeof(id) && offs2 == offs1 + aligned_sizeof(SEL) && totsize >=…
52 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(unsigned));
59 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(char **));
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/obj-c++.dg/
H A Dproto-qual-1.mm35 unsigned totsize, offs0, offs1, offs2, offs3, offs4, offs5, offs6, offs7;
38 totsize = offs0 = offs1 = offs2 = offs3 = offs4 = offs5 = offs6 = offs7 = (unsigned)-1;
39 sscanf(meth->types, pattern, &totsize, &offs0, &offs1, &offs2, &offs3,
41 …ECK_IF(!offs0 && offs1 == aligned_sizeof(id) && offs2 == offs1 + aligned_sizeof(SEL) && totsize >=…
52 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(unsigned));
59 CHECK_IF(offs3 == offs2 + aligned_sizeof(id) && totsize == offs3 + aligned_sizeof(char **));

12345678910>>...26