Home
last modified time | relevance | path

Searched refs:corrupted (Results 1 – 25 of 130) sorted by relevance

123456

/external/squashfs-tools/squashfs-tools/
Dread_fs.c153 goto corrupted; in scan_inode_table()
164 goto corrupted; in scan_inode_table()
173 goto corrupted; in scan_inode_table()
189 goto corrupted; in scan_inode_table()
209 goto corrupted; in scan_inode_table()
215 goto corrupted; in scan_inode_table()
228 goto corrupted; in scan_inode_table()
249 goto corrupted; in scan_inode_table()
266 goto corrupted; in scan_inode_table()
286 goto corrupted; in scan_inode_table()
[all …]
Dunsquash-1.c268 goto corrupted; in squashfs_opendir_1()
283 goto corrupted; in squashfs_opendir_1()
311 corrupted: in squashfs_opendir_1()
Dunsquash-4.c310 goto corrupted; in squashfs_opendir_4()
319 goto corrupted; in squashfs_opendir_4()
347 corrupted: in squashfs_opendir_4()
Dunsquash-3.c346 goto corrupted; in squashfs_opendir_3()
361 goto corrupted; in squashfs_opendir_3()
389 corrupted: in squashfs_opendir_3()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c538 ref_fb_corrupted[i] = this_fb->corrupted; in decode_mb_rows()
650 xd->corrupted |= ref_fb_corrupted[xd->mode_info_context->mbmi.ref_frame]; in decode_mb_rows()
658 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in decode_mb_rows()
974 xd->corrupted = 0; /* init without corruption */ in init_frame()
999 xd->corrupted = 0; in vp8_decode_frame()
1000 yv12_fb_new->corrupted = 0; in vp8_decode_frame()
1228 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()
1229 if (pbi->ec_active && xd->corrupted) in vp8_decode_frame()
1236 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()
1237 if (pbi->ec_active && xd->corrupted) in vp8_decode_frame()
[all …]
/external/e2fsprogs/tests/f_salvage_dir/
Dexpect.13 Directory inode 13, block #0, offset 48: directory corrupted
6 Directory inode 12, block #1, offset 0: directory corrupted
10 Directory inode 12, block #1, offset 1016: directory corrupted
Dname1 salvage corrupted directories
/external/e2fsprogs/tests/f_dupfsblks/
Dexpect.138 Directory inode 12, block #1, offset 0: directory corrupted
41 Directory inode 12, block #2, offset 0: directory corrupted
44 Directory inode 12, block #3, offset 0: directory corrupted
50 Directory inode 12, block #4, offset 100: directory corrupted
/external/e2fsprogs/tests/
DREADME1 These images contain various forms of corrupted filesystem which
37 baddir.img Filesystem with a corrupted directory
39 badinode.img Filesystem with various different corrupted inode
46 bitmaps.img Filesystem with corrupted inode and block bitmaps
/external/libvpx/libvpx/vp9/decoder/
Dvp9_dthread.c71 if (ref_buf->row >= row && ref_buf->buf.corrupted != 1) return; in vp9_frameworker_wait()
93 ref_buf->buf.corrupted != 1) { in vp9_frameworker_wait()
98 if (ref_buf->buf.corrupted == 1) { in vp9_frameworker_wait()
/external/e2fsprogs/tests/f_badsymlinks/
Dname1 corrupted symlinks
/external/e2fsprogs/tests/f_baddir/
Dname1 corrupted directory entries
/external/e2fsprogs/tests/f_badinode/
Dname1 corrupted inode entries
/external/e2fsprogs/tests/f_badorphan/
Dname1 corrupted orphan list
/external/e2fsprogs/tests/f_dir_bad_mode/
Dname1 directory with corrupted i_mode
/external/e2fsprogs/tests/f_bitmaps/
Dname1 corrupted inode and block bitmaps
/external/e2fsprogs/tests/f_mmp_garbage/
Dname1 repair MMP when it is corrupted
Dscript22 # create a corrupted image
/external/e2fsprogs/tests/f_journal/
Dname1 recover journal from corrupted inode table
/external/vboot_reference/tests/testcases/
Dpadding_test_vectors.inc217 // NOTE(bleichen): The following vector got corrupted. I can't find the correct value anymore.
/external/e2fsprogs/tests/f_baddir2/
Dexpect.13 Directory inode 12, block #0, offset 60: directory corrupted
/external/lzma/
Dhistory.txt52 If encoded stream was corrupted, decoder could access memory
118 If encoded stream was corrupted, decoder could access memory
201 If _LZMA_OUT_READ was defined, and if encoded stream was corrupted,
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h60 int corrupted; member
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c102 ybf->corrupted = 0; /* assume not currupted by errors */ in vp8_yv12_realloc_frame_buffer()
279 ybf->corrupted = 0; /* assume not corrupted by errors */ in vpx_realloc_frame_buffer()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c754 int *corrupted = va_arg(args, int *); in vp8_get_frame_corrupted() local
757 if (corrupted && pbi) in vp8_get_frame_corrupted()
761 *corrupted = frame->corrupted; in vp8_get_frame_corrupted()

123456