Long              484 Zend/zend_strtod.c 		rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(Long));
Long              508 Zend/zend_strtod.c 		y->wds*sizeof(Long) + 2*sizeof(int))
Long              752 Zend/zend_strtod.c 	Long x, y;
Long              914 Zend/zend_strtod.c 	Long borrow, y; /* We need signed shifts here. */
Long              917 Zend/zend_strtod.c 	Long z;
Long              988 Zend/zend_strtod.c 	register Long L;
Long             1279 Zend/zend_strtod.c 	Long borrow, y;
Long             1283 Zend/zend_strtod.c 	Long z;
Long             1475 Zend/zend_strtod.c 	Long L;
Long             2047 Zend/zend_strtod.c 	Long L;
Long              780 ext/standard/image.c 		return  ((( char *)Long)[0] << 24) | (((unsigned char *)Long)[1] << 16)
Long              781 ext/standard/image.c 		      | (((unsigned char *)Long)[2] << 8 ) | (((unsigned char *)Long)[3] << 0 );
Long              783 ext/standard/image.c 		return  ((( char *)Long)[3] << 24) | (((unsigned char *)Long)[2] << 16)
Long              784 ext/standard/image.c 		      | (((unsigned char *)Long)[1] << 8 ) | (((unsigned char *)Long)[0] << 0 );
Long              793 ext/standard/image.c 	return (unsigned)php_ifd_get32s(Long, motorola_intel) & 0xffffffff;