Searched refs:bh (Results 1 - 25 of 155) sorted by relevance

1234567

/external/qemu/
H A Dasync.c76 QEMUBH **bh = opaque; local
77 qemu_bh_delete(*bh);
78 g_free(bh);
88 QEMUBH **bh; local
102 bh = g_malloc(sizeof(*bh));
103 *bh = qemu_bh_new(bh_run_aio_completions, bh);
104 qemu_bh_schedule(*bh);
129 QEMUBH *bh; local
140 QEMUBH *bh, **bhp; local
168 qemu_bh_schedule_idle(QEMUBH *bh) argument
176 qemu_bh_schedule(QEMUBH *bh) argument
186 qemu_bh_cancel(QEMUBH *bh) argument
191 qemu_bh_delete(QEMUBH *bh) argument
199 QEMUBH *bh; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsse4-err.asm2 crc32 r8d, bh ; error
3 crc32 rax, bh ; error
H A Dnomem64-err2.asm2 mov bh, r8b
/external/e2fsprogs/e2fsck/
H A Drecovery.c74 struct buffer_head *bh; local
97 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize);
98 if (!bh) {
103 if (!buffer_uptodate(bh) && !buffer_locked(bh)) {
104 bufs[nbufs++] = bh;
111 brelse(bh);
136 struct buffer_head *bh; local
153 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize);
154 if (!bh)
181 count_tags(journal_t *journal, struct buffer_head *bh) argument
322 calc_chksums(journal_t *journal, struct buffer_head *bh, unsigned long long *next_log_block, __u32 *crc32_sum) argument
358 struct buffer_head * bh; local
713 scan_revoke_records(journal_t *journal, struct buffer_head *bh, tid_t sequence, struct recovery_info *info) argument
[all...]
H A Djfs_user.h44 #define lock_buffer(bh) do {} while(0)
45 #define unlock_buffer(bh) do {} while(0)
46 #define buffer_req(bh) 1
140 void ll_rw_block(int rw, int dummy, struct buffer_head *bh[]);
141 void mark_buffer_dirty(struct buffer_head *bh);
142 void mark_buffer_uptodate(struct buffer_head *bh, int val);
143 void brelse(struct buffer_head *bh);
144 int buffer_uptodate(struct buffer_head *bh);
145 void wait_on_buffer(struct buffer_head *bh);
151 #define set_buffer_uptodate(bh) mark_buffer_uptodat
[all...]
H A Djournal.c70 struct buffer_head *bh; local
71 int bufsize = sizeof(*bh) + kdev->k_ctx->fs->blocksize -
72 sizeof(bh->b_data);
74 bh = e2fsck_allocate_memory(kdev->k_ctx, bufsize, "block buffer");
75 if (!bh)
85 bh->b_ctx = kdev->k_ctx;
87 bh->b_io = kdev->k_ctx->fs->io;
89 bh->b_io = kdev->k_ctx->journal_io;
90 bh->b_size = blocksize;
91 bh
111 struct buffer_head *bh; local
153 mark_buffer_dirty(struct buffer_head *bh) argument
158 mark_buffer_clean(struct buffer_head * bh) argument
163 brelse(struct buffer_head *bh) argument
172 buffer_uptodate(struct buffer_head *bh) argument
177 mark_buffer_uptodate(struct buffer_head *bh, int val) argument
182 wait_on_buffer(struct buffer_head *bh) argument
233 struct buffer_head *bh; local
[all...]
H A Drevoke.c274 * parameter, but does _not_ forget the buffer_head if the bh was only
287 struct buffer_head *bh = NULL; local
302 bh = bh_in;
304 if (!bh) {
305 bh = get_hash_table(dev, blocknr, journal->j_blocksize);
306 if (bh)
307 BUFFER_TRACE(bh, "found on hash");
318 if ((bh2 != bh) &&
336 if (bh) {
337 J_ASSERT_BH(bh, !test_bi
381 struct buffer_head *bh = jh2bh(jh); local
549 struct buffer_head *bh = jh2bh(descriptor); local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_format.c58 GLuint bw, bh; local
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_format.c58 GLuint bw, bh; local
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_format.c58 GLuint bw, bh; local
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_format.c58 GLuint bw, bh; local
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_format.c58 GLuint bw, bh; local
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_format.c58 GLuint bw, bh; local
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h258 void buffer_assertion_failure(struct buffer_head *bh);
259 #define J_ASSERT_BH(bh, expr) \
262 buffer_assertion_failure(bh); \
267 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr)
285 static inline int buffer_jbd(struct buffer_head *bh) argument
287 return __buffer_state(bh, JBD);
295 static inline struct journal_head *bh2jh(struct buffer_head *bh) argument
297 return bh->b_private;
612 extern void __journal_free_buffer(struct journal_head *bh);
732 *journal_add_journal_head(struct buffer_head *bh);
902 buffer_jlist_eq(struct buffer_head *bh, int list) argument
908 buffer_jdirty(struct buffer_head *bh) argument
914 buffer_jbd_data(struct buffer_head *bh) argument
[all...]
/external/chromium_org/third_party/mesa/src/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++) {
68 const unsigned bw = 4, bh = 4; local
72 assert(i < bw && j < bh);
H A Du_format_rgtc.c53 const unsigned bw = 4, bh = 4, comps = 4; local
57 for(y = 0; y < height; y += bh) {
60 for(j = 0; j < bh; ++j) {
79 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
82 for(y = 0; y < height; y += bh) {
85 uint8_t tmp[4][4]; /* [bh][bw][comps] */
86 for(j = 0; j < bh; ++j) {
126 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
129 for(y = 0; y < height; y += bh) {
132 uint8_t tmp[4][4]; /* [bh][b
177 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
245 const unsigned bw = 4, bh = 4, comps = 4; local
270 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
295 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
409 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
[all...]
/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++) {
68 const unsigned bw = 4, bh = 4; local
72 assert(i < bw && j < bh);
H A Du_format_rgtc.c53 const unsigned bw = 4, bh = 4, comps = 4; local
57 for(y = 0; y < height; y += bh) {
60 for(j = 0; j < bh; ++j) {
79 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
82 for(y = 0; y < height; y += bh) {
85 uint8_t tmp[4][4]; /* [bh][bw][comps] */
86 for(j = 0; j < bh; ++j) {
126 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
129 for(y = 0; y < height; y += bh) {
132 uint8_t tmp[4][4]; /* [bh][b
177 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
245 const unsigned bw = 4, bh = 4, comps = 4; local
270 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
295 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
409 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_complexity.c67 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; local
69 const int ymis = MIN(cm->mi_rows - mi_row, bh);
78 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
81 (bw * bh);
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/bn/
H A Drsaz-avx2.asm24 DB 00fh,00bh
/external/libedit/src/
H A Dmakelist38 USAGE="Usage: $0 -n|-h|-e|-fc|-fh|-bc|-bh|-m <filenames>"
138 -bh)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress.c451 GLuint bw, bh; local
454 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
457 ASSERT(row % bh == 0);
459 offset = ((width + bw - 1) / bw) * (row / bh) + col / bw;
480 GLuint bytes, bw, bh; local
483 _mesa_get_format_block_size(format, &bw, &bh);
492 texImage.RowStride = srcRowStride * bh / bytes;
/external/mesa3d/src/mesa/main/
H A Dtexcompress.c451 GLuint bw, bh; local
454 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
457 ASSERT(row % bh == 0);
459 offset = ((width + bw - 1) / bw) * (row / bh) + col / bw;
480 GLuint bytes, bw, bh; local
483 _mesa_get_format_block_size(format, &bw, &bh);
492 texImage.RowStride = srcRowStride * bh / bytes;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_complexity.c104 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; local
106 const int ymis = MIN(cm->mi_rows - mi_row, bh);
115 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
118 (bw * bh);
H A Dvp9_aq_variance.c127 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; local
130 vp9_64_zeros, 0, bw, bh, &sse, &avg);
131 var = sse - (((int64_t)avg * avg) / (bw * bh));
132 return (256 * var) / (bw * bh);

Completed in 345 milliseconds

1234567