Home
last modified time | relevance | path

Searched refs:corrupted (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmss1.c165 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 Dmss2.c643 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 Dmss12.h91 int corrupted; member
H A Dmss12.c687 c->corrupted = 1; in ff_mss12_decode_init()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise09.c214 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 Dtsoftinj.c39 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 Dtsoftinj.c39 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 Dreadtree.py15 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 Dconf.c4120 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 Dfft_vfp.S26 @ all single-precision VFP registers may be corrupted on exit. The a2

Completed in 12 milliseconds