Searched refs:Long (Results 1 – 6 of 6) sorted by relevance
2 Failing test case for #75857: Long timezones truncation
778 static int php_ifd_get32s(void *Long, int motorola_intel) in php_ifd_get32s() argument781 return ((( char *)Long)[0] << 24) | (((unsigned char *)Long)[1] << 16) in php_ifd_get32s()782 | (((unsigned char *)Long)[2] << 8 ) | (((unsigned char *)Long)[3] << 0 ); in php_ifd_get32s()784 return ((( char *)Long)[3] << 24) | (((unsigned char *)Long)[2] << 16) in php_ifd_get32s()785 | (((unsigned char *)Long)[1] << 8 ) | (((unsigned char *)Long)[0] << 0 ); in php_ifd_get32s()792 static unsigned php_ifd_get32u(void *Long, int motorola_intel) in php_ifd_get32u() argument794 return (unsigned)php_ifd_get32s(Long, motorola_intel) & 0xffffffff; in php_ifd_get32u()
193 #ifndef Long194 #define Long int32_t macro721 Long x, y;1212 Long L;1810 Long e, e1;1901 e = -(((Long)(s-decpt)) << 2);2543 Long L;3536 L = (Long)aadj;3756 Long L;4064 L = (Long)(dval(&u));[all …]
333 . Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned). 335 . Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp 1504 . Fixed bug #69031 (Long messages into stdout/stderr are truncated
2224 # creates misleading V7 header for Long path, Multi-volume, Volume type4660 # Long ReturnBatch tag4662 # Long RapBatchControlInfo tag4671 # Long Acknowledgement tag4673 # Long Sender tag21107 # Long description: Open Artwork System Interchange Standard
Completed in 177 milliseconds