Searched refs:error_count (Results 1 - 25 of 51) sorted by path

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Derror_resilience.c608 s->error_count= 3*s->mb_num;
637 s->error_count -= end_i - start_i + 1;
641 s->error_count -= end_i - start_i + 1;
645 s->error_count -= end_i - start_i + 1;
648 if(status & (AC_ERROR|DC_ERROR|MV_ERROR)) s->error_count= INT_MAX;
660 s->error_count= INT_MAX;
672 if(prev_status != (MV_END|DC_END|AC_END)) s->error_count= INT_MAX;
685 if(!s->error_recognition || s->error_count==0 || s->avctx->lowres ||
688 s->error_count==3*s->mb_width*(s->avctx->skip_top + s->avctx->skip_bottom)) return;
H A Dh264.c7386 hx->s.error_count = 0;
7399 h->s.error_count += h->thread_context[i]->s.error_count;
7750 * This causes a mismatched s->error_count
H A Dmpeg12.c1896 s->error_count= 3*(s->end_mb_y - s->start_mb_y)*s->mb_width;
1905 //ret, s->resync_mb_x, s->resync_mb_y, s->mb_x, s->mb_y, s->start_mb_y, s->end_mb_y, s->error_count);
2329 s2->error_count += s2->thread_context[i]->error_count;
H A Dmpegvideo.h468 int error_count; member in struct:MpegEncContext
H A Dmpegvideo_enc.c2635 MERGE(error_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dbase64.c141 int i, error_count = 0; local
158 error_count += test_encode_decode(tests[i].data, strlen(tests[i].data), tests[i].encoded_ref);
160 return error_count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c213 int error_count; variable
1193 * send_config procedure called error() (or incremented error_count
1206 errs = error_count;
1208 return (error_count != errs)? -1: 0;
1214 * recv_config procedure called error() (or incremented error_count
1227 errs = error_count;
1229 return (error_count != errs)? -1: 0;
H A Dpppd.h244 extern int error_count; /* # of times error() has been called */
H A Dsys-linux.c1201 ++error_count;
H A Dsys-solaris.c1549 ++error_count;
1599 ++error_count;
H A Dutils.c727 ++error_count;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Daeswrap.c32 static int error_count; variable
42 error_count++;
258 return error_count ? 1 : 0;
H A Dbasic.c57 static int error_count; variable
69 error_count++;
2968 fprintf (stderr, "\nAll tests completed. Errors: %i\n", error_count);
2973 return error_count ? 1 : 0;
H A Dcurves.c69 static int error_count; variable
79 error_count++;
209 return error_count ? 1 : 0;
H A Dfips186-dsa.c47 static int error_count; variable
67 error_count++;
464 return error_count ? 1 : 0;
H A Dhmac.c32 static int error_count; variable
42 error_count++;
170 return error_count ? 1 : 0;
H A Dkeygen.c34 static int error_count; variable
44 error_count++;
309 return error_count? 1:0;
H A Dpkbench.c42 static int error_count; variable
66 error_count++;
513 return error_count ? 1 : 0;
H A Dpkcs1v2.c48 static int error_count; variable
69 error_count++;
720 fprintf (stderr, "\nAll tests completed. Errors: %i\n", error_count);
722 return error_count ? 1 : 0;
H A Dt-kdf.c38 static int error_count; variable
48 error_count++;
973 return error_count ? 1 : 0;
H A Dt-mpi-bit.c37 static int error_count; variable
69 error_count++;
359 show ("All tests completed. Errors: %d\n", error_count);
360 return error_count ? 1 : 0;
H A Dtsexp.c33 static int error_count; variable
57 error_count++;
455 return error_count? 1:0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmce_amd.c176 * the interrupt goes off when error_count reaches threshold_limit.
348 RW_ATTR(error_count); variable
353 &error_count.attr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss.c2365 int error_count = 1; local
2372 return error_count;
2379 error_count = 0;
2382 if (error_count != 0)
2385 return error_count;
2397 return error_count;
H A Dub.c901 sc->work_urb.error_count = 0;
1291 sc->work_urb.error_count = 0;
1333 sc->work_urb.error_count = 0;
1449 sc->work_urb.error_count = 0;
1914 sc->work_urb.error_count = 0;
1968 sc->work_urb.error_count = 0;
2038 sc->work_urb.error_count = 0;

Completed in 263 milliseconds

123