Searched defs:bh (Results 76 - 96 of 96) sorted by relevance

1234

/external/qemu-pc-bios/vgabios/
H A Dclext.c643 and bh, #0xfe variable
644 or bh, al variable
1062 xor bh, bh variable
1075 cmp bh, #0x00 variable
1077 cmp bh, #0x01 variable
1117 xor bh, bh variable
1125 xor bh, bh variable
1153 xor bh, bh variable
1191 xor bh, bh variable
1225 mov bh, [0xb9] variable
[all...]
H A Dvgabios.c666 // Ralf Brown Interrupt list is WRONG on bh(page)
1729 cmp bh, #0x00 variable
1731 cmp bh, #0x01 variable
2068 mov bh, al variable
2161 mov al, bh
2258 mov bh, al variable
2277 mov al, bh
2279 mov bh, al variable
2402 shl bh, 7 variable
2403 or al, bh
2417 shl bh, 2 variable
2419 and bh, #0x0f variable
2537 mov bh, al variable
2538 and bh, #0x0f variable
2541 shr bh, 2 variable
2865 mov bh, #0x01 variable
3107 xor bh, bh variable
[all...]
/external/skia/src/core/
H A DSkRegion.cpp518 const SkRegion::RunHead* bh = b.fRunHead; local
521 if (ah == bh) {
528 return ah->fRunCount == bh->fRunCount &&
529 !memcmp(ah->readonly_runs(), bh->readonly_runs(),
H A DSkAAClip.cpp628 const SkAAClip::RunHead* bh = b.fRunHead; local
631 if (ah == bh) {
640 return ah->fRowCount == bh->fRowCount &&
641 ah->fDataSize == bh->fDataSize &&
642 !memcmp(ah->data(), bh->data(), ah->fDataSize);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c302 const int bh = num_8x8_blocks_high_lookup[bsize]; local
304 const int y_mis = MIN(bh, cm->mi_rows - mi_row);
321 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c724 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local
727 lp_build_unpack2(bld->gallivm, type, i16_type, b, &bl, &bh);
731 abh = lp_build_mul_u8n(bld->gallivm, i16_type, ah, bh);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstore.c4484 GLuint bw, bh; local
4491 _mesa_get_format_block_size(texFormat, &bw, &bh);
4511 rows = (height + bh - 1) / bh; /* rows in blocks */
/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/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c298 const int bh = num_8x8_blocks_high_lookup[bsize]; local
300 const int y_mis = MIN(bh, cm->mi_rows - mi_row);
315 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c724 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local
727 lp_build_unpack2(bld->gallivm, type, i16_type, b, &bl, &bh);
731 abh = lp_build_mul_u8n(bld->gallivm, i16_type, ah, bh);
/external/mesa3d/src/mesa/main/
H A Dtexstore.c4484 GLuint bw, bh; local
4491 _mesa_get_format_block_size(texFormat, &bw, &bh);
4511 rows = (height + bh - 1) / bh; /* rows in blocks */
/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c2297 int bh, bss_load, conn_capab; local
2322 bh = cred_below_min_backhaul(wpa_s, cred, bss);
2328 bh ? " below_min_backhaul=1" : "",
2337 if (bh || bss_load || conn_capab) {
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp668 const SkAAClip::RunHead* bh = b.fRunHead; local
671 if (ah == bh) {
680 return ah->fRowCount == bh->fRowCount &&
681 ah->fDataSize == bh->fDataSize &&
682 !memcmp(ah->data(), bh->data(), ah->fDataSize);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c56 jobject bh; /* BusyHandler object */ member in struct:__anon22642
454 if (env && h->bh) {
456 jclass cls = (*env)->GetObjectClass(env, h->bh);
465 ret = (*env)->CallBooleanMethod(env, h->bh, mid, tabstr.jstr,
483 if (env && h->bh) {
484 jclass cls = (*env)->GetObjectClass(env, h->bh);
492 ret = (*env)->CallBooleanMethod(env, h->bh, mid, 0, (jint) count)
864 delglobrefp(env, &h->bh);
1094 h->bh = h->cb = h->ai = h->tr = h->pr = h->ph = 0;
1321 Java_SQLite_Database__1busy_1handler(JNIEnv *env, jobject obj, jobject bh) argument
[all...]
/external/qemu/
H A Dblock.c2284 QEMUBH *bh; member in struct:BlockDriverAIOCBSync
2296 qemu_bh_delete(acb->bh);
2297 acb->bh = NULL;
2314 qemu_bh_delete(acb->bh);
2315 acb->bh = NULL;
2335 if (!acb->bh)
2336 acb->bh = qemu_bh_new(bdrv_aio_bh_cb, acb);
2345 qemu_bh_schedule(acb->bh);
2375 if (!acb->bh)
2376 acb->bh
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c998 int *bh, int *bw) {
1003 *bh = num_8x8_blocks_high_lookup[bsize];
1005 if ((*bh <= rows_left) && (*bw <= cols_left)) {
1016 int bh = bh_in; local
1018 for (r = 0; r < MI_BLOCK_SIZE; r += bh) {
1024 row8x8_remaining - r, col8x8_remaining - c, &bh, &bw);
1043 int bh = num_8x8_blocks_high_lookup[bsize]; local
1051 for (block_row = 0; block_row < MI_BLOCK_SIZE; block_row += bh) {
1060 set_partial_b64x64_partition(mi_upper_left, mis, bh, bw, row8x8_remaining,
1096 const int bh local
996 find_partition_size(BLOCK_SIZE bsize, int rows_left, int cols_left, int *bh, int *bw) argument
1231 int bh = num_8x8_blocks_high_lookup[BLOCK_16X16]; local
1766 int bh, bw; local
1863 int bh, bw; local
[all...]
H A Dvp9_rdopt.c196 int bh = 1 << (b_height_log2_lookup[bs] - b_width_log2_lookup[unit_size]); local
203 for (idy = 0; idy < bh; ++idy) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1307 int *bh, int *bw) {
1312 *bh = num_8x8_blocks_high_lookup[bsize];
1314 if ((*bh <= rows_left) && (*bw <= cols_left)) {
1336 int bh = num_8x8_blocks_high_lookup[bsize]; local
1344 for (block_row = 0; block_row < MI_BLOCK_SIZE; block_row += bh) {
1353 for (block_row = 0; block_row < MI_BLOCK_SIZE; block_row += bh) {
1359 (col8x8_remaining - block_col), &bh, &bw);
1378 const int bh = num_8x8_blocks_high_lookup[bsize]; local
1387 for (block_row = 0; block_row < MI_BLOCK_SIZE; block_row += bh) {
1395 for (block_row2 = 0; block_row2 < bh;
1305 find_partition_size(BLOCK_SIZE bsize, int rows_left, int cols_left, int *bh, int *bw) argument
1551 int bh = num_8x8_blocks_high_lookup[bsize]; local
2099 int bh, bw; local
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c789 Bit8u bl, bh, dl, dh, cl, ch, al, ah; member in struct:__anon30272::__anon30273::__anon30275
806 Bit8u bl, bh; member in struct:__anon30276::__anon30277::__anon30280
4157 switch (regs.u.r8.bh) {
4202 BX_DEBUG_INT15("INT 15h C2 AL=0, BH=%02x\n", (unsigned) regs.u.r8.bh);
4213 if (regs.u.r8.bh != 3) {
4219 mouse_flags_2 = (mouse_flags_2 & 0x00) | regs.u.r8.bh;
4246 regs.u.r8.bh = mouse_data2;
4260 switch (regs.u.r8.bh) {
4298 if (regs.u.r8.bh < 4) {
4304 ret = send_to_mouse_ctrl(regs.u.r8.bh);
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62705 } bh; member in union:vdbeExecUnion
[all...]

Completed in 509 milliseconds

1234