Searched refs:SHR (Results 1 – 3 of 3) sorted by relevance
/u-boot/include/ |
A D | lattice.h | 149 #define SHR 0x23 /* macro
|
/u-boot/lib/ |
A D | sha256.c | 81 #define SHR(x,n) ((x & 0xFFFFFFFF) >> n) in sha256_process() macro 82 #define ROTR(x,n) (SHR(x,n) | (x << (32 - n))) in sha256_process() 84 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) in sha256_process() 85 #define S1(x) (ROTR(x,17) ^ ROTR(x,19) ^ SHR(x,10)) in sha256_process()
|
/u-boot/drivers/fpga/ |
A D | ivm_core.c | 969 case SHR: in ispVMCode() 1283 ispVMBitShift(SHR, g_usShiftValue); in ispVMDataCode() 1953 case SHR: in ispVMBitShift()
|
Completed in 7 milliseconds