Searched defs:retcode (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/libjpeg_turbo/
H A Djdtrans.c55 int retcode; local
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
H A Djdapistd.c58 int retcode; variable
63 retcode = (*cinfo->inputctl->consume_input) (cinfo);
64 if (retcode == JPEG_SUSPENDED)
66 if (retcode == JPEG_REACHED_EOI)
70 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
H A Djdapimin.c243 int retcode; local
249 retcode = jpeg_consume_input(cinfo);
251 switch (retcode) {
253 retcode = JPEG_HEADER_OK;
263 retcode = JPEG_HEADER_TABLES_ONLY;
270 return retcode;
289 int retcode = JPEG_SUSPENDED; local
301 retcode = (*cinfo->inputctl->consume_input) (cinfo);
302 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */
311 retcode
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdtrans.c56 int retcode; local
61 retcode = (*cinfo->inputctl->consume_input) (cinfo);
62 if (retcode == JPEG_SUSPENDED)
64 if (retcode == JPEG_REACHED_EOI)
68 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
H A Dfpdfapi_jdapistd.c56 int retcode; variable
61 retcode = (*cinfo->inputctl->consume_input) (cinfo);
62 if (retcode == JPEG_SUSPENDED)
64 if (retcode == JPEG_REACHED_EOI)
68 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
H A Dfpdfapi_jdapimin.c244 int retcode; local
250 retcode = jpeg_consume_input(cinfo);
252 switch (retcode) {
254 retcode = JPEG_HEADER_OK;
264 retcode = JPEG_HEADER_TABLES_ONLY;
271 return retcode;
290 int retcode = JPEG_SUSPENDED; local
302 retcode = (*cinfo->inputctl->consume_input) (cinfo);
303 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */
312 retcode
[all...]
/external/jpeg/
H A Djdtrans.c55 int retcode; local
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
106 int retcode = 0; local
116 retcode = (*cinfo->inputctl->consume_input_build_huffman_index)
118 if (retcode == JPEG_REACHED_EOI)
125 retcode
168 int retcode; local
[all...]
H A Djdapimin.c244 int retcode; local
250 retcode = jpeg_consume_input(cinfo);
252 switch (retcode) {
254 retcode = JPEG_HEADER_OK;
264 retcode = JPEG_HEADER_TABLES_ONLY;
271 return retcode;
290 int retcode = JPEG_SUSPENDED; local
302 retcode = (*cinfo->inputctl->consume_input) (cinfo);
303 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */
312 retcode
[all...]
H A Djdapistd.c55 int retcode; variable
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
/external/qemu/distrib/jpeg-6b/
H A Djdtrans.c55 int retcode; local
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
106 int retcode = 0; local
116 retcode = (*cinfo->inputctl->consume_input_build_huffman_index)
118 if (retcode == JPEG_REACHED_EOI)
125 retcode
168 int retcode; local
[all...]
H A Djdapimin.c244 int retcode; local
250 retcode = jpeg_consume_input(cinfo);
252 switch (retcode) {
254 retcode = JPEG_HEADER_OK;
264 retcode = JPEG_HEADER_TABLES_ONLY;
271 return retcode;
290 int retcode = JPEG_SUSPENDED; local
302 retcode = (*cinfo->inputctl->consume_input) (cinfo);
303 if (retcode == JPEG_REACHED_SOS) { /* Found SOS, prepare to decompress */
312 retcode
[all...]
H A Djdapistd.c55 int retcode; variable
60 retcode = (*cinfo->inputctl->consume_input) (cinfo);
61 if (retcode == JPEG_SUSPENDED)
63 if (retcode == JPEG_REACHED_EOI)
67 (retcode == JPEG_ROW_COMPLETED || retcode == JPEG_REACHED_SOS)) {
/external/chromium_org/tools/gyp/test/standalone-static-library/
H A Dgyptest-standalone-static-library.py49 retcode = subprocess.call(['ar', '-x', path]) variable
50 assert retcode == 0
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal_win.cc174 int retcode = 0; local
175 if (!LaunchSetupForEula(inner_html.value(), &retcode) ||
176 (retcode != installer::EULA_ACCEPTED &&
177 retcode != installer::EULA_ACCEPTED_OPT_IN)) {
183 if (retcode == installer::EULA_ACCEPTED) {
186 } else if (retcode == installer::EULA_ACCEPTED_OPT_IN) {
/external/ppp/pppd/plugins/radius/
H A Ddict.c53 int retcode; local
62 retcode = 0;
78 retcode = -1;
85 retcode = -1;
92 retcode = -1;
113 retcode = -1;
124 retcode = -1;
132 retcode = -1;
140 retcode = -1;
165 retcode
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_if.c305 int retcode = -1; local
309 retcode = check_fragments_for_errors(pbi);
310 if(retcode <= 0)
311 return retcode;
337 retcode = vp8_decode_frame(pbi);
339 if (retcode < 0)
390 return retcode;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decoder.c218 int retcode = 0; local
285 return retcode;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxhash.c380 int retcode = __glxHashLookup(table, key, &retval); local
382 switch (retcode) {
398 printf("Bad retcode = %d: key = %lu, expected = %lu, returned = %lu\n",
399 retcode, key, value, retval);
/external/iputils/ninfod/
H A Dninfod_name.c213 int done = 0, retcode = 0; local
230 return retcode; /* truncated */
239 retcode = 1; // trunc
246 retcode = 1;
250 retcode = 1;
258 return retcode;
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c314 int retcode = -1; local
318 retcode = check_fragments_for_errors(pbi);
319 if(retcode <= 0)
320 return retcode;
355 retcode = vp8_decode_frame(pbi);
357 if (retcode < 0)
416 return retcode;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c295 int retcode = 0; local
339 retcode = vp9_decode_frame(pbi, source, source + size, psource);
341 if (retcode < 0) {
346 return retcode;
403 return retcode;
/external/mesa3d/src/glx/
H A Dglxhash.c380 int retcode = __glxHashLookup(table, key, &retval); local
382 switch (retcode) {
398 printf("Bad retcode = %d: key = %lu, expected = %lu, returned = %lu\n",
399 retcode, key, value, retval);
/external/openssl/crypto/ocsp/
H A Docsp_ht.c196 int retcode; local
235 retcode = strtoul(p, &r, 10);
253 if(retcode != 200)
/external/ppp/pppd/
H A Dupap.c380 int retcode; local
425 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd,
434 if (retcode == UPAP_AUTHACK) {
437 retcode = UPAP_AUTHNAK; /* XXX exit value will be "wrong" */
445 upap_sresp(u, retcode, id, msg, msglen);
450 if (retcode == UPAP_AUTHACK) {
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_events.c229 int retcode; local
245 retcode = 0;
246 retcode += SDL_AppActiveInit();
247 retcode += SDL_KeyboardInit();
248 retcode += SDL_MouseInit();
249 retcode += SDL_QuitInit();
250 if ( retcode < 0 ) {

Completed in 4798 milliseconds

12