Home
last modified time | relevance | path

Searched refs:MUL_A (Results 1 – 24 of 24) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/consts/
H A Dconst-int-wrapping-rpass.rs9 const MUL_A: u8 = 10u8.wrapping_mul(12); const
32 assert_eq!(MUL_A, 120); in main()
H A Dconst-int-overflowing-rpass.rs9 const MUL_A: (u32, bool) = 5u32.overflowing_mul(2); const
32 assert_eq!(MUL_A, (10, false)); in main()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/test/unit/math/
H A Dgendata.m79 printout(A, 'MUL_A');
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.linespec/
H A Dcpls-ops.cc223 GEN_OP (MUL_A, *= (E, E) )
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dsosemanuk.cpp640 #define MUL_A(x) (x = (rotlConstant<8>(x)), x ^ s_sosemanukMulTables[byte(x)]) in OperateKeystream() macro
642 #define MUL_A(x) (((x) << 8) ^ s_sosemanukMulTables[(x) >> 24]) in OperateKeystream()
653 s##x0 = MUL_A(t) ^ DIV_A(s##x3) ^ s##x9;\ in OperateKeystream()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dsosemanuk.cpp629 #define MUL_A(x) (x = rotlFixed(x, 8), x ^ s_sosemanukMulTables[byte(x)]) in OperateKeystream() macro
631 #define MUL_A(x) (((x) << 8) ^ s_sosemanukMulTables[(x) >> 24]) in OperateKeystream()
642 s##x0 = MUL_A(s##x0) ^ DIV_A(s##x3) ^ s##x9;\ in OperateKeystream()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dsosemanuk.cpp640 #define MUL_A(x) (x = (rotlConstant<8>(x)), x ^ s_sosemanukMulTables[byte(x)]) in OperateKeystream() macro
642 #define MUL_A(x) (((x) << 8) ^ s_sosemanukMulTables[(x) >> 24]) in OperateKeystream()
653 s##x0 = MUL_A(t) ^ DIV_A(s##x3) ^ s##x9;\ in OperateKeystream()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dsosemanuk.cpp640 #define MUL_A(x) (x = (rotlConstant<8>(x)), x ^ s_sosemanukMulTables[byte(x)]) in OperateKeystream() macro
642 #define MUL_A(x) (((x) << 8) ^ s_sosemanukMulTables[(x) >> 24]) in OperateKeystream()
653 s##x0 = MUL_A(t) ^ DIV_A(s##x3) ^ s##x9;\ in OperateKeystream()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dsosemanuk.cpp640 #define MUL_A(x) (x = (rotlConstant<8>(x)), x ^ s_sosemanukMulTables[byte(x)]) in OperateKeystream() macro
642 #define MUL_A(x) (((x) << 8) ^ s_sosemanukMulTables[(x) >> 24]) in OperateKeystream()
653 s##x0 = MUL_A(t) ^ DIV_A(s##x3) ^ s##x9;\ in OperateKeystream()
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/stream/sosemanuk/
H A Dsosemanuk.c588 #define MUL_A(x) (T32((x) << 8) ^ mul_a[(x) >> 24]) in s_sosemanuk_internal() macro
623 s ## x0 = MUL_A(s ## x0) ^ MUL_G(s ## x3) ^ s ## x9; \ in s_sosemanuk_internal()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/upd7810/
H A Dupd7810.h372 void MUL_A();
H A Dupd7810_opcodes.cpp203 void upd7810_device::MUL_A() in MUL_A() function in upd7810_device
H A Dupd7810_table.cpp63 {&upd7810_device::MUL_A, 2,32,32,L0|L1}, /* 2d: 0100 1000 0010 1101 */
/dports/emulators/mame/mame-mame0226/src/devices/cpu/upd7810/
H A Dupd7810.h372 void MUL_A();
H A Dupd7810_opcodes.cpp203 void upd7810_device::MUL_A() in MUL_A() function in upd7810_device
H A Dupd7810_table.cpp63 {&upd7810_device::MUL_A, 2,32,32,L0|L1}, /* 2d: 0100 1000 0010 1101 */
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/upd7810/
H A D7810tbl.c541 static void MUL_A(void);
1076 {MUL_A, 2,32,32,L0|L1}, /* 2d: 0100 1000 0010 1101 */
H A D7810ops.c200 static void MUL_A(void) in MUL_A() function
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/upd7810/
H A D7810tbl.c541 static void MUL_A(void);
1076 {MUL_A, 2,32,32,L0|L1}, /* 2d: 0100 1000 0010 1101 */
H A D7810ops.c200 static void MUL_A(void) in MUL_A() function
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/upd7810/
H A D7810ops.c205 static void MUL_A() in MUL_A() function
H A D7810tbl.c542 static void MUL_A(void);
1077 {MUL_A, 2,32,32,L0|L1}, /* 2d: 0100 1000 0010 1101 */
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/upd7810/
H A D7810ops.c205 static void MUL_A() in MUL_A() function
H A D7810tbl.c542 static void MUL_A(void);
1077 {MUL_A, 2,32,32,L0|L1}, /* 2d: 0100 1000 0010 1101 */