Searched refs:SHR (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.l | 136 ">>" {return (SHR);}
|
H A D | itm_comp.y | 157 %left SHL SHR 1415 | expr SHR expr
|
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 100 #define SHR(x, n) ((x) >> (n)) macro 105 #define SIGMA0_256(x) (ROTR((x), 7) ^ ROTR((x), 18) ^ SHR((x), 3)) 106 #define SIGMA1_256(x) (ROTR((x), 17) ^ ROTR((x), 19) ^ SHR((x), 10)) 117 #define SIGMA0(x) (ROTR((x), 1) ^ ROTR((x), 8) ^ SHR((x), 7)) 118 #define SIGMA1(x) (ROTR((x), 19) ^ ROTR((x), 61) ^ SHR((x), 6))
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_dbg_fw_funcs.c | 367 #define SHR(val, val_width, amount) (((val) | ((val) << (val_width))) >> (amount)) & ((1 << (v… macro 5044 shifted_enable_mask = SHR(enable_mask, VALUES_PER_CYCLE, right_shift); in ecore_is_overlapping_enable_mask() 5054 SHR(GET_FIELD(block_bus->data, DBG_BUS_BLOCK_DATA_ENABLE_MASK), in ecore_is_overlapping_enable_mask() 5361 …trigger_state].data, DBG_BUS_TRIGGER_STATE_DATA_BLOCK_SHIFTED_ENABLE_MASK, SHR(GET_FIELD(block_bus… in ecore_dbg_bus_add_trigger_state() 5671 SHR(GET_FIELD(block_bus->data, DBG_BUS_BLOCK_DATA_ENABLE_MASK), in ecore_assign_hw_ids()
|