Home
last modified time | relevance | path

Searched refs:_throwunix (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/test/
Dtjbench.c43 #define _throwunix(m) _throw(m, strerror(errno)) macro
107 _throwunix("allocating image buffer"); in decomptest()
220 _throwunix("allocating temporary image buffer"); in dotest()
234 _throwunix("allocating JPEG tile array"); in dotest()
238 _throwunix("allocating JPEG size array"); in dotest()
245 _throwunix("allocating JPEG tiles"); in dotest()
312 _throwunix("opening reference image"); in dotest()
314 _throwunix("writing reference image"); in dotest()
361 _throwunix("opening file"); in dodecomptest()
363 _throwunix("determining file size"); in dodecomptest()
[all …]
/external/libjpeg-turbo/
Dtjbench.c44 #define _throwunix(m) _throw(m, strerror(errno)) macro
131 _throwunix("allocating destination buffer"); in decomp()
144 _throwunix("allocating YUV buffer"); in decomp()
291 _throwunix("allocating temporary image buffer"); in fullTest()
305 _throwunix("allocating JPEG tile array"); in fullTest()
309 _throwunix("allocating JPEG size array"); in fullTest()
317 _throwunix("allocating JPEG tiles"); in fullTest()
333 _throwunix("allocating YUV buffer"); in fullTest()
430 _throwunix("opening reference image"); in fullTest()
432 _throwunix("writing reference image"); in fullTest()
[all …]
Dbmp.c71 #define _throwunix(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s\n%s", m, \ macro
176 _throwunix("loadbmp(): Cannot open input file"); in loadbmp()
190 _throwunix("loadbmp(): Could not read input file") in loadbmp()
260 _throwunix("savebmp(): Cannot open output file"); in savebmp()