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

1 2 3 45 6 7 8 9

  /external/llvm/test/CodeGen/PowerPC/
2007-11-04-CoalescerCrash.ll 98 %extents.0.reg2mem.0 = phi %struct.HDescriptor* [ null, %cond_next942 ], [ %tmp977978, %cond_next971 ] ; <%struct.HDescriptor*> [#uses=1]
105 %tmp974975 = bitcast %struct.HDescriptor* %extents.0.reg2mem.0 to i8* ; <i8*> [#uses=1]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_dri2.c 361 BoxPtr extents = REGION_EXTENTS(pScreen, pRegion); local
363 if (extents->x1 == 0 && extents->y1 == 0 &&
364 extents->x2 == pDraw->width && extents->y2 == pDraw->height) {
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c 361 BoxPtr extents = REGION_EXTENTS(pScreen, pRegion); local
363 if (extents->x1 == 0 && extents->y1 == 0 &&
364 extents->x2 == pDraw->width && extents->y2 == pDraw->height) {
  /external/e2fsprogs/misc/
filefrag.c 60 #define EXT4_EXTENTS_FL 0x00080000 /* Inode uses extents */
221 /* If 0 extents are returned, then more ioctls are not needed */
366 printf("%s: %d extents found", filename, num_extents);
mke2fs.conf.5.in 216 features = extents,flex_bg
262 fs_types.ext4.features would enable the extents and flex_bg
  /external/chromium_org/extensions/common/
url_pattern_set.h 83 // Returns true if there is a single URL that would be in two extents.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shape.h 71 int x, y; /* extents of new region */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shape.h 71 int x, y; /* extents of new region */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shape.h 71 int x, y; /* extents of new region */
  /external/e2fsprogs/lib/ext2fs/
ext2_err.et.in 381 "Inode does not use extents"
411 "Operation not supported for inodes containing extents"
  /external/pixman/pixman/
pixman.h 412 pixman_box16_t extents; member in struct:pixman_region16
441 pixman_box16_t *extents);
521 pixman_box32_t extents; member in struct:pixman_region32
536 pixman_box32_t *extents);
    [all...]
  /system/extras/ext4_utils/
indirect.c 413 error("failed to allocate extents for %lu bytes", len);
499 error("failed to allocate extents for %lu bytes", len);
  /external/chromium/chrome/browser/extensions/
extension_info_map.cc 122 // Otherwise, we scan for a matching extent. Overlapping extents are
  /external/chromium_org/content/browser/resources/media/
disjoint_range_set.js 26 * extents of the cleared area.
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PODInterval.h 40 // representing the vertical extents of bounding boxes of overlapping
  /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 */
  /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

Completed in 1364 milliseconds

1 2 3 45 6 7 8 9