shft               86 ext/gd/libgd/gd_topal.c #define RIGHT_SHIFT(x,shft)  \
shft               88 ext/gd/libgd/gd_topal.c 	 (shift_temp >> (shft)) | ((~((INT32) 0)) << (32-(shft))) : \
shft               89 ext/gd/libgd/gd_topal.c 	 (shift_temp >> (shft)))
shft               92 ext/gd/libgd/gd_topal.c #define RIGHT_SHIFT(x,shft)	((x) >> (shft))