/external/e2fsprogs/debugfs/ |
D | journal.c | 126 struct buffer_head *bh; in getblk() local 168 struct buffer_head *bh; in ll_rw_block() local 210 void mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty() 215 static void mark_buffer_clean(struct buffer_head *bh) in mark_buffer_clean() 220 void brelse(struct buffer_head *bh) in brelse() 229 int buffer_uptodate(struct buffer_head *bh) in buffer_uptodate() 234 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate() 239 void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer() 289 struct buffer_head *bh; in ext2fs_get_journal() local 865 void jbd2_commit_block_csum_set(journal_t *j, struct buffer_head *bh) in jbd2_commit_block_csum_set() [all …]
|
D | recovery.c | 75 struct buffer_head *bh; in do_readahead() local 137 struct buffer_head *bh; in jread() local 201 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags() 366 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums() 440 struct buffer_head * bh; in do_one_pass() local 846 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh, in scan_revoke_records()
|
D | do_journal.c | 69 struct buffer_head *bh, *cbh = NULL; in journal_commit_trans() local 170 struct buffer_head *bh; in journal_add_revoke_to_trans() local 274 struct buffer_head *bh = NULL, *data_bh; in journal_add_blocks_to_trans() local 653 struct buffer_head *bh; in journal_find_head() local
|
D | revoke.c | 338 struct buffer_head *bh = NULL; in journal_revoke() local 432 struct buffer_head *bh = jh2bh(jh); in journal_cancel_revoke() local 499 struct buffer_head *bh; in jbd2_clear_buffer_revoked_flags() local
|
/external/e2fsprogs/e2fsck/ |
D | journal.c | 121 struct buffer_head *bh; in getblk() local 162 struct buffer_head *bh; in ll_rw_block() local 204 void mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty() 209 static void mark_buffer_clean(struct buffer_head * bh) in mark_buffer_clean() 214 void brelse(struct buffer_head *bh) in brelse() 223 int buffer_uptodate(struct buffer_head *bh) in buffer_uptodate() 228 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate() 233 void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer() 284 struct buffer_head *bh; in e2fsck_get_journal() local
|
D | jfs_user.h | 70 #define lock_buffer(bh) do {} while (0) argument 71 #define unlock_buffer(bh) do {} while (0) argument 72 #define buffer_req(bh) 1 argument 160 #define set_buffer_uptodate(bh) mark_buffer_uptodate(bh, 1) argument
|
D | recovery.c | 75 struct buffer_head *bh; in do_readahead() local 137 struct buffer_head *bh; in jread() local 201 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags() 366 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums() 440 struct buffer_head * bh; in do_one_pass() local 846 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh, in scan_revoke_records()
|
D | revoke.c | 338 struct buffer_head *bh = NULL; in journal_revoke() local 432 struct buffer_head *bh = jh2bh(jh); in journal_cancel_revoke() local 499 struct buffer_head *bh; in jbd2_clear_buffer_revoked_flags() local
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | block.c | 50 struct buffer_head *bh; in get_block_length() local 86 struct buffer_head **bh; in squashfs_read_data() local
|
/external/mesa3d/src/mesa/main/ |
D | texcompress.c | 874 GLuint bw, bh; in _mesa_compressed_image_address() local 926 GLuint bytes, bw, bh; in _mesa_decompress_image() local
|
D | texcompress_etc.c | 676 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_rgb8() local 723 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_srgb8() local 771 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; in etc2_unpack_rgba8() local 809 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; in etc2_unpack_srgb8_alpha8() local 854 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; in etc2_unpack_r11() local 891 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; in etc2_unpack_rg11() local 941 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; in etc2_unpack_signed_r11() local 979 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; in etc2_unpack_signed_rg11() local 1026 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_rgb8_punchthrough_alpha1() local 1062 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc2_unpack_srgb8_punchthrough_alpha1() local
|
D | formats.c | 315 _mesa_get_format_block_size(mesa_format format, GLuint *bw, GLuint *bh) in _mesa_get_format_block_size() 337 GLuint *bh, in _mesa_get_format_block_size_3d() 869 const GLuint bh = info->BlockHeight; in _mesa_format_image_size() local 897 const uint64_t bh = info->BlockHeight; in _mesa_format_image_size64() local
|
D | texcompress_etc_tmp.h | 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in etc1_unpack_rgba8888() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_rgtc.c | 43 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc1_unorm_unpack_rgba_8unorm() local 69 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_8unorm() local 116 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_float() local 167 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_snorm_pack_rgba_float() local 235 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc2_unorm_unpack_rgba_8unorm() local 260 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rgtc2_unorm_pack_rgba_8unorm() local 285 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rxtc2_unorm_pack_rgba_float() local 399 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rxtc2_snorm_pack_rgba_float() local
|
D | u_format_etc.c | 28 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in util_format_etc1_rgb8_unpack_rgba_float() local
|
/external/skia/src/core/ |
D | SkNx.h | 63 ah, bh, ch, dh; in Load4() local 74 ah, bh, ch; in Load3() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 108 int *t_unpred_seg_counts, int bw, int bh, int mi_row, in count_segs() 148 int bw, bh; in count_segs_sb() local
|
D | vp9_aq_complexity.c | 116 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; in vp9_caq_select_segment() local
|
D | vp9_aq_cyclicrefresh.c | 155 const int bh = num_8x8_blocks_high_lookup[bsize]; in vp9_cyclic_refresh_update_segment() local 218 const int bh = num_8x8_blocks_high_lookup[bsize]; in vp9_cyclic_refresh_update_sb_postencode() local
|
/external/flatbuffers/tests/ |
D | JavaScriptTest.js | 238 var bh = b >> 16 & 65535; variable
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 91 int bh, int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb() 127 int bw, int bh, int x, int y, int w, int h, in build_inter_predictors() 220 const int bh = 4 * num_4x4_h; in build_inter_predictors_for_planes() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_tex_layout.c | 299 unsigned int bw, bh; in brw_miptree_layout_2d() local 518 unsigned bh, bw; in brw_miptree_layout_texture_3d() local
|
D | intel_copy_image.c | 121 unsigned bw, bh; in copy_miptrees() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfetch.c | 74 GLuint bw, bh; in fetch_compressed() local
|
/external/libvncserver/test/ |
D | bmp.c | 181 bmphdr bh; int flags=O_RDONLY; in loadbmp() local 304 bmphdr bh; int mode; in savebmp() local
|