Searched refs:corrupted (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mss1.c | 165 c->corrupted = 0; in mss1_decode_frame() 171 if (c->corrupted) in mss1_decode_frame() 176 c->corrupted = ff_mss12_decode_rect(&ctx->sc, &acoder, 0, 0, in mss1_decode_frame() 178 if (c->corrupted) in mss1_decode_frame()
|
H A D | mss2.c | 643 c->corrupted = 0; in mss2_decode_frame() 669 if (c->corrupted) in mss2_decode_frame() 674 if (c->corrupted = ff_mss12_decode_rect(&ctx->sc[0], &acoder, 0, 0, in mss2_decode_frame() 686 if (c->corrupted = ff_mss12_decode_rect(&ctx->sc[1], &acoder, 0, in mss2_decode_frame()
|
H A D | mss12.h | 91 int corrupted; member
|
H A D | mss12.c | 687 c->corrupted = 1; in ff_mss12_decode_init()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise09.c | 214 unsigned int corrupted = 0; in child() local 231 corrupted++; in child() 236 corrupted++; in child() 249 if (corrupted) in child() 250 tst_res(TFAIL, "Found corrupted page"); in child()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tsoftinj.c | 39 int corrupted; variable 89 corrupted++; in offline() 164 printf("%s: expected %d corrupted pages, got %u\n", name, in check() 171 corrupted = 0; in check()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tsoftinj.c | 39 int corrupted; variable 89 corrupted++; in offline() 164 printf("%s: expected %d corrupted pages, got %u\n", name, in check() 171 corrupted = 0; in check()
|
/third_party/littlefs/scripts/ |
H A D | readtree.py | 15 corrupted = [] 64 # corrupted? 66 corrupted.append(mdir) 129 ' (corrupted!)' if not mdir else '', 150 for mdir in corrupted: 152 print("*** corrupted mdir {%#x, %#x}! ***" % ( 180 help="Show all tags in log, included tags in corrupted commits.")
|
/third_party/alsa-lib/src/ |
H A D | conf.c | 4120 SNDERR("%s may be old or corrupted: consider to remove or fix it", filename); in config_file_open() 4639 SNDERR("%s may be old or corrupted: consider to remove or fix it", local->finfo[k].name); in snd_config_update_r()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | fft_vfp.S | 26 @ all single-precision VFP registers may be corrupted on exit. The a2
|
Completed in 12 milliseconds