Home
last modified time | relevance | path

Searched refs:Long (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/ereg/tests/
H A D010.phpt2 Long back references
/PHP-5.5/ext/standard/
H A Dimage.c780 static int php_ifd_get32s(void *Long, int motorola_intel) in php_ifd_get32s() argument
783 return ((( char *)Long)[0] << 24) | (((unsigned char *)Long)[1] << 16) in php_ifd_get32s()
784 | (((unsigned char *)Long)[2] << 8 ) | (((unsigned char *)Long)[3] << 0 ); in php_ifd_get32s()
786 return ((( char *)Long)[3] << 24) | (((unsigned char *)Long)[2] << 16) in php_ifd_get32s()
787 | (((unsigned char *)Long)[1] << 8 ) | (((unsigned char *)Long)[0] << 0 ); in php_ifd_get32s()
794 static unsigned php_ifd_get32u(void *Long, int motorola_intel) in php_ifd_get32u() argument
796 return (unsigned)php_ifd_get32s(Long, motorola_intel) & 0xffffffff; in php_ifd_get32u()
/PHP-5.5/Zend/
H A Dzend_strtod.c176 #define Long int32_t macro
490 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(Long)); in Balloc()
514 y->wds*sizeof(Long) + 2*sizeof(int))
758 Long x, y; in s2b()
920 Long borrow, y; /* We need signed shifts here. */ in diff()
923 Long z; in diff()
994 register Long L; in ulp()
1285 Long borrow, y; in quorem()
1289 Long z; in quorem()
1481 Long L; in zend_dtoa()
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic14282 # Long descripton: Open Artwork System Interchange Standard

Completed in 53 milliseconds