Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/third_party/e2fsprogs/lib/ext2fs/
Dbitops.h391 _INLINE_ int ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_mark_block_bitmap()
398 _INLINE_ int ext2fs_unmark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_unmark_block_bitmap()
405 _INLINE_ int ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_test_block_bitmap()
412 _INLINE_ int ext2fs_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_mark_inode_bitmap()
419 _INLINE_ int ext2fs_unmark_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_unmark_inode_bitmap()
426 _INLINE_ int ext2fs_test_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_test_inode_bitmap()
433 _INLINE_ void ext2fs_fast_mark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_fast_mark_block_bitmap()
439 _INLINE_ void ext2fs_fast_unmark_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_fast_unmark_block_bitmap()
445 _INLINE_ int ext2fs_fast_test_block_bitmap(ext2fs_block_bitmap bitmap, in ext2fs_fast_test_block_bitmap()
452 _INLINE_ void ext2fs_fast_mark_inode_bitmap(ext2fs_inode_bitmap bitmap, in ext2fs_fast_mark_inode_bitmap()
[all …]
Dblkmap64_ba.c43 static errcode_t ba_alloc_private_data (ext2fs_generic_bitmap_64 bitmap) in ba_alloc_private_data()
72 ext2fs_generic_bitmap_64 bitmap) in ba_new_bmap()
89 static void ba_free_bmap(ext2fs_generic_bitmap_64 bitmap) in ba_free_bmap()
165 static int ba_mark_bmap(ext2fs_generic_bitmap_64 bitmap, __u64 arg) in ba_mark_bmap()
173 static int ba_unmark_bmap(ext2fs_generic_bitmap_64 bitmap, __u64 arg) in ba_unmark_bmap()
181 static int ba_test_bmap(ext2fs_generic_bitmap_64 bitmap, __u64 arg) in ba_test_bmap()
189 static void ba_mark_bmap_extent(ext2fs_generic_bitmap_64 bitmap, __u64 arg, in ba_mark_bmap_extent()
200 static void ba_unmark_bmap_extent(ext2fs_generic_bitmap_64 bitmap, __u64 arg, in ba_unmark_bmap_extent()
211 static int ba_test_clear_bmap_extent(ext2fs_generic_bitmap_64 bitmap, in ba_test_clear_bmap_extent()
285 static errcode_t ba_set_bmap_range(ext2fs_generic_bitmap_64 bitmap, in ba_set_bmap_range()
[all …]
Dgen_bitmap.c37 char * bitmap; member
61 ext2fs_generic_bitmap_32 bitmap = (ext2fs_generic_bitmap_32) gen_bitmap; in ext2fs_warn_bitmap2() local
72 static errcode_t check_magic(ext2fs_generic_bitmap bitmap) in check_magic()
86 ext2fs_generic_bitmap_32 bitmap; in ext2fs_make_generic_bitmap() local
162 ext2fs_generic_bitmap_32 bitmap = (ext2fs_generic_bitmap_32) gen_bitmap; in ext2fs_free_generic_bitmap() local
179 int ext2fs_test_generic_bitmap(ext2fs_generic_bitmap bitmap, in ext2fs_test_generic_bitmap()
203 int ext2fs_mark_generic_bitmap(ext2fs_generic_bitmap bitmap, in ext2fs_mark_generic_bitmap()
227 int ext2fs_unmark_generic_bitmap(ext2fs_generic_bitmap bitmap, in ext2fs_unmark_generic_bitmap()
251 __u32 ext2fs_get_generic_bitmap_start(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bitmap_start()
270 __u32 ext2fs_get_generic_bitmap_end(ext2fs_generic_bitmap bitmap) in ext2fs_get_generic_bitmap_end()
[all …]
Dgen_bitmap64.c71 static void warn_bitmap(ext2fs_generic_bitmap_64 bitmap, in warn_bitmap()
98 ext2fs_generic_bitmap_64 bitmap; in ext2fs_alloc_generic_bmap() local
180 static void ext2fs_print_bmap_statistics(ext2fs_generic_bitmap_64 bitmap) in ext2fs_print_bmap_statistics()
374 ext2fs_generic_bitmap_64 bitmap = (ext2fs_generic_bitmap_64) gen_bitmap; in ext2fs_fudge_generic_bmap_end() local
404 ext2fs_generic_bitmap_64 bitmap = (ext2fs_generic_bitmap_64) gen_bitmap; in ext2fs_get_generic_bmap_start() local
420 ext2fs_generic_bitmap_64 bitmap = (ext2fs_generic_bitmap_64) gen_bitmap; in ext2fs_get_generic_bmap_end() local
436 ext2fs_generic_bitmap_64 bitmap = (ext2fs_generic_bitmap_64) gen_bitmap; in ext2fs_clear_generic_bmap() local
447 ext2fs_generic_bitmap_64 bitmap = (ext2fs_generic_bitmap_64) gen_bitmap; in ext2fs_mark_generic_bmap() local
486 ext2fs_generic_bitmap_64 bitmap = (ext2fs_generic_bitmap_64) gen_bitmap; in ext2fs_unmark_generic_bmap() local
518 ext2fs_generic_bitmap_64 bitmap = (ext2fs_generic_bitmap_64) gen_bitmap; in ext2fs_test_generic_bmap() local
[all …]
Dblkmap64_rb.c187 static errcode_t rb_alloc_private_data (ext2fs_generic_bitmap_64 bitmap) in rb_alloc_private_data()
211 ext2fs_generic_bitmap_64 bitmap) in rb_new_bmap()
235 static void rb_free_bmap(ext2fs_generic_bitmap_64 bitmap) in rb_free_bmap()
585 static int rb_mark_bmap(ext2fs_generic_bitmap_64 bitmap, __u64 arg) in rb_mark_bmap()
598 static int rb_unmark_bmap(ext2fs_generic_bitmap_64 bitmap, __u64 arg) in rb_unmark_bmap()
613 static int rb_test_bmap(ext2fs_generic_bitmap_64 bitmap, __u64 arg) in rb_test_bmap()
623 static void rb_mark_bmap_extent(ext2fs_generic_bitmap_64 bitmap, __u64 arg, in rb_mark_bmap_extent()
635 static void rb_unmark_bmap_extent(ext2fs_generic_bitmap_64 bitmap, __u64 arg, in rb_unmark_bmap_extent()
647 static int rb_test_clear_bmap_extent(ext2fs_generic_bitmap_64 bitmap, in rb_test_clear_bmap_extent()
703 static errcode_t rb_set_bmap_range(ext2fs_generic_bitmap_64 bitmap, in rb_set_bmap_range()
[all …]
Dbitmaps.c33 void ext2fs_free_inode_bitmap(ext2fs_inode_bitmap bitmap) in ext2fs_free_inode_bitmap()
38 void ext2fs_free_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_free_block_bitmap()
158 int ext2fs_get_bitmap_granularity(ext2fs_block_bitmap bitmap) in ext2fs_get_bitmap_granularity()
168 errcode_t ext2fs_fudge_inode_bitmap_end(ext2fs_inode_bitmap bitmap, in ext2fs_fudge_inode_bitmap_end()
182 errcode_t ext2fs_fudge_block_bitmap_end(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end()
191 errcode_t ext2fs_fudge_block_bitmap_end2(ext2fs_block_bitmap bitmap, in ext2fs_fudge_block_bitmap_end2()
199 void ext2fs_clear_inode_bitmap(ext2fs_inode_bitmap bitmap) in ext2fs_clear_inode_bitmap()
204 void ext2fs_clear_block_bitmap(ext2fs_block_bitmap bitmap) in ext2fs_clear_block_bitmap()
/third_party/mesa3d/src/gallium/frontends/hgl/
Dbitmap_wrapper.cpp54 get_bitmap_size(const Bitmap* bitmap, int32* width, int32* height) in get_bitmap_size()
67 get_bitmap_color_space(const Bitmap* bitmap) in get_bitmap_color_space()
77 copy_bitmap_bits(const Bitmap* bitmap, void* data, int32 length) in copy_bitmap_bits()
88 import_bitmap_bits(const Bitmap* bitmap, void* data, int32 length, in import_bitmap_bits()
100 delete_bitmap(Bitmap* bitmap) in delete_bitmap()
108 get_bitmap_bytes_per_row(const Bitmap* bitmap) in get_bitmap_bytes_per_row()
118 get_bitmap_bits_length(const Bitmap* bitmap) in get_bitmap_bits_length()
128 dump_bitmap(const Bitmap* bitmap) in dump_bitmap()
/third_party/cef/libcef/browser/
Dimage_impl.cc49 const SkBitmap& bitmap, in PNGMethod()
64 const SkBitmap& bitmap, in JPEGMethod()
114 SkBitmap bitmap; in AddBitmap() local
129 SkBitmap bitmap; in AddPNG() local
141 std::unique_ptr<SkBitmap> bitmap(gfx::JPEGCodec::Decode( in AddJPEG() local
202 const SkBitmap* bitmap = GetBitmap(scale_factor); in GetAsBitmap() local
230 const SkBitmap* bitmap = GetBitmap(scale_factor); in GetAsPNG() local
249 const SkBitmap* bitmap = GetBitmap(scale_factor); in GetAsJPEG() local
268 for (const SkBitmap& bitmap : bitmaps) { in AddBitmaps() local
276 for (const SkBitmap& bitmap : bitmaps) { in AddBitmaps() local
[all …]
/third_party/flutter/skia/gm/
Dbitmappremul.cpp31 static void init_bitmap(SkColorType ct, SkBitmap* bitmap) { in init_bitmap()
38 SkBitmap bitmap; in make_argb8888_gradient() local
50 SkBitmap bitmap; in make_argb4444_gradient() local
60 SkBitmap bitmap; in make_argb8888_stripes() local
79 SkBitmap bitmap; in make_argb4444_stripes() local
Dencode_srgb.cpp35 static void make(SkBitmap* bitmap, SkColorType colorType, SkAlphaType alphaType, in make()
65 static sk_sp<SkData> encode_data(const SkBitmap& bitmap, SkEncodedImageFormat format) { in encode_data()
128 SkBitmap bitmap; in onDraw() local
Dbitmaprect.cpp23 static void make_bitmap(SkBitmap* bitmap) { in make_bitmap()
67 SkBitmap bitmap; in onDraw() local
98 static void make_3x3_bitmap(SkBitmap* bitmap) { in make_3x3_bitmap()
146 SkBitmap bitmap; in onDraw() local
160 static void make_big_bitmap(SkBitmap* bitmap) { in make_big_bitmap()
Doverdrawcolorfilter.cpp21 static inline void set_bitmap(SkBitmap* bitmap, uint8_t alpha) { in set_bitmap()
47 SkBitmap bitmap; in onDraw() local
/third_party/skia/gm/
Dbitmappremul.cpp32 static void init_bitmap(SkColorType ct, SkBitmap* bitmap) { in init_bitmap()
39 SkBitmap bitmap; in make_argb8888_gradient() local
51 SkBitmap bitmap; in make_argb4444_gradient() local
61 SkBitmap bitmap; in make_argb8888_stripes() local
80 SkBitmap bitmap; in make_argb4444_stripes() local
Dencode_srgb.cpp35 static void make(SkBitmap* bitmap, SkColorType colorType, SkAlphaType alphaType, in make()
65 static sk_sp<SkData> encode_data(const SkBitmap& bitmap, SkEncodedImageFormat format) { in encode_data()
128 SkBitmap bitmap; in onDraw() local
/third_party/ltp/tools/sparse/sparse-src/
Dbitmap.h10 static inline int test_bit(unsigned int nr, unsigned long *bitmap) in test_bit()
17 static inline void set_bit(unsigned int nr, unsigned long *bitmap) in set_bit()
24 static inline void clear_bit(unsigned int nr, unsigned long *bitmap) in clear_bit()
31 static inline int test_and_set_bit(unsigned int nr, unsigned long *bitmap) in test_and_set_bit()
41 static inline int test_and_clear_bit(unsigned int nr, unsigned long *bitmap) in test_and_clear_bit()
/third_party/ffmpeg/libavcodec/
Dxfaceenc.c34 uint8_t bitmap[XFACE_PIXELS]; ///< image used internally for decoding member
39 static int all_same(char *bitmap, int w, int h) in all_same()
56 static int all_black(char *bitmap, int w, int h) in all_black()
71 static int all_white(char *bitmap, int w, int h) in all_white()
89 static void push_greys(ProbRangesQueue *pq, char *bitmap, int w, int h) in push_greys()
108 static void encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq) in encode_block()
Dxfacedec.c51 static void pop_greys(BigInt *b, char *bitmap, int w, int h) in pop_greys()
69 static void decode_block(BigInt *b, char *bitmap, int w, int h, int level) in decode_block()
90 uint8_t bitmap[XFACE_PIXELS]; ///< image used internally for decoding member
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_wakelock.c36 #define SET_BIT(bitmap, pos) ((bitmap) |= (1u << (pos))) argument
37 #define CLEAR_BIT(bitmap, pos) ((bitmap) &= ~(1u << (pos))) argument
38 #define CHECK_BIT(bitmap, pos) (((bitmap) & (1u << (pos))) ? 1 : 0) argument
52 STATIC INT32 FindEmptyBit(UINT32 bitmap) in FindEmptyBit()
/third_party/flutter/skia/tools/
Dchrome_fuzz.cpp31 static void run_test_case(const SkString& testdata, const SkBitmap& bitmap, in run_test_case()
59 static bool read_and_run_test_case(const char* filename, const SkBitmap& bitmap, in read_and_run_test_case()
72 SkBitmap bitmap; in main() local
/third_party/skia/tools/
Dchrome_fuzz.cpp31 static void run_test_case(const SkString& testdata, const SkBitmap& bitmap, in run_test_case()
59 static bool read_and_run_test_case(const char* filename, const SkBitmap& bitmap, in read_and_run_test_case()
72 SkBitmap bitmap; in main() local
/third_party/flutter/skia/docs/examples/
DBitmap_allocPixels_4.cpp8 bool allocPixelRef(SkBitmap* bitmap) override { in allocPixelRef()
23 SkBitmap bitmap; in draw() local
/third_party/ntfs-3g/libntfs-3g/
Dbitmap.c56 void ntfs_bit_set(u8 *bitmap, const u64 bit, const u8 new_value) in ntfs_bit_set()
74 char ntfs_bit_get(const u8 *bitmap, const u64 bit) in ntfs_bit_get()
90 char ntfs_bit_get_and_set(u8 *bitmap, const u64 bit, const u8 new_value) in ntfs_bit_get_and_set()
/third_party/skia/samplecode/
DSampleWritePixels.cpp17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap()
38 SkBitmap bitmap; in onDrawContent() local
/third_party/flutter/skia/samplecode/
DSampleWritePixels.cpp17 static void create_bitmap(SkBitmap* bitmap) { in create_bitmap()
38 SkBitmap bitmap; in onDrawContent() local
/third_party/freetype/src/smooth/
Dftsmooth.c130 FT_Bitmap* bitmap ) in ft_smooth_raster_lcd()
197 FT_Bitmap* bitmap ) in ft_smooth_raster_lcdv()
273 FT_Bitmap* bitmap ) in ft_smooth_raster_lcd()
305 FT_Bitmap* bitmap ) in ft_smooth_raster_lcdv()
370 FT_Bitmap* bitmap ) in ft_smooth_raster_overlap()
435 FT_Bitmap* bitmap = &slot->bitmap; in ft_smooth_render() local

12345678910>>...27