Searched refs:_throwunix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjbench.c44 #define _throwunix(m) _throw(m, strerror(errno)) macro
118 _throwunix("allocating image buffer");
176 _throwunix("opening YUV image for output");
178 _throwunix("writing YUV image");
254 _throwunix("allocating image buffer");
304 _throwunix("opening reference image");
306 _throwunix("writing reference image");
332 _throwunix("allocating temporary image buffer");
346 _throwunix("allocating JPEG tile array");
350 _throwunix("allocatin
[all...]
H A Dbmp.c71 #define _throwunix(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s\n%s", m, \ macro
116 _throwunix("loadbmp(): Cannot open input file");
130 _throwunix("loadbmp(): Could not read input file")
200 _throwunix("savebmp(): Cannot open output file");

Completed in 44 milliseconds