Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c100 #define SHR(x, n) ((x) >> (n)) macro
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.c367 #define SHR(val, val_width, amount) (((val) | ((val) << (val_width))) >> (amount)) & ((1 << (v… macro