Home
last modified time | relevance | path

Searched refs:Acy (Results 1 – 25 of 145) sorted by relevance

123456

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/konami/
H A Dk054000.cpp22 INT32 Acx,Acy,Aax,Aay; in K054000Read() local
29 Acy = (K054000Ram[0x09] << 16) | (K054000Ram[0x0a] << 8) | K054000Ram[0x0b]; in K054000Read()
31 if (K054000Ram[0x0c] == 0xff) Acy+=3; in K054000Read()
42 if (Acy + Aay < Bcy - Bay) return 1; in K054000Read()
43 if (Bcy + Bay < Acy - Aay) return 1; in K054000Read()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/konami/
H A Dk054000.cpp22 INT32 Acx,Acy,Aax,Aay; in K054000Read() local
29 Acy = (K054000Ram[0x09] << 16) | (K054000Ram[0x0a] << 8) | K054000Ram[0x0b]; in K054000Read()
31 if (K054000Ram[0x0c] == 0xff) Acy+=3; in K054000Read()
42 if (Acy + Aay < Bcy - Bay) return 1; in K054000Read()
43 if (Bcy + Bay < Acy - Aay) return 1; in K054000Read()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dk054000.cpp96 int Acx, Acy, Aax, Aay; in read() local
105 Acy = (m_regs[0x09] << 16) | (m_regs[0x0a] << 8) | m_regs[0x0b]; in read()
111 Acy+=3; in read()
127 if (Acy + Aay < Bcy - Bay) in read()
130 if (Bcy + Bay < Acy - Aay) in read()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dk054000.cpp96 int Acx, Acy, Aax, Aay; in read() local
105 Acy = (m_regs[0x09] << 16) | (m_regs[0x0a] << 8) | m_regs[0x0b]; in read()
111 Acy+=3; in read()
127 if (Acy + Aay < Bcy - Bay) in read()
130 if (Bcy + Bay < Acy - Aay) in read()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/tests/writers/
H A Da.tex13 \text{Acy} & А \\
H A Da.eqn2 …ve {roman "Acirc"} above {roman "acute"} above {roman "acy"} above {roman "Acy"} above {roman "ael…
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/tests/writers/
H A Da.tex13 \text{Acy} & А \\
H A Da.eqn2 …ve {roman "Acirc"} above {roman "acute"} above {roman "acy"} above {roman "Acy"} above {roman "ael…
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt149 [�] => &Acy;
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt149 [�] => &Acy;
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt149 [�] => &Acy;
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt149 [�] => &Acy;
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt149 [�] => &Acy;
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt149 [�] => &Acy;
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt149 [�] => &Acy;
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt149 [�] => &Acy;
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/tests/readers/mml/
H A Da.native1 …80"]],[[EText TextNormal "acy"],[ESymbol Ord "\1072"]],[[EText TextNormal "Acy"],[ESymbol Ord "\10…
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/tests/readers/mml/
H A Da.native1 …80"]],[[EText TextNormal "acy"],[ESymbol Ord "\1072"]],[[EText TextNormal "Acy"],[ESymbol Ord "\10…
/dports/textproc/py-docutils/docutils-0.17.1/docutils/parsers/rst/include/
H A Disocyr1.txt7 .. |Acy| unicode:: U+00410 .. CYRILLIC CAPITAL LETTER A
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/parsers/rst/include/
H A Disocyr1.txt7 .. |Acy| unicode:: U+00410 .. CYRILLIC CAPITAL LETTER A
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/parsers/rst/include/
H A Disocyr1.txt7 .. |Acy| unicode:: U+00410 .. CYRILLIC CAPITAL LETTER A
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dkonamiic.c4032 int Acx,Acy,Aax,Aay; in READ_HANDLER() local
4044 Acy = (K054000_ram[0x09] << 16) | (K054000_ram[0x0a] << 8) | K054000_ram[0x0b]; in READ_HANDLER()
4047 if (K054000_ram[0x0c] == 0xff) Acy+=3; in READ_HANDLER()
4062 if (Acy + Aay < Bcy - Bay) in READ_HANDLER()
4065 if (Bcy + Bay < Acy - Aay) in READ_HANDLER()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/utls.git/testdata/
H A DServer-TLSv13-P2563 00000010 8f 4f 90 8b a1 89 09 d3 b7 41 63 79 ca 98 4f 5a |.O.......Acy..OZ|
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/remex-html/RemexHtml/
H A DHTMLData.php2039 Acy;|
4283 Acy;|
4620 'Acy;' => 'А',
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/remex-html/src/
H A DHTMLData.php2036 Acy;|
4280 Acy;|
4617 'Acy;' => 'А',

123456