Long              490 Zend/zend_strtod.c 		rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(Long));
Long              514 Zend/zend_strtod.c 		y->wds*sizeof(Long) + 2*sizeof(int))
Long              758 Zend/zend_strtod.c 	Long x, y;
Long              920 Zend/zend_strtod.c 	Long borrow, y; /* We need signed shifts here. */
Long              923 Zend/zend_strtod.c 	Long z;
Long              994 Zend/zend_strtod.c 	register Long L;
Long             1285 Zend/zend_strtod.c 	Long borrow, y;
Long             1289 Zend/zend_strtod.c 	Long z;
Long             1481 Zend/zend_strtod.c 	Long L;
Long             2046 Zend/zend_strtod.c 	Long L;
Long              779 ext/standard/image.c 		return  ((( char *)Long)[0] << 24) | (((unsigned char *)Long)[1] << 16)
Long              780 ext/standard/image.c 		      | (((unsigned char *)Long)[2] << 8 ) | (((unsigned char *)Long)[3] << 0 );
Long              782 ext/standard/image.c 		return  ((( char *)Long)[3] << 24) | (((unsigned char *)Long)[2] << 16)
Long              783 ext/standard/image.c 		      | (((unsigned char *)Long)[1] << 8 ) | (((unsigned char *)Long)[0] << 0 );
Long              792 ext/standard/image.c 	return (unsigned)php_ifd_get32s(Long, motorola_intel) & 0xffffffff;