HomeSort by relevance Sort by last modified time
    Searched full:extents (Results 101 - 125 of 205) sorted by null

1 2 3 45 6 7 8 9

  /external/e2fsprogs/e2fsck/
problem.h 493 /* Failure to iterate extents */
502 /* EXTENTS_FL flag set on a non-extents capable filesystem */
505 /* inode has extents, superblock missing INCOMPAT_EXTENTS feature */
514 /* Extents are out of order */
problem.c 843 /* Failure to iterate extents */
845 N_("Failed to iterate extents in @i %i\n"
859 /* EXTENTS_FL flag set on a non-extents filesystem */
861 N_("@i %i has EXTENTS_FL flag set on @f without extents support.\n"),
864 /* inode has extents, superblock missing INCOMPAT_EXTENTS feature */
866 N_("@i %i is in extent format, but @S is missing EXTENTS feature\n"),
871 N_("@i %i missing EXTENT_FL, but is in extents format\n"),
879 /* Extents are out of order */
881 N_("@i %i has out of order extents\n\t(@n logical @b %c, physical @b %b, len %N)\n"),
    [all...]
  /external/e2fsprogs/resize/
extent.c 5 * translation table, for moving multiple contiguous ranges (extents)
  /external/harfbuzz/src/
harfbuzz-shape.h 43 /* Do we need ink/logical extents for the glyph here? */
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86vmode.h 153 Bool forced; /* extents of new region */
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODInterval.h 40 // representing the vertical extents of bounding boxes of overlapping
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dqblk_xfs.h 140 __u32 qfs_nextents; /* number of extents */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dqblk_xfs.h 140 __u32 qfs_nextents; /* number of extents */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dqblk_xfs.h 140 __u32 qfs_nextents; /* number of extents */
  /external/e2fsprogs/lib/blkid/
probe.c 1187 struct hfsplus_extent extents[HFSPLUS_EXTENT_COUNT]; local
1244 memcpy(extents, hfsplus->cat_file.extents, sizeof(extents));
1245 cat_block = blkid_be32(extents[0].start_block);
    [all...]
probe.h 118 #define EXT4_FEATURE_INCOMPAT_EXTENTS 0x0040 /* extents support */
576 struct hfsplus_extent extents[HFSPLUS_EXTENT_COUNT]; member in struct:hfsplus_fork
  /external/quake/quake/src/QW/server/
model.c 630 Fills in s->texturemins[] and s->extents[]
673 s->extents[i] = (bmaxs[i] - bmins[i]) * 16;
674 if ( !(tex->flags & TEX_SPECIAL) && s->extents[i] > 256)
675 SV_Error ("Bad surface extents");
741 out->extents[i] = 16384;
  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.c 116 extents, if any, a self check is required for. The returned value
118 needs a check. Since there can be at most 3 extents, the returned
121 The number of extents which did get a self check (0 to 3) is put in
123 which extents to add checks for, via the needs_self_check callback,
259 checking translation (up to 3 extents, and 5 stmts required for
260 each). We won't know until later the extents and checksums of
511 extents needs a check, and only generate check code for those
538 /* Caller shouldn't claim that nonexistent extents need a
    [all...]
  /external/e2fsprogs/lib/e2p/
feature.c 70 "extents" },
  /external/e2fsprogs/misc/
chattr.1.in 82 The 'e' attribute indicates that the file is using extents for mapping
e2freefrag.c 183 printf("%s : %12s %12s %7s\n", "Extent Size Range", "Free extents",
  /external/kernel-headers/original/linux/
swap.h 94 * disk blocks. A list of swap extents maps the entire swapfile. (Where the
  /system/extras/ext4_utils/
ext4fixup.c 657 * directories with extents, and the kernel will too, but check to make sure the
722 printf("inode %d %s use extents\n", dirp->inode & 0x7fffffff,
836 printf("inode %d %s use extents\n", EXT4_ROOT_INO,
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 53 // Only hosted apps have web extents, so this ensures that only hosted apps
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 120 // region extents directly.
  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 89 // some new logic here that reasons directly about memory region extents.
  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 296 /* If extents don't work, zero marks and go home. */
  /external/quake/quake/src/QW/client/
gl_model.h 139 short extents[2]; member in struct:msurface_s
model.h 130 short extents[2]; member in struct:msurface_s
  /external/quake/quake/src/WinQuake/
gl_model.h 135 short extents[2]; member in struct:msurface_s

Completed in 516 milliseconds

1 2 3 45 6 7 8 9