Home
last modified time | relevance | path

Searched defs:bitmaps (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Ddma-iommu.h15 unsigned long **bitmaps; /* array of bitmaps */ member
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Ddma-iommu.h15 unsigned long **bitmaps; /* array of bitmaps */ member
/third_party/skia/tools/fiddle/
H A Dexamples.cpp20 SkBitmap bitmaps[kImgCount]; in main() local
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsubpage.h68 unsigned long bitmaps[]; member
H A Dfree-space-cache.h90 int bitmaps; member
H A Dfree-space-cache.c1068 write_cache_extent_entries(struct btrfs_io_ctl *io_ctl, struct btrfs_free_space_ctl *ctl, struct btrfs_block_group *block_group, int *entries, int *bitmaps, struct list_head *bitmap_list) write_cache_extent_entries() argument
1145 update_cache_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *inode, struct btrfs_path *path, u64 offset, int entries, int bitmaps) update_cache_item() argument
1385 int bitmaps = 0; __btrfs_write_out_cache() local
3408 setup_cluster_no_bitmap(struct btrfs_block_group *block_group, struct btrfs_free_cluster *cluster, struct list_head *bitmaps, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) setup_cluster_no_bitmap() argument
3501 setup_cluster_bitmap(struct btrfs_block_group *block_group, struct btrfs_free_cluster *cluster, struct list_head *bitmaps, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) setup_cluster_bitmap() argument
[all...]
/third_party/skia/gm/
H A Dyuvtorgbsubset.cpp72 SkBitmap bitmaps[3]; in makePixmaps() local
H A Dwacky_yuv_formats.cpp190 makeYUVAPixmaps(SkISize dimensions, SkYUVColorSpace yuvColorSpace, const SkBitmap bitmaps[], int numBitmaps) const makeYUVAPixmaps() argument
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.h101 uint32_t bitmaps[2]; member
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_marker.h299 auto &bitmaps = pygoteSpaceAllocator->GetLiveBitmaps(); in BindBitmaps() local
/kernel/linux/linux-5.10/fs/btrfs/
H A Dfree-space-cache.h78 int bitmaps; member
H A Dfree-space-cache.c942 write_cache_extent_entries(struct btrfs_io_ctl *io_ctl, struct btrfs_free_space_ctl *ctl, struct btrfs_block_group *block_group, int *entries, int *bitmaps, struct list_head *bitmap_list) write_cache_extent_entries() argument
1019 update_cache_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct inode *inode, struct btrfs_path *path, u64 offset, int entries, int bitmaps) update_cache_item() argument
1265 int bitmaps = 0; __btrfs_write_out_cache() local
3158 setup_cluster_no_bitmap(struct btrfs_block_group *block_group, struct btrfs_free_cluster *cluster, struct list_head *bitmaps, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) setup_cluster_no_bitmap() argument
3249 setup_cluster_bitmap(struct btrfs_block_group *block_group, struct btrfs_free_cluster *cluster, struct list_head *bitmaps, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) setup_cluster_bitmap() argument
[all...]
/kernel/linux/linux-5.10/fs/btrfs/tests/
H A Dfree-space-tree-tests.c423 static int run_test(test_func_t test_func, int bitmaps, u32 sectorsize, in run_test() argument
/kernel/linux/linux-6.6/fs/btrfs/tests/
H A Dfree-space-tree-tests.c424 static int run_test(test_func_t test_func, int bitmaps, u32 sectorsize, in run_test() argument
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c143 unsigned long **bitmaps; in run_test() local
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H A Dmemstress.c350 void memstress_get_dirty_log(struct kvm_vm *vm, unsigned long *bitmaps[], int slots) in memstress_get_dirty_log() argument
361 void memstress_clear_dirty_log(struct kvm_vm *vm, unsigned long *bitmaps[], in memstress_clear_dirty_log() argument
375 unsigned long **bitmaps; in memstress_alloc_bitmaps() local
389 memstress_free_bitmaps(unsigned long *bitmaps[], int slots) memstress_free_bitmaps() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Ddirty_log_page_splitting_test.c90 unsigned long **bitmaps; in run_test() local
/third_party/astc-encoder/Source/
H A Dastcenc_find_best_partitioning.cpp379 count_partition_mismatch_bits( const block_size_descriptor& bsd, unsigned int partition_count, const uint64_t bitmaps[BLOCK_MAX_PARTITIONS], uint8_t mismatch_counts[BLOCK_MAX_PARTITIONINGS] ) count_partition_mismatch_bits() argument
/third_party/ffmpeg/libavcodec/
H A Dqcelpdec.c717 const QCELPBitmap *bitmaps = qcelp_unpacking_bitmaps_per_rate[q->bitrate]; in qcelp_decode_frame() local
/kernel/linux/linux-5.10/net/sched/
H A Dsch_qfq.c190 unsigned long bitmaps[QFQ_MAX_STATE]; /* Group bitmaps. */ member
[all...]
/kernel/linux/linux-5.10/fs/hpfs/
H A Dhpfs.h89 __le32 bitmaps; /* pointers to free space bit maps */ member
/kernel/linux/linux-6.6/fs/hpfs/
H A Dhpfs.h89 __le32 bitmaps; /* pointers to free space bit maps */ member
/kernel/linux/linux-6.6/net/sched/
H A Dsch_qfq.c188 unsigned long bitmaps[QFQ_MAX_STATE]; /* Group bitmaps. */ member
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrtypes.h147 PFR_BitmapChar bitmaps; member
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdf.c3502 FT_Bitmap* bitmaps; /* separate bitmaps for contours */ in sdf_generate_with_overlaps() local
[all...]

Completed in 36 milliseconds

12