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

12 3 4 5 6 7

  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 79 // data offset should be the size of the bmap struct, but needs to be
83 b bmap
128 // However, bmap.overflow is a pointer. In order to keep overflow buckets
134 overflow *[]*bmap
135 oldoverflow *[]*bmap
138 nextOverflow *bmap
142 type bmap struct { type
163 bptr *bmap // current bucket
164 overflow *[]*bmap // keeps overflow buckets of hmap.buckets alive
165 oldoverflow *[]*bmap // keeps overflow buckets of hmap.oldbuckets aliv
    [all...]
hashmap_fast.go 23 var b *bmap
26 b = (*bmap)(h.buckets)
30 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
36 oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
63 var b *bmap
66 b = (*bmap)(h.buckets)
70 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
76 oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
103 var b *bmap
106 b = (*bmap)(h.buckets
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
hashmap_fast.go 23 var b *bmap
26 b = (*bmap)(h.buckets)
30 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
36 oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
63 var b *bmap
66 b = (*bmap)(h.buckets)
70 b = (*bmap)(add(h.buckets, (hash&m)*uintptr(t.bucketsize)))
76 oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
103 var b *bmap
106 b = (*bmap)(h.buckets
    [all...]
  /external/e2fsprogs/lib/ext2fs/
rw_bitmaps.c 163 ext2fs_block_bitmap bmap = fs->block_map; local
169 ext2fs_reserve_super_and_bgd(fs, i, bmap);
176 ext2fs_mark_block_bitmap_range2(bmap, blk,
184 ext2fs_mark_block_bitmap2(bmap, blk);
191 ext2fs_mark_block_bitmap2(bmap, blk);
blkmap64_rb.c 299 static errcode_t rb_resize_bmap(ext2fs_generic_bitmap bmap,
304 bp = (struct ext2fs_rb_private *) bmap->private;
308 rb_truncate(((new_end < bmap->end) ? new_end : bmap->end) - bmap->start,
311 bmap->end = new_end;
312 bmap->real_end = new_real_end;
314 if (bmap->end < bmap->real_end)
315 rb_insert_extent(bmap->end + 1 - bmap->start
    [all...]
ext2fs.h 739 ext2fs_block_bitmap bmap);
760 ext2fs_block_bitmap bmap);
838 ext2fs_inode_bitmap bmap);
841 ext2fs_inode_bitmap bmap);
843 ext2fs_block_bitmap bmap);
846 ext2fs_block_bitmap bmap);
851 extern errcode_t ext2fs_set_inode_bitmap_range(ext2fs_inode_bitmap bmap,
854 extern errcode_t ext2fs_set_inode_bitmap_range2(ext2fs_inode_bitmap bmap,
857 extern errcode_t ext2fs_get_inode_bitmap_range(ext2fs_inode_bitmap bmap,
860 extern errcode_t ext2fs_get_inode_bitmap_range2(ext2fs_inode_bitmap bmap,
    [all...]
Android.bp 23 "bmap.c",
symlink.c 118 * The extent bmap is setup after the inode and block
  /external/e2fsprogs/e2fsck/
emptydir.c 113 * XXX need to finish this. General approach is to use bmap to
114 * iterate over all of the logical blocks using the bmap function, and
  /external/e2fsprogs/tests/d_fallocate_blkmap/
script 40 sif /a bmap[2] 8000
48 sif /b bmap[0] 10000
  /external/e2fsprogs/debugfs/
ro_debug_cmds.ct 79 bmap;
  /external/mesa3d/src/mesa/main/
pixeltransfer.c 90 const GLfloat *bMap = ctx->PixelMaps.BtoB.Map;
100 rgba[i][BCOMP] = bMap[(int)_mesa_lroundevenf(b * bscale)];
118 const GLfloat *bMap = ctx->PixelMaps.ItoB.Map;
124 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();
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 99 // bmap makes the map bucket type given the type of the map.
100 func bmap(t *types.Type) *types.Type { func
210 Fatalf("bad alignment of keys in bmap for %v", t)
213 Fatalf("bad alignment of values in bmap for %v", t)
219 Fatalf("bad offset of overflow in bmap for %v", t)
235 bmap := bmap(t)
244 // buckets *bmap
245 // oldbuckets *bmap
256 makefield("buckets", types.NewPtr(bmap)), // Used in walk.go for OMAKEMAP
    [all...]
inl_test.go 68 "(*bmap).keys",
69 "(*bmap).overflow",
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 99 // bmap makes the map bucket type given the type of the map.
100 func bmap(t *types.Type) *types.Type { func
210 Fatalf("bad alignment of keys in bmap for %v", t)
213 Fatalf("bad alignment of values in bmap for %v", t)
219 Fatalf("bad offset of overflow in bmap for %v", t)
235 bmap := bmap(t)
244 // buckets *bmap
245 // oldbuckets *bmap
256 makefield("buckets", types.NewPtr(bmap)), // Used in walk.go for OMAKEMAP
    [all...]
inl_test.go 68 "(*bmap).keys",
69 "(*bmap).overflow",
  /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;
  /external/e2fsprogs/resize/
resize2fs.h 112 ext2_extent bmap; member in struct:ext2_resize_struct
resize2fs.c 55 ext2fs_block_bitmap bmap);
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
ExifInterface.java 362 * @param bmap a bitmap to compress and write exif into.
367 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException {
368 if (bmap == null || exifOutStream == null) {
371 bmap.compress(Bitmap.CompressFormat.JPEG, 90, exifOutStream);
  /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

Completed in 891 milliseconds

12 3 4 5 6 7