Home
last modified time | relevance | path

Searched defs:SHR (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dsha512.c164 #define SHR(x,n) (x >> n) in sha512_process() macro
H A Dsha256.c107 #define SHR(x,n) ((x & 0xFFFFFFFF) >> n) in sha256_process_one() macro
/rk3399_rockchip-uboot/include/
H A Dlattice.h150 #define SHR 0x23 /* macro
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c357 #define SHR(x,n) ((x & 0xFFFFFFFF) >> n) in sha256_process() macro