Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dimage.c748 static int php_ifd_get16u(void *Short, int motorola_intel) in php_ifd_get16u()
760 static signed short php_ifd_get16s(void *Short, int motorola_intel) in php_ifd_get16s()
768 static int php_ifd_get32s(void *Long, int motorola_intel) in php_ifd_get32s()
782 static unsigned php_ifd_get32u(void *Long, int motorola_intel) in php_ifd_get32u()
/PHP-5.6/ext/exif/
H A Dexif.c1080 static int php_ifd_get16u(void *value, int motorola_intel) in php_ifd_get16u()
1092 static signed short php_ifd_get16s(void *value, int motorola_intel) in php_ifd_get16s()
1100 static int php_ifd_get32s(void *value, int motorola_intel) in php_ifd_get32s()
1118 static unsigned php_ifd_get32u(void *value, int motorola_intel) in php_ifd_get32u()
1126 static void php_ifd_set16u(char *data, unsigned int value, int motorola_intel) in php_ifd_set16u()
1140 static void php_ifd_set32u(char *data, size_t value, int motorola_intel) in php_ifd_set32u()
1157 char * exif_dump_data(int *dump_free, int format, int components, int length, int motorola_intel, c… in exif_dump_data()
1533 int motorola_intel; /* 1 Motorola; 0 Intel */ member

Completed in 22 milliseconds