Searched refs:SHR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l138 ">>" {return (SHR);}
H A Ditm_comp.y159 %left SHL SHR
1417 | expr SHR expr
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c99 #define SHR(x, n) ((x) >> (n)) macro
104 #define SIGMA0_256(x) (ROTR((x), 7) ^ ROTR((x), 18) ^ SHR((x), 3))
105 #define SIGMA1_256(x) (ROTR((x), 17) ^ ROTR((x), 19) ^ SHR((x), 10))
116 #define SIGMA0(x) (ROTR((x), 1) ^ ROTR((x), 8) ^ SHR((x), 7))
117 #define SIGMA1(x) (ROTR((x), 19) ^ ROTR((x), 61) ^ SHR((x), 6))

Completed in 86 milliseconds