HomeSort by relevance Sort by last modified time
    Searched defs:bh (Results 26 - 50 of 113) sorted by null

12 3 4 5

  /external/syslinux/gpxe/src/arch/i386/include/
registers.h 82 uint8_t bh; member in struct:i386_regs::__anon37780::__anon37781
  /toolchain/binutils/binutils-2.27/bfd/
elf32-sh-symbian.c 480 struct bfd_link_hash_entry *bh = NULL; local
486 &bh))
488 new_hash = (struct elf_link_hash_entry *) bh;
elf32-sh64.c 422 struct bfd_link_hash_entry *bh = NULL; local
428 bed->collect, &bh))
434 h = (struct elf_link_hash_entry *) bh;
  /external/e2fsprogs/debugfs/
do_journal.c 69 struct buffer_head *bh, *cbh = NULL; local
82 bh = getblk(trans->journal->j_dev, 0, trans->journal->j_blocksize);
83 if (bh == NULL)
87 commit = (struct commit_header *)bh->b_data;
135 jbd2_commit_block_csum_set(trans->journal, bh);
136 err = journal_bmap(trans->journal, trans->block, &bh->b_blocknr);
141 bh->b_blocknr);
142 mark_buffer_dirty(bh);
143 ll_rw_block(WRITE, 1, &bh);
144 err = bh->b_err
170 struct buffer_head *bh; local
274 struct buffer_head *bh = NULL, *data_bh; local
653 struct buffer_head *bh; local
    [all...]
journal.c 126 struct buffer_head *bh; local
127 int bufsize = sizeof(*bh) + kdev->k_fs->blocksize -
128 sizeof(bh->b_data);
131 retval = ext2fs_get_memzero(bufsize, &bh);
142 bh->b_fs = kdev->k_fs;
144 bh->b_io = kdev->k_fs->io;
146 bh->b_io = kdev->k_fs->journal_io;
147 bh->b_size = blocksize;
148 bh->b_blocknr = blocknr;
150 return bh;
168 struct buffer_head *bh; local
289 struct buffer_head *bh; local
    [all...]
recovery.c 75 struct buffer_head *bh; local
98 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize);
99 if (!bh) {
104 if (!buffer_uptodate(bh) && !buffer_locked(bh)) {
105 bufs[nbufs++] = bh;
112 brelse(bh);
137 struct buffer_head *bh; local
154 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize);
155 if (!bh)
440 struct buffer_head * bh; local
    [all...]
  /external/e2fsprogs/e2fsck/
recovery.c 75 struct buffer_head *bh; local
98 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize);
99 if (!bh) {
104 if (!buffer_uptodate(bh) && !buffer_locked(bh)) {
105 bufs[nbufs++] = bh;
112 brelse(bh);
137 struct buffer_head *bh; local
154 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize);
155 if (!bh)
440 struct buffer_head * bh; local
    [all...]
journal.c 121 struct buffer_head *bh; local
122 int bufsize = sizeof(*bh) + kdev->k_ctx->fs->blocksize -
123 sizeof(bh->b_data);
125 bh = e2fsck_allocate_memory(kdev->k_ctx, bufsize, "block buffer");
126 if (!bh)
136 bh->b_ctx = kdev->k_ctx;
138 bh->b_io = kdev->k_ctx->fs->io;
140 bh->b_io = kdev->k_ctx->journal_io;
141 bh->b_size = blocksize;
142 bh->b_blocknr = blocknr
162 struct buffer_head *bh; local
284 struct buffer_head *bh; local
    [all...]
  /external/libjpeg-turbo/simd/
jdcolext-altivec.c 49 crl, crh, rl, rh, gl, gh, bl, bh, g0w, g1w, g2w, g3w; local
110 bh = vec_add(cbh, cbh);
112 bh = vec_madds(bh, pw_mf0228, pw_one);
114 bh = vec_sra(bh, (__vector unsigned short)pw_one);
116 bh = vec_add(bh, cbh);
118 bh = vec_add(bh, cbh)
    [all...]
jdmrgext-altivec.c 51 rl, rh, gl, gh, bl, bh, re, ro, ge, go, be, bo; local
176 bh = vec_mergel(be, bo);
183 bx2 = vec_mergeh(bh, pw_255);
185 bx3 = vec_mergel(bh, pw_255);
  /external/libvncserver/test/
bmp.c 181 bmphdr bh; int flags=O_RDONLY; local
193 readme(fd, &bh.bfType, sizeof(unsigned short));
194 if(!littleendian()) bh.bfType=byteswap16(bh.bfType);
196 if(bh.bfType==0x3650)
201 if(bh.bfType==0x3350)
207 readme(fd, &bh.bfSize, sizeof(unsigned int));
208 readme(fd, &bh.bfReserved1, sizeof(unsigned short));
209 readme(fd, &bh.bfReserved2, sizeof(unsigned short));
210 readme(fd, &bh.bfOffBits, sizeof(unsigned int))
304 bmphdr bh; int mode; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 155 const int bh = num_8x8_blocks_high_lookup[bsize]; local
157 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh);
218 const int bh = num_8x8_blocks_high_lookup[bsize]; local
220 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh);
vp9_denoiser.c 368 const int bh = num_8x8_blocks_high_lookup[bs]; local
370 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_mipmap_tree.c 93 unsigned bw, bh; local
94 _mesa_get_format_block_size(format, &bw, &bh);
729 unsigned int bw, bh; local
739 _mesa_get_format_block_size(mt->format, &bw, &bh);
740 assert(y % bh == 0);
741 y /= bh;
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_blit.c 415 GLuint bw, bh; local
416 _mesa_get_format_block_size(src_mt->format, &bw, &bh);
425 assert(src_y % bh == 0);
428 assert(src_height % bh == 0 ||
432 src_y /= (int)bh;
434 src_height /= (int)bh;
444 GLuint bw, bh; local
445 _mesa_get_format_block_size(dst_mt->format, &bw, &bh);
448 assert(dst_y % bh == 0);
451 dst_y /= (int)bh;
    [all...]
  /external/mesa3d/src/mesa/main/
formats.c 312 * \param bh returns block height in pixels
315 _mesa_get_format_block_size(mesa_format format, GLuint *bw, GLuint *bh)
322 *bh = info->BlockHeight;
331 * \param bh returns block height in pixels
337 GLuint *bh,
342 *bh = info->BlockHeight;
869 const GLuint bh = info->BlockHeight; local
872 const GLuint hblocks = (height + bh - 1) / bh;
897 const uint64_t bh = info->BlockHeight local
    [all...]
texstore.c 1270 GLuint bw, bh, bd; local
    [all...]
texcompress_etc.c 276 ((in[5] >> 3) & 0x1f)); /* BH */
527 * {B(x, y) = clamp255((x × (BH ? BO) + y × (BV ? BO) + 4 × BO + 2) >> 2)
676 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
680 for (y = 0; y < height; y += bh) {
686 const unsigned h = MIN2(bh, height - y);
723 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
728 for (y = 0; y < height; y += bh) {
730 const unsigned h = MIN2(bh, height - y);
771 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; local
775 for (y = 0; y < height; y += bh) {
809 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; local
854 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local
891 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local
941 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local
979 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local
1026 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
1062 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
    [all...]
texgetimage.c 1034 GLuint bw, bh, bd; local
    [all...]
  /system/core/libpixelflinger/include/pixelflinger/
format.h 115 uint8_t bh; // blue high bit position + 1 member in struct:__anon2847::__anon2849::__anon2850
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 247 const unsigned bw = 4, bh = 4, comps = 4; local
249 for(y = 0; y < height; y += bh) {
252 for(j = 0; j < bh; ++j) {
412 const unsigned bw = 4, bh = 4, comps = 4; local
414 for(y = 0; y < height; y += bh) {
417 uint8_t tmp[4][4][4]; /* [bh][bw][comps] */
418 for(j = 0; j < bh; ++j) {
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_surfacedefs.h 1115 const uint32 bw = desc->block_size.width, bh = desc->block_size.height; local
    [all...]
  /external/skia/src/core/
SkNx.h 63 ah, bh, ch, dh; local
65 Half::Load4(ptr + 4*N/2*sizeof(T), &ah, &bh, &ch, &dh);
67 *b = SkNx{bl, bh};
74 ah, bh, ch; local
76 Half::Load3(ptr + 3*N/2*sizeof(T), &ah, &bh, &ch);
78 *b = SkNx{bl, bh};
84 ah, bh; local
86 Half::Load2(ptr + 2*N/2*sizeof(T), &ah, &bh);
88 *b = SkNx{bl, bh};
  /external/skia/tests/
ReadPixelsTest.cpp 179 int bh = bitmap.height(); local
181 SkIRect srcRect = SkIRect::MakeXYWH(x, y, bw, bh);
187 for (int by = 0; by < bh; ++by) {
214 for (int by = 0; by < bh; ++by) {
  /external/skqp/src/core/
SkNx.h 63 ah, bh, ch, dh; local
65 Half::Load4(ptr + 4*N/2*sizeof(T), &ah, &bh, &ch, &dh);
67 *b = SkNx{bl, bh};
74 ah, bh, ch; local
76 Half::Load3(ptr + 3*N/2*sizeof(T), &ah, &bh, &ch);
78 *b = SkNx{bl, bh};
84 ah, bh; local
86 Half::Load2(ptr + 2*N/2*sizeof(T), &ah, &bh);
88 *b = SkNx{bl, bh};

Completed in 562 milliseconds

12 3 4 5