shift_temp         85 ext/gd/libgd/gd_topal.c #define SHIFT_TEMPS	INT32 shift_temp;
shift_temp         87 ext/gd/libgd/gd_topal.c 	((shift_temp = (x)) < 0 ? \
shift_temp         88 ext/gd/libgd/gd_topal.c 	 (shift_temp >> (shft)) | ((~((INT32) 0)) << (32-(shft))) : \
shift_temp         89 ext/gd/libgd/gd_topal.c 	 (shift_temp >> (shft)))