Searched defs:bh (Results 1 - 25 of 79) sorted by relevance

1234

/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
H A DJmhCipherEncryptBenchmark.java56 public void encrypt(Blackhole bh) throws Exception { argument
57 bh.consume(benchmark.encrypt());
/external/capstone/bindings/ocaml/
H A Dppc.ml30 bh: int; Record field in type:cs_ppc
/external/capstone/bindings/java/capstone/
H A DPpc.java69 public int bh; field in class:Ppc.UnionOpInfo
81 readField("bh");
91 return Arrays.asList("bc", "bh", "update_cr0", "op_count", "op");
97 public int bh; field in class:Ppc.OpInfo
104 bh = op_info.bh;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_etc.c28 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
32 for (y = 0; y < height; y += bh) {
38 for (j = 0; j < bh; j++) {
H A Du_format_rgtc.c43 const unsigned bw = 4, bh = 4, comps = 4; local
47 for(y = 0; y < height; y += bh) {
50 for(j = 0; j < bh; ++j) {
69 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
72 for(y = 0; y < height; y += bh) {
75 uint8_t tmp[4][4]; /* [bh][bw][comps] */
76 for(j = 0; j < bh; ++j) {
116 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
119 for(y = 0; y < height; y += bh) {
122 uint8_t tmp[4][4]; /* [bh][b
167 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
235 const unsigned bw = 4, bh = 4, comps = 4; local
260 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
285 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
399 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
[all...]
/external/squashfs-tools/kernel/fs/squashfs/
H A Dblock.c50 struct buffer_head *bh; local
52 bh = sb_bread(sb, *cur_index);
53 if (bh == NULL)
57 *length = (unsigned char) bh->b_data[*offset];
58 put_bh(bh);
59 bh = sb_bread(sb, ++(*cur_index));
60 if (bh == NULL)
62 *length |= (unsigned char) bh->b_data[0] << 8;
65 *length = (unsigned char) bh->b_data[*offset] |
66 (unsigned char) bh
86 struct buffer_head **bh; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_complexity.c116 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; local
126 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
129 (cpi->rc.sb64_target_rate * xmis * ymis * 256) / (bw * bh);
H A Dvp9_aq_variance.c152 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; local
157 CONVERT_TO_BYTEPTR(vp9_highbd_64_zeros), 0, bw, bh,
163 bw, bh, &sse, &avg);
167 bw, bh, &sse, &avg);
169 var = sse - (unsigned int)(((int64_t)avg * avg) / (bw * bh));
170 return (unsigned int)(((uint64_t)256 * var) / (bw * bh));
H A Dvp9_segmentation.c108 int *t_unpred_seg_counts, int bw, int bh, int mi_row,
117 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
148 int bw, bh; local
154 bh = num_8x8_blocks_high_lookup[mi[0]->sb_type];
156 if (bw == bs && bh == bs) {
159 } else if (bw == bs && bh < bs) {
165 } else if (bw < bs && bh == bs) {
175 assert(bw < bs && bh < bs);
104 count_segs(const VP9_COMMON *cm, MACROBLOCKD *xd, const TileInfo *tile, MODE_INFO **mi, int *no_pred_segcounts, int (*temporal_predictor_count)[2], int *t_unpred_seg_counts, int bw, int bh, int mi_row, int mi_col) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_copy_image.c121 unsigned bw, bh; local
144 _mesa_get_format_block_size(src_mt->format, &bw, &bh);
154 if (src_height < bh)
155 src_height = ALIGN_NPOT(src_height, bh);
H A Dbrw_tex_layout.c299 unsigned int bw, bh; local
301 _mesa_get_format_block_size(mt->format, &bw, &bh);
339 img_height /= bh;
518 unsigned bh, bw; local
520 _mesa_get_format_block_size(mt->format, &bw, &bh);
538 intel_miptree_set_image_offset(mt, level, q, x / bw, y / bh);
540 mt->total_height = MAX2(mt->total_height, (y + hL) / bh);
/external/mesa3d/src/mesa/main/
H A Dtexcompress.c874 GLuint bw, bh; local
877 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
880 assert(row % bh == 0);
882 offset = ((width + bw - 1) / bw) * (row / bh) + col / bw;
926 GLuint bytes, bw, bh; local
930 _mesa_get_format_block_size(format, &bw, &bh);
938 stride = srcRowStride * bh / bytes;
H A Dtexcompress_etc_tmp.h146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
150 for (y = 0; y < height; y += bh) {
156 for (j = 0; j < MIN2(bh, height - y); j++) {
/external/mesa3d/src/mesa/swrast/
H A Ds_texfetch.c74 GLuint bw, bh; local
76 _mesa_get_format_block_size(swImage->Base.TexFormat, &bw, &bh);
H A Ds_texture.c218 GLuint bw, bh; local
233 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
236 assert(y % bh == 0);
247 map += stride * (y / bh) + texelSize * (x / bw);
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dtypearith.h75 uint32_t ah, al, bh, bl; local
79 bh = (uint32_t)(b>>32); bl = (uint32_t)b;
89 hl = (uint64_t)al * bh + w[1];
93 hl = ((uint64_t)ah * bh + w[2]) + carry;
333 uint16_t ah, al, bh, bl;
337 bh = (uint16_t)(b>>16); bl = (uint16_t)b;
347 hl = (uint32_t)al * bh + w[1];
351 hl = ((uint32_t)ah * bh + w[2]) + carry;
/external/e2fsprogs/debugfs/
H A Drevoke.c325 * parameter, but does _not_ forget the buffer_head if the bh was only
338 struct buffer_head *bh = NULL; local
354 bh = bh_in;
356 if (!bh) {
357 bh = __find_get_block(bdev, blocknr, journal->j_blocksize);
358 if (bh)
359 BUFFER_TRACE(bh, "found on hash");
370 if (bh2 != bh && buffer_revokevalid(bh2))
386 if (bh) {
387 if (!J_EXPECT_BH(bh, !buffer_revoke
432 struct buffer_head *bh = jh2bh(jh); local
499 struct buffer_head *bh; local
644 jbd2_revoke_csum_set(journal_t *j, struct buffer_head *bh) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Drevoke.c325 * parameter, but does _not_ forget the buffer_head if the bh was only
338 struct buffer_head *bh = NULL; local
354 bh = bh_in;
356 if (!bh) {
357 bh = __find_get_block(bdev, blocknr, journal->j_blocksize);
358 if (bh)
359 BUFFER_TRACE(bh, "found on hash");
370 if (bh2 != bh && buffer_revokevalid(bh2))
386 if (bh) {
387 if (!J_EXPECT_BH(bh, !buffer_revoke
432 struct buffer_head *bh = jh2bh(jh); local
499 struct buffer_head *bh; local
644 jbd2_revoke_csum_set(journal_t *j, struct buffer_head *bh) argument
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.h27 const int bh = num_8x8_blocks_high_lookup[bsize]; local
29 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh);
/external/libyuv/files/unit_test/
H A Dcolor_test.cc445 static void PrintHistogram(int rh[256], int gh[256], int bh[256]) { argument
449 if (rh[i] || gh[i] || bh[i]) {
455 if (rh[i] || gh[i] || bh[i]) {
461 if (rh[i] || gh[i] || bh[i]) {
467 if (rh[i] || gh[i] || bh[i]) {
468 printf("\t%8d", bh[i]);
483 bh[256] = { local
498 ++bh[b1 - b0 + 128];
502 PrintHistogram(rh, gh, bh);
514 bh[25 local
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c263 uint32_t bw, bh; local
268 bh = MIN2(bin_h, miny + height - yoff);
285 tile->bin_h = bh;
294 yoff += bh;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c46 unsigned bw, bh, bpb, total_size, i; local
58 svga_format_size(key->format, &bw, &bh, &bpb);
66 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb;
/external/syslinux/gpxe/src/arch/i386/include/
H A Dregisters.h82 uint8_t bh; member in struct:i386_regs::__anon24459::__anon24460
/external/libjpeg-turbo/simd/
H A Djdcolext-altivec.c49 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, cb
[all...]
/external/libvncserver/test/
H A Dbmp.c181 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
304 bmphdr bh; int mode; local
[all...]

Completed in 745 milliseconds

1234