Searched defs:JMESSAGE (Results 1 – 10 of 10) sorted by relevance
/external/libjpeg-turbo/ |
D | cderror.h | 28 #define JMESSAGE(code,string) macro 36 #define JMESSAGE(code,string) code , macro 40 JMESSAGE(JMSG_FIRSTADDONCODE=1000, NULL) /* Must be first entry! */ enumerator
|
D | jerror.h | 30 #define JMESSAGE(code,string) macro 38 #define JMESSAGE(code,string) code , macro 42 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */ enumerator
|
D | jerror.c | 46 #define JMESSAGE(code,string) string , macro
|
D | cjpeg.c | 46 #define JMESSAGE(code,string) string , macro
|
D | djpeg.c | 49 #define JMESSAGE(code,string) string , macro
|
/external/pdfium/third_party/libjpeg/ |
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 | fpdfapi_jerror.c | 39 #define JMESSAGE(code,string) string , macro
|
/external/opencv3/3rdparty/libjpeg/ |
D | jerror.h | 28 #define JMESSAGE(code,string) macro 36 #define JMESSAGE(code,string) code , macro 40 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */ enumerator
|
D | jerror.c | 49 #define JMESSAGE(code,string) string , macro
|