Searched refs:rol (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dsha256.c465 #define rol(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) macro
466 #define S0(x) (rol(x,25)^rol(x,14)^(x>>3))
467 #define S1(x) (rol(x,15)^rol(x,13)^(x>>10))
468 #define SS0(x) (rol(x,30)^rol(x,19)^rol(x,10))
469 #define SS1(x) (rol(x,26)^rol(
[all...]
H A Dsha1.c321 #define rol(x, n) (((x) << (n)) | ((uint32_t) (x) >> (32 - (n)))) macro
325 , (x[I&0x0f] = rol(tm, 1)) )
327 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \
331 B = rol( B, 30 ); \
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Dshell.S234 rol.l #4,%d0
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Davr.h170 AVR_INSN (rol, "r=r", "000111rdddddrrrr", 1, AVR_ISA_1200, 0x1c00)
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dshell.S275 rol.l #4,%d0

Completed in 106 milliseconds