Home
last modified time | relevance | path

Searched defs:motorola_intel (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Dimage.c758 static int php_ifd_get16u(void *Short, int motorola_intel) in php_ifd_get16u()
770 static signed short php_ifd_get16s(void *Short, int motorola_intel) in php_ifd_get16s()
778 static int php_ifd_get32s(void *Long, int motorola_intel) in php_ifd_get32s()
792 static unsigned php_ifd_get32u(void *Long, int motorola_intel) in php_ifd_get32u()
800 static struct gfxinfo *php_handle_tiff (php_stream * stream, zval *info, int motorola_intel) in php_handle_tiff()
/PHP-7.4/ext/exif/
H A Dexif.c1473 static int php_ifd_get16u(void *value, int motorola_intel) in php_ifd_get16u()
1485 static signed short php_ifd_get16s(void *value, int motorola_intel) in php_ifd_get16s()
1493 static unsigned php_ifd_get32u(void *void_value, int motorola_intel) in php_ifd_get32u()
1512 static uint64_t php_ifd_get64u(void *void_value, int motorola_intel) in php_ifd_get64u()
1539 static unsigned php_ifd_get32s(void *value, int motorola_intel) in php_ifd_get32s()
1547 static void php_ifd_set16u(char *data, unsigned int value, int motorola_intel) in php_ifd_set16u()
1561 static void php_ifd_set32u(char *data, size_t value, int motorola_intel) in php_ifd_set32u()
1665 static double exif_convert_any_format(void *value, int format, int motorola_intel) in exif_convert_any_format()
1749 static size_t exif_convert_any_to_int(void *value, int format, int motorola_intel) in exif_convert_any_to_int()
2001 int motorola_intel; /* 1 Motorola; 0 Intel */ member
[all …]

Completed in 22 milliseconds