Searched defs:JMESSAGE (Results 1 – 10 of 10) sorted by relevance
/external/jpeg/ |
D | cderror.h | 27 #define JMESSAGE(code,string) macro 35 #define JMESSAGE(code,string) code , macro 39 JMESSAGE(JMSG_FIRSTADDONCODE=1000, NULL) /* Must be first entry! */ enumerator
|
D | jerror.h | 27 #define JMESSAGE(code,string) macro 35 #define JMESSAGE(code,string) code , macro 39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */ enumerator
|
D | jerror.c | 48 #define JMESSAGE(code,string) string , macro
|
D | cjpeg.c | 42 #define JMESSAGE(code,string) string , macro
|
D | djpeg.c | 44 #define JMESSAGE(code,string) string , macro
|
/external/qemu/distrib/jpeg-6b/ |
D | cderror.h | 27 #define JMESSAGE(code,string) macro 35 #define JMESSAGE(code,string) code , macro 39 JMESSAGE(JMSG_FIRSTADDONCODE=1000, NULL) /* Must be first entry! */ enumerator
|
D | jerror.h | 27 #define JMESSAGE(code,string) macro 35 #define JMESSAGE(code,string) code , macro 39 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */ enumerator
|
D | jerror.c | 48 #define JMESSAGE(code,string) string , macro
|
D | cjpeg.c | 42 #define JMESSAGE(code,string) string , macro
|
D | djpeg.c | 44 #define JMESSAGE(code,string) string , macro
|