HomeSort by relevance Sort by last modified time
    Searched defs:bh (Results 1 - 25 of 41) sorted by null

1 2

  /external/qemu/
async.c 76 QEMUBH **bh = opaque; local
77 qemu_bh_delete(*bh);
78 qemu_free(bh);
88 QEMUBH **bh; local
101 /* Schedule BH to run any queued AIO completions as soon as possible */
102 bh = qemu_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
199 QEMUBH *bh; local
    [all...]
dma-helpers.c 49 QEMUBH *bh; member in struct:__anon9855
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;
qemu-char.h 71 QEMUBH *bh; member in struct:CharDriverState
  /sdk/emulator/qtools/
gtrace.cpp 97 block_header bh; local
99 bh.blockno = blockno_++;
100 bh.entry_width = 8;
101 bh.block_tic = cycle + kBaseTic;
102 bh.block_time = start_sec_ + cycle / kTicsPerSecond;
103 //bh.usec_cpu = (start_usec << 8) | (cpu & 0xff);
104 bh.usec_cpu = cpu & 0xff;
105 bh.pid = pid;
106 bh.bug_count = 0;
107 bh.zero_count = 0
    [all...]
  /external/e2fsprogs/e2fsck/
recovery.c 74 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)
361 struct buffer_head * bh; local
    [all...]
revoke.c 274 * 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_bit(BH_Revoked, &bh->b_state))
381 struct buffer_head *bh = jh2bh(jh); local
549 struct buffer_head *bh = jh2bh(descriptor); local
    [all...]
journal.c 70 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->b_blocknr = blocknr
111 struct buffer_head *bh; local
232 struct buffer_head *bh; local
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 149 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,carry)
    [all...]
  /external/qemu-pc-bios/vgabios/
vbe.c 1071 xor bh, bh variable
1198 * (16-bit) BH = 00h Set memory window
1218 cmp bh, #0x01 variable
1274 xor bh, bh variable
1288 xor bh, bh variable
1310 * BH = 00h Reserved and must be 00h
1329 * BH = If BL=01h Reserved and will be
1363 xor bh, bh variable
1389 cmp bh, #0x06 variable
1391 cmp bh, #0x08 variable
1400 mov bh, #0x06 variable
1404 mov bh, #0x08 variable
    [all...]
clext.c 643 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...]
  /external/quake/quake/src/WinQuake/
dosisms.h 66 unsigned char bl, bh, ebx_b2, ebx_b3; member in struct:__anon10670::__anon10673
  /external/skia/src/core/
Sk64.cpp 190 uint32_t bh = b >> 16; local
193 uint32_t A = ah * bh;
194 uint32_t B = ah * bl + al * bh;
SkMath.cpp 98 uint32_t bh = b >> 16; local
101 uint32_t A = ah * bh;
102 uint32_t B = ah * bl + al * bh;
153 uint32_t bh = b >> 16; local
156 uint32_t R = ah * b + al * bh + (al * bl >> 16);
178 uint32_t bh = b >> 16; local
181 uint32_t A = ah * bh;
182 uint32_t B = ah * bl + al * bh;
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_format.h 121 uint8_t bh; // blue high bit position + 1 member in struct:__anon8728::__anon8730::__anon8731
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 103 unsigned char al, ah, bl, bh, cl, ch, dl, dh; member in struct:_RMBYTEREGS
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view_single.c 293 Evas_Coord mx, my, mw, mh, ax, ay, aw, ah, bx, by, bw, bh; local
311 bh = -sr->dy;
314 bh = sr->dy;
315 my = by + bh;
326 sr->dx, sr->dy, mx, my, mw, mh, ax, ay, aw, ah, bx, by, bw, bh);
333 ewk_view_repaint_add(sd->_priv, bx, by, bw, bh);
  /system/core/include/pixelflinger/
format.h 115 uint8_t bh; // blue high bit position + 1 member in struct:__anon25924::__anon25926::__anon25927
  /external/skia/gpu/src/
GrRedBlackTree.h 874 int bh; local
875 int count = checkNode(fRoot, &bh);
881 int GrRedBlackTree<T,C>::checkNode(Node* n, int* bh) const {
885 *bh += 1;
889 int leftBh = *bh;
890 int rightBh = *bh;
894 *bh = leftBh;
    [all...]
  /bionic/libc/kernel/common/linux/
msdos_fs.h 177 struct buffer_head *bh; member in struct:fat_slot_info
  /development/ndk/platforms/android-3/include/linux/
msdos_fs.h 177 struct buffer_head *bh; member in struct:fat_slot_info
  /external/qemu/block/
qcow2.c 341 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);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieControllerOverlay.java 309 int bh; local
316 bh = bw;
317 y = b - bh;
329 bh = playPauseReplayView.getMeasuredHeight();
331 cx - bw / 2, playbackButtonsCenterline - bh / 2, cx + bw / 2,
332 playbackButtonsCenterline + bh / 2);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
msdos_fs.h 178 struct buffer_head *bh; member in struct:fat_slot_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h 177 struct buffer_head *bh; member in struct:fat_slot_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
msdos_fs.h 177 struct buffer_head *bh; member in struct:fat_slot_info

Completed in 501 milliseconds

1 2