/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/ciphers/safer/ |
H A D | safer.c | 90 #define ROL8(x, n) ((unsigned char)((unsigned int)(x) << (n)\ macro 123 ka[j] = ROL8(userkey_1[j], 5); in _Safer_Expand_Userkey() 130 ka[j] = ROL8(ka[j], 6); in _Safer_Expand_Userkey() 131 kb[j] = ROL8(kb[j], 6); in _Safer_Expand_Userkey()
|
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/ciphers/safer/ |
H A D | safer.c | 90 #define ROL8(x, n) ((unsigned char)((unsigned int)(x) << (n)\ macro 123 ka[j] = ROL8(userkey_1[j], 5); in _Safer_Expand_Userkey() 130 ka[j] = ROL8(ka[j], 6); in _Safer_Expand_Userkey() 131 kb[j] = ROL8(kb[j], 6); in _Safer_Expand_Userkey()
|
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/ciphers/safer/ |
H A D | safer.c | 93 #define ROL8(x, n) ((unsigned char)((unsigned int)(x) << (n)\ macro 126 ka[j] = ROL8(userkey_1[j], 5); in _Safer_Expand_Userkey() 133 ka[j] = ROL8(ka[j], 6); in _Safer_Expand_Userkey() 134 kb[j] = ROL8(kb[j], 6); in _Safer_Expand_Userkey()
|
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/ciphers/safer/ |
H A D | safer.c | 84 #define ROL8(x, n) ((unsigned char)((unsigned int)(x) << (n)\ 118 ka[j] = ROL8(userkey_1[j], 5); 125 ka[j] = ROL8(ka[j], 6); 126 kb[j] = ROL8(kb[j], 6);
|
/dports/emulators/mess/mame-mame0226/src/devices/cpu/minx/ |
H A D | minxopce.h | 315 case 0x94: { m_BA = ( m_BA & 0xFF00 ) | ROL8( m_BA & 0x00FF ); } in execute_one_ce() 317 case 0x95: { m_BA = ( m_BA & 0x00FF ) | ( ROL8( m_BA >> 8 ) << 8 ); } in execute_one_ce() 319 case 0x96: { AD1_IN8; WR( addr1, ROL8( RD( addr1 ) ) ); } in execute_one_ce() 321 case 0x97: { AD1_IHL; WR( addr1, ROL8( RD( addr1 ) ) ); } in execute_one_ce()
|
H A D | minx.h | 96 uint8_t ROL8( uint8_t arg );
|
H A D | minxfunc.h | 280 uint8_t minx_cpu_device::ROL8( uint8_t arg ) in ROL8() function
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/minx/ |
H A D | minxopce.h | 315 case 0x94: { m_BA = ( m_BA & 0xFF00 ) | ROL8( m_BA & 0x00FF ); } in execute_one_ce() 317 case 0x95: { m_BA = ( m_BA & 0x00FF ) | ( ROL8( m_BA >> 8 ) << 8 ); } in execute_one_ce() 319 case 0x96: { AD1_IN8; WR( addr1, ROL8( RD( addr1 ) ) ); } in execute_one_ce() 321 case 0x97: { AD1_IHL; WR( addr1, ROL8( RD( addr1 ) ) ); } in execute_one_ce()
|
H A D | minx.h | 96 uint8_t ROL8( uint8_t arg );
|
H A D | minxfunc.h | 280 uint8_t minx_cpu_device::ROL8( uint8_t arg ) in ROL8() function
|
/dports/devel/raknet/raknet-3.9.2_10,1/Source/ |
H A D | Platform.h | 102 #ifndef ROL8 103 #define ROL8(n, r) ( ((uint8_t)(n) << (r)) | ((uint8_t)(n) >> ( 8 - (r))) ) /* only works for uint… macro
|
/dports/emulators/mess/mame-mame0226/src/devices/cpu/m6809/ |
H A D | m6809.ops | 30 case 0x09: %DIRECT; %ROL8; return; 88 case 0x49: set_a(); %ROL8; return; 101 case 0x59: set_b(); %ROL8; return; 114 case 0x69: %INDEXED; %ROL8; return; 127 case 0x79: %EXTENDED; %ROL8; return;
|
H A D | konami.ops | 181 case 0xA0: set_a(); %ROL8; return; 182 case 0xA1: set_b(); %ROL8; return; 183 case 0xA2: %INDEXED; %ROL8; return;
|
H A D | hd6309.ops | 31 case 0x09: %DIRECT; %ROL8; return; 91 case 0x49: set_a(); %ROL8; return; 103 case 0x59: set_b(); %ROL8; return; 118 case 0x69: %INDEXED; %ROL8; return; 135 case 0x79: %EXTENDED; %ROL8; return;
|
H A D | base6x09.ops | 99 ROL8:
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m6809/ |
H A D | m6809.ops | 30 case 0x09: %DIRECT; %ROL8; return; 88 case 0x49: set_a(); %ROL8; return; 101 case 0x59: set_b(); %ROL8; return; 114 case 0x69: %INDEXED; %ROL8; return; 127 case 0x79: %EXTENDED; %ROL8; return;
|
H A D | konami.ops | 181 case 0xA0: set_a(); %ROL8; return; 182 case 0xA1: set_b(); %ROL8; return; 183 case 0xA2: %INDEXED; %ROL8; return;
|
H A D | hd6309.ops | 31 case 0x09: %DIRECT; %ROL8; return; 91 case 0x49: set_a(); %ROL8; return; 103 case 0x59: set_b(); %ROL8; return; 118 case 0x69: %INDEXED; %ROL8; return; 135 case 0x79: %EXTENDED; %ROL8; return;
|
H A D | base6x09.ops | 99 ROL8:
|
/dports/security/n2n/n2n-2.8/src/ |
H A D | speck.c | 41 #define ROL8(X) (SHFL(X,L8)) macro 242 #define ROL8(X) (SHFL(X,L8)) macro 420 #define ROL8(X) SET(vtbl1_u8((uint8x8_t)vget_low_u64(X),tableL), vtbl1_u8((uint8x8_t)vget_high_u64(… macro
|
/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/ |
H A D | cpuops.c | 1730 ROL8(); in Op26M1() 1742 ROL8(); in Op36M1() 1754 ROL8(); in Op2EM1() 1766 ROL8(); in Op3EM1()
|
H A D | cpumacro.h | 496 static INLINE void ROL8(void) in ROL8() function
|
/dports/games/libretro-snes9x/snes9x-73aa348/ |
H A D | cpumacro.h | 448 static inline void ROL8 (uint32 OpAddress) in ROL8() function
|
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/ |
H A D | cpumacro.h | 669 static INLINE void ROL8 (uint32 OpAddress) in ROL8() function
|
/dports/emulators/snes9x-gtk/snes9x-1.54.1/ |
H A D | cpumacro.h | 647 static inline void ROL8 (uint32 OpAddress) in ROL8() function
|