Home
last modified time | relevance | path

Searched refs:icheck (Results 1 – 13 of 13) sorted by relevance

/external/e2fsprogs/debugfs/
DAndroid.bp24 "icheck.c",
Dro_debug_cmds.ct28 icheck;
DMakefile.in19 DEBUG_OBJS= debug_cmds.o debugfs.o util.o ncheck.o icheck.o ls.o \
24 RO_DEBUG_OBJS= ro_debug_cmds.o ro_debugfs.o util.o ncheck.o icheck.o ls.o \
29 $(srcdir)/ncheck.c $(srcdir)/icheck.c $(srcdir)/lsdel.c \
225 icheck.o: $(srcdir)/icheck.c $(top_builddir)/lib/config.h \
Ddebug_cmds.ct35 icheck;
/external/e2fsprogs/doc/RelNotes/
Dv1.18.txt20 Debugfs's ncheck and icheck commands now handles the case where there
Dv1.15.txt52 Make debugfs's icheck command more robust by checking to make sure an
Dv1.26.txt94 Debugfs's stat and icheck commands now properly deals with large (>
Dv1.39.txt100 Fix a bug in debugfs's icheck which would incorrectly report the owner
Dv1.42.txt1544 Debugfs's icheck will now correctly find inodes which use the
/external/llvm-project/flang/unittests/Evaluate/
Dreal.cpp160 auto icheck{check.value.template ToInteger<Integer8>()}; in basicTests() local
161 MATCH(x, icheck.value.ToUInt64())(ldesc); in basicTests()
/external/ImageMagick/coders/
Dpng.c2755 icheck, in ReadOnePNGImage() local
2767 for (icheck=0; sRGB_info[icheck].len > 0; icheck++) in ReadOnePNGImage()
2769 if (profile_length == sRGB_info[icheck].len) in ReadOnePNGImage()
2785 if (profile_crc == sRGB_info[icheck].crc) in ReadOnePNGImage()
2790 sRGB_info[icheck].intent)); in ReadOnePNGImage()
2795 sRGB_info[icheck].intent); in ReadOnePNGImage()
2801 if (sRGB_info[icheck].len == 0) in ReadOnePNGImage()
8674 icheck, in WriteOnePNGImage() local
8687 for (icheck=0; sRGB_info[icheck].len > 0; icheck++) in WriteOnePNGImage()
8689 if (length == sRGB_info[icheck].len) in WriteOnePNGImage()
[all …]
/external/e2fsprogs/lib/ext2fs/
DMakefile.in24 ncheck.o icheck.o ls.o lsdel.o dump.o set_fields.o logdump.o \
33 $(top_srcdir)/debugfs/icheck.c \
394 icheck.o: $(top_srcdir)/debugfs/icheck.c
1241 icheck.o: $(top_srcdir)/debugfs/icheck.c $(top_builddir)/lib/config.h \
/external/e2fsprogs/debian/
Dchangelog1547 * Debugfs's icheck will now correctly find inodes which use the
2807 * Fix debugfs's icheck to correctly report the owner of an EA block