Home
last modified time | relevance | path

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

/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/ciphers/safer/
H A Dsafer.c90 #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 Dsafer.c90 #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 Dsafer.c93 #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 Dsafer.c84 #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 Dminxopce.h315 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 Dminx.h96 uint8_t ROL8( uint8_t arg );
H A Dminxfunc.h280 uint8_t minx_cpu_device::ROL8( uint8_t arg ) in ROL8() function
/dports/emulators/mame/mame-mame0226/src/devices/cpu/minx/
H A Dminxopce.h315 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 Dminx.h96 uint8_t ROL8( uint8_t arg );
H A Dminxfunc.h280 uint8_t minx_cpu_device::ROL8( uint8_t arg ) in ROL8() function
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DPlatform.h102 #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 Dm6809.ops30 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 Dkonami.ops181 case 0xA0: set_a(); %ROL8; return;
182 case 0xA1: set_b(); %ROL8; return;
183 case 0xA2: %INDEXED; %ROL8; return;
H A Dhd6309.ops31 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 Dbase6x09.ops99 ROL8:
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m6809/
H A Dm6809.ops30 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 Dkonami.ops181 case 0xA0: set_a(); %ROL8; return;
182 case 0xA1: set_b(); %ROL8; return;
183 case 0xA2: %INDEXED; %ROL8; return;
H A Dhd6309.ops31 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 Dbase6x09.ops99 ROL8:
/dports/security/n2n/n2n-2.8/src/
H A Dspeck.c41 #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 Dcpuops.c1730 ROL8(); in Op26M1()
1742 ROL8(); in Op36M1()
1754 ROL8(); in Op2EM1()
1766 ROL8(); in Op3EM1()
H A Dcpumacro.h496 static INLINE void ROL8(void) in ROL8() function
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dcpumacro.h448 static inline void ROL8 (uint32 OpAddress) in ROL8() function
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dcpumacro.h669 static INLINE void ROL8 (uint32 OpAddress) in ROL8() function
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dcpumacro.h647 static inline void ROL8 (uint32 OpAddress) in ROL8() function