Searched refs:JMESSAGE (Results 1 – 1 of 1) sorted by relevance
| /GUIX-v6.2.1/guix_studio/libs/libjpeg/include/ |
| D | jerror.h | 25 #ifndef JMESSAGE 31 #define JMESSAGE(code, string) macro 39 #define JMESSAGE(code, string) code, macro 43 JMESSAGE(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */ enumerator 47 JMESSAGE(JERR_ARITH_NOTIMPL, "Sorry, arithmetic coding is not implemented") 49 JMESSAGE(JERR_BAD_ALIGN_TYPE, "ALIGN_TYPE is wrong, please fix") 50 JMESSAGE(JERR_BAD_ALLOC_CHUNK, "MAX_ALLOC_CHUNK is wrong, please fix") 51 JMESSAGE(JERR_BAD_BUFFER_MODE, "Bogus buffer control mode") 52 JMESSAGE(JERR_BAD_COMPONENT_ID, "Invalid component ID %d in SOS") 54 JMESSAGE(JERR_BAD_CROP_SPEC, "Invalid crop request") [all …]
|