Searched refs:SHR (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.l | 138 ">>" {return (SHR);}
|
H A D | itm_comp.y | 159 %left SHL SHR 1417 | expr SHR expr
|
/titanic_44/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 96 #define SHR(x, n) ((x) >> (n)) macro 101 #define SIGMA0_256(x) (ROTR((x), 7) ^ ROTR((x), 18) ^ SHR((x), 3)) 102 #define SIGMA1_256(x) (ROTR((x), 17) ^ ROTR((x), 19) ^ SHR((x), 10)) 113 #define SIGMA0(x) (ROTR((x), 1) ^ ROTR((x), 8) ^ SHR((x), 7)) 114 #define SIGMA1(x) (ROTR((x), 19) ^ ROTR((x), 61) ^ SHR((x), 6))
|