Home
last modified time | relevance | path

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

/PHP-5.3/ext/ereg/tests/
H A D010.phpt2 Long back references
/PHP-5.3/ext/standard/
H A Dimage.c776 static int php_ifd_get32s(void *Long, int motorola_intel) in php_ifd_get32s() argument
779 return ((( char *)Long)[0] << 24) | (((unsigned char *)Long)[1] << 16) in php_ifd_get32s()
780 | (((unsigned char *)Long)[2] << 8 ) | (((unsigned char *)Long)[3] << 0 ); in php_ifd_get32s()
782 return ((( char *)Long)[3] << 24) | (((unsigned char *)Long)[2] << 16) in php_ifd_get32s()
783 | (((unsigned char *)Long)[1] << 8 ) | (((unsigned char *)Long)[0] << 0 ); in php_ifd_get32s()
790 static unsigned php_ifd_get32u(void *Long, int motorola_intel) in php_ifd_get32u() argument
792 return (unsigned)php_ifd_get32s(Long, motorola_intel) & 0xffffffff; in php_ifd_get32u()
/PHP-5.3/ext/session/tests/
H A Dbug60634.phpt4 Long term low priority bug, working on it
H A Dbug60634_error_4.phpt4 Long term low priority bug, working on it
H A Dbug60634_error_5.phpt4 Long term low priority bug, working on it
H A Dbug60634_error_1.phpt4 Long term low priority bug, working on it
H A Dbug60634_error_2.phpt4 Long term low priority bug, working on it
H A Dbug60634_error_3.phpt4 Long term low priority bug, working on it
/PHP-5.3/Zend/
H A Dzend_strtod.c176 #define Long int32_t macro
491 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(Long)); in Balloc()
515 y->wds*sizeof(Long) + 2*sizeof(int))
759 Long x, y; in s2b()
921 Long borrow, y; /* We need signed shifts here. */ in diff()
924 Long z; in diff()
995 register Long L; in ulp()
1286 Long borrow, y; in quorem()
1290 Long z; in quorem()
1482 Long L; in zend_dtoa()
[all …]

Completed in 31 milliseconds