Searched refs:Long (Results 1 – 4 of 4) sorted by relevance
2 Long back references
768 static int php_ifd_get32s(void *Long, int motorola_intel) in php_ifd_get32s() argument771 return ((( char *)Long)[0] << 24) | (((unsigned char *)Long)[1] << 16) in php_ifd_get32s()772 | (((unsigned char *)Long)[2] << 8 ) | (((unsigned char *)Long)[3] << 0 ); in php_ifd_get32s()774 return ((( char *)Long)[3] << 24) | (((unsigned char *)Long)[2] << 16) in php_ifd_get32s()775 | (((unsigned char *)Long)[1] << 8 ) | (((unsigned char *)Long)[0] << 0 ); in php_ifd_get32s()782 static unsigned php_ifd_get32u(void *Long, int motorola_intel) in php_ifd_get32u() argument784 return (unsigned)php_ifd_get32s(Long, motorola_intel) & 0xffffffff; in php_ifd_get32u()
176 #define Long int32_t macro490 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 …]
15282 # Long description: Open Artwork System Interchange Standard
Completed in 49 milliseconds