/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | 676 ext2fs_block_bitmap bmap); 695 ext2fs_block_bitmap bmap); 773 ext2fs_inode_bitmap bmap); 776 ext2fs_inode_bitmap bmap); 778 ext2fs_block_bitmap bmap); 781 ext2fs_block_bitmap bmap); 786 extern errcode_t ext2fs_set_inode_bitmap_range(ext2fs_inode_bitmap bmap, 789 extern errcode_t ext2fs_set_inode_bitmap_range2(ext2fs_inode_bitmap bmap, 792 extern errcode_t ext2fs_get_inode_bitmap_range(ext2fs_inode_bitmap bmap, 795 extern errcode_t ext2fs_get_inode_bitmap_range2(ext2fs_inode_bitmap bmap, [all...] |
blkmap64_rb.c | 297 static errcode_t rb_resize_bmap(ext2fs_generic_bitmap bmap, 302 if (new_real_end >= bmap->real_end) { 303 bmap->end = new_end; 304 bmap->real_end = new_real_end; 308 bp = (struct ext2fs_rb_private *) bmap->private; 315 bmap->end = new_end; 316 bmap->real_end = new_real_end;
|
Android.mk | 17 bmap.c \
|
symlink.c | 95 * The extent bmap is setup after the inode and block
|
/external/e2fsprogs/e2fsck/ |
emptydir.c | 112 * XXX need to finish this. General approach is to use bmap to 113 * iterate over all of the logical blocks using the bmap function, and
|
/external/e2fsprogs/debugfs/ |
ro_debug_cmds.ct | 79 bmap;
|
debug_cmds.ct | 158 bmap;
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
wgl.c | 407 unsigned char *bmap; local 437 /* Unselect our bmap object */ 442 bmap = malloc(numBytes); 445 res = GetDIBits(bitDevice, bitObject, 0, bmapHeight, bmap, 454 bmap); 458 /* Destroy the bmap object */ 462 free(bmap);
|
/external/mesa3d/src/mesa/main/ |
pixeltransfer.c | 88 const GLfloat *bMap = ctx->PixelMaps.BtoB.Map; 98 rgba[i][BCOMP] = bMap[F_TO_I(b * bscale)]; 116 const GLfloat *bMap = ctx->PixelMaps.ItoB.Map; 122 rgba[i][BCOMP] = bMap[index[i] & bmask];
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropMath.java | 230 * @param bmap bitmap whose size to check 233 public static int getBitmapSize(Bitmap bmap) { 234 return bmap.getRowBytes() * bmap.getHeight();
|
/external/e2fsprogs/resize/ |
resize2fs.c | 54 ext2fs_block_bitmap bmap); 742 ext2fs_block_bitmap bmap) 748 ext2fs_reserve_super_and_bgd(fs, i, bmap); 755 ext2fs_mark_block_bitmap_range2(bmap, blk, 763 ext2fs_mark_block_bitmap2(bmap, blk); 770 ext2fs_mark_block_bitmap2(bmap, blk); [all...] |
resize2fs.h | 109 ext2_extent bmap; member in struct:ext2_resize_struct
|
/external/e2fsprogs/misc/ |
tune2fs.c | 1472 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data; variable 1741 ext2fs_block_bitmap bmap; local [all...] |
/external/e2fsprogs/util/ |
copy_sparse.c | 45 #define FIBMAP _IO(0x00,1) /* bmap access */ 46 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
GeometryMathUtils.java | 389 Bitmap bmap = image; local 392 bmap = applyFullGeometryMatrix(bmap, holder); 393 if (bmap != image) { 398 return bmap;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
dim.h | 96 __isl_give isl_space *isl_basic_map_get_dim(__isl_keep isl_basic_map *bmap);
|
union_map.h | 15 __isl_take isl_basic_map *bmap);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/ |
dim.h | 96 __isl_give isl_space *isl_basic_map_get_dim(__isl_keep isl_basic_map *bmap);
|
union_map.h | 15 __isl_take isl_basic_map *bmap);
|
/external/e2fsprogs/tests/f_resize_inode/ |
script | 72 echo "debugfs -R ''set_inode_field <7> bmap[524] 57'' -w test.img" > $OUT.new 73 $DEBUGFS -R "set_inode_field <7> bmap[524] 57" -w $TMPFILE >> $OUT.new 2>&1
|
/external/kernel-headers/original/uapi/linux/ |
fs.h | 157 #define FIBMAP _IO(0x00,1) /* bmap access */ 158 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */
|
/external/autotest/client/tests/bash_shared_mapping/ |
ext3-tools.tar.gz | |
/external/autotest/client/tests/fsx/ |
ext3-tools.tar.gz | |
/frameworks/base/docs/html/ |
jd_extras_ja.js | 76 "image": "https://1.bp.blogspot.com/-4BNREC0Jojo/VGo7ahW35wI/AAAAAAAABAc/9thZl94F6fY/s1600/GMS%2B-%2BRelease%2BBlog%2BNacho%2B-%2BMap%2BToolbar.png",
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/ |
runtime.a | [all...] |