Searched defs:bh (Results 1 - 25 of 96) sorted by last modified time

1234

/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/skia/src/core/
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);
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(),
/external/skia/src/gpu/
H A DGrRedBlackTree.h869 int bh; local
870 int count = checkNode(fRoot, &bh);
876 int GrRedBlackTree<T,C>::checkNode(Node* n, int* bh) const {
880 *bh += 1;
884 int leftBh = *bh;
885 int rightBh = *bh;
889 *bh = leftBh;
/external/skia/tests/
H A DReadPixelsTest.cpp168 int bh = bitmap.height(); local
170 SkIRect srcRect = SkIRect::MakeXYWH(x, y, bw, bh);
176 for (int by = 0; by < bh; ++by) {
/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...]
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...]
H A Ddma-helpers.c49 QEMUBH *bh; member in struct:__anon29636
58 qemu_bh_delete(dbs->bh);
59 dbs->bh = NULL;
67 dbs->bh = qemu_bh_new(reschedule_dma, dbs);
68 qemu_bh_schedule(dbs->bh);
161 dbs->bh = NULL;
/external/qemu/block/
H A Dqcow2.c341 QEMUBH *bh; member in struct:QCowAIOCB
363 qemu_bh_delete(acb->bh);
364 acb->bh = NULL;
370 if (acb->bh)
373 acb->bh = qemu_bh_new(cb, acb);
374 if (!acb->bh)
377 qemu_bh_schedule(acb->bh);
/external/qemu/include/sysemu/
H A Dchar.h71 QEMUBH *bh; member in struct:CharDriverState
/external/qemu/tcg/
H A Doptimize.c451 TCGArg bl = p2[0], bh = p2[1]; local
454 && temps[bh].state == TCG_TEMP_CONST) {
455 uint64_t b = ((uint64_t)temps[bh].val << 32) | (uint32_t)temps[bl].val;
474 if (temps_are_copies(al, bl) && temps_are_copies(ah, bh)) {
1007 uint32_t bh = temps[args[5]].val; local
1009 uint64_t b = ((uint64_t)bh << 32) | bl;
/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/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 Dvbe.c1071 xor bh, bh variable
1218 cmp bh, #0x01 variable
1274 xor bh, bh variable
1288 xor bh, bh variable
1363 xor bh, bh variable
1389 cmp bh, # variable
1391 cmp bh, #0x08 variable
1400 mov bh, #0x06 variable
1404 mov bh, #0x08 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/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.h103 unsigned char al, ah, bl, bh, cl, ch, dl, dh; member in struct:_RMBYTEREGS
/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/openssl/crypto/bn/
H A Dbn_asm.c149 BN_ULONG bl,bh; local
155 bh=HBITS(w);
160 mul_add(rp[0],ap[0],bl,bh,c);
161 mul_add(rp[1],ap[1],bl,bh,c);
162 mul_add(rp[2],ap[2],bl,bh,c);
163 mul_add(rp[3],ap[3],bl,bh,c);
169 mul_add(rp[0],ap[0],bl,bh,c);
178 BN_ULONG bl,bh; local
184 bh=HBITS(w);
189 mul(rp[0],ap[0],bl,bh,carr
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texture.c195 GLuint bw, bh; local
201 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
204 assert(y % bh == 0);
232 map += stride * (y / bh) + texelSize * (x / bw);
/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/gallium/auxiliary/rtasm/
H A Drtasm_ppc.c411 unsigned bh:2; member in struct:xl_inst::__anon27145
418 emit_xl(struct ppc_function *p, uint op, uint bo, uint bi, uint bh, argument
426 inst.inst.bh = bh;
443 debug_printf(" bh: %d 0x%x\n", i.inst.bh, i.inst.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++) {
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...]
H A Du_format_s3tc.c250 const unsigned bw = 4, bh = 4, comps = 4; local
252 for(y = 0; y < height; y += bh) {
255 for(j = 0; j < bh; ++j) {
393 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
395 for(y = 0; y < height; y += bh) {
398 uint8_t tmp[4][4][3]; /* [bh][bw][comps] */
399 for(j = 0; j < bh; ++j) {
418 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 8; local
420 for(y = 0; y < height; y += bh) {
423 uint8_t tmp[4][4][4]; /* [bh][b
443 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local
468 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local
[all...]
/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;

Completed in 1096 milliseconds

1234