OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JMESSAGE
(Results
1 - 5
of
5
) sorted by null
/external/libjpeg-turbo/
cderror.h
19
* defining macro
JMESSAGE
. To create a message string table, include it
20
* again with a suitable
JMESSAGE
definition (see jerror.c for an example).
22
#ifndef
JMESSAGE
28
/* Repeated inclusions of this file are no-ops unless
JMESSAGE
is defined */
29
#define
JMESSAGE
(code,string)
31
#endif /*
JMESSAGE
*/
37
#define
JMESSAGE
(code,string) code ,
41
JMESSAGE
(JMSG_FIRSTADDONCODE=1000, NULL) /* Must be first entry! */
44
JMESSAGE
(JERR_BMP_BADCMAP, "Unsupported BMP colormap format")
45
JMESSAGE
(JERR_BMP_BADDEPTH, "Only 8- and 24-bit BMP files are supported"
[
all
...]
jerror.h
22
* defining macro
JMESSAGE
. To create a message string table, include it
23
* again with a suitable
JMESSAGE
definition (see jerror.c for an example).
25
#ifndef
JMESSAGE
30
/* Repeated inclusions of this file are no-ops unless
JMESSAGE
is defined */
31
#define
JMESSAGE
(code,string)
33
#endif /*
JMESSAGE
*/
39
#define
JMESSAGE
(code,string) code ,
43
JMESSAGE
(JMSG_NOMESSAGE, "Bogus message code %d") /* Must be first entry! */
47
JMESSAGE
(JERR_ARITH_NOTIMPL,
50
JMESSAGE
(JERR_BAD_ALIGN_TYPE, "ALIGN_TYPE is wrong, please fix"
[
all
...]
jerror.c
42
* jerror.h with a suitable definition for macro
JMESSAGE
.
47
#define
JMESSAGE
(code,string) string ,
cjpeg.c
47
#define
JMESSAGE
(code,string) string ,
djpeg.c
50
#define
JMESSAGE
(code,string) string ,
Completed in 4435 milliseconds