HomeSort by relevance Sort by last modified time
    Searched full:bmap (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
lp.h 29 enum isl_lp_result isl_basic_map_solve_lp(struct isl_basic_map *bmap, int max,
constraint.h 36 int isl_basic_map_foreach_constraint(__isl_keep isl_basic_map *bmap,
50 __isl_take isl_basic_map *bmap, __isl_take isl_constraint *constraint);
59 __isl_keep isl_basic_map *bmap, enum isl_dim_type type, int pos,
dim.h 96 __isl_give isl_space *isl_basic_map_get_dim(__isl_keep isl_basic_map *bmap);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
lp.h 29 enum isl_lp_result isl_basic_map_solve_lp(struct isl_basic_map *bmap, int max,
constraint.h 36 int isl_basic_map_foreach_constraint(__isl_keep isl_basic_map *bmap,
50 __isl_take isl_basic_map *bmap, __isl_take isl_constraint *constraint);
59 __isl_keep isl_basic_map *bmap, enum isl_dim_type type, int pos,
  /external/e2fsprogs/lib/ext2fs/
imager.c 285 ext2fs_generic_bitmap bmap; local
298 bmap = fs->inode_map;
308 bmap = fs->block_map;
320 retval = ext2fs_get_generic_bmap_range(bmap, itr,
360 ext2fs_generic_bitmap bmap; local
373 bmap = fs->inode_map;
383 bmap = fs->block_map;
400 retval = ext2fs_set_generic_bmap_range(bmap, itr,
ext2fs.h 671 ext2fs_block_bitmap bmap);
690 ext2fs_block_bitmap bmap);
768 ext2fs_inode_bitmap bmap);
771 ext2fs_inode_bitmap bmap);
773 ext2fs_block_bitmap bmap);
776 ext2fs_block_bitmap bmap);
781 extern errcode_t ext2fs_set_inode_bitmap_range(ext2fs_inode_bitmap bmap,
784 extern errcode_t ext2fs_set_inode_bitmap_range2(ext2fs_inode_bitmap bmap,
787 extern errcode_t ext2fs_get_inode_bitmap_range(ext2fs_inode_bitmap bmap,
790 extern errcode_t ext2fs_get_inode_bitmap_range2(ext2fs_inode_bitmap bmap,
    [all...]
Android.mk 17 bmap.c \
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;
symlink.c 95 * The extent bmap is setup after the inode and block
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 1025 BITMAP bmap; local
1029 GetObject((HBITMAP)bitMap, sizeof(bmap), &bmap);
1035 pbi.bmiHeader.biWidth = bmap.bmWidth;
1036 pbi.bmiHeader.biHeight = bmap.bmHeight;
1038 pbi.bmiHeader.biBitCount = bmap.bmBitsPixel;
1040 pbi.bmiHeader.biSizeImage = bmap.bmWidth * bmap.bmHeight * 3;
1041 srcPtr = new unsigned char[bmap.bmWidth * bmap.bmHeight * 4]
    [all...]
  /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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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];
  /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/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageDecoder.cpp 141 BMAP = 0x424D, // "BM"
153 return (fileType == BMAP) || setFailed();
  /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;

Completed in 529 milliseconds

12 3 4 5