OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exitmessage
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/common/libva/test/decode/
loadjpeg.c
42
static void
exitmessage
(const char *message) __attribute__((noreturn));
43
static void
exitmessage
(const char *message)
function
72
exitmessage
("Cannot open filename\n");
76
exitmessage
("Not enough memory for loading file\n");
83
exitmessage
("Not enough memory to alloc the structure need for decompressing\n");
86
exitmessage
(tinyjpeg_get_errorstring(jdec));
93
exitmessage
(tinyjpeg_get_errorstring(jdec));
Completed in 68 milliseconds