Searched defs:bx (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_regset.c91 ulong_t bit, bx; local
94 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) {
96 reg = (int)((wx << BT_ULSHIFT) | bx);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Ddmisc.c117 ULong *bx, *bxe, q, *sx, *sxe; local
136 bx = b->x;
137 bxe = bx + n;
151 y = *bx - (ys & 0xffffffffUL) - borrow;
154 *bx++ = (UINT32)(y & 0xffffffffUL);
161 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
163 z = (*bx >> 16) - (zs & 0xffff) - borrow;
165 Storeinc(bx, z, y);
169 y = *bx - (ys & 0xffff) - borrow;
171 *bx
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_boundsinfo.c239 unsigned int bx, by; local
271 bx = BKT_DOWNHASH(bounds->x1, mural->width);
275 if (mural->optimizeBucket && (bx <= HASHRANGE) && (by <= HASHRANGE))
283 for (r = bucketInfo->rhash[by][bx]; r && bounds->y2 >= r->extents.y1;
/vbox/src/VBox/Devices/PC/BIOS/
H A Dinvop.c50 uint16_t bx; /* 82Eh */ member in struct:tag_ldall_286
77 "mov bx, sp" \
78 "lidt fword ptr ss:[bx]"\
79 parm caller reverse [] modify [bx] exact;
85 "mov bx, sp" \
86 "lgdt fword ptr ss:[bx]"\
87 parm caller reverse [] modify [bx] exact;
120 "mov bx,ss:[00h]" \
121 "mov ss:[08h], bx" \
122 "mov bx,s
[all...]
H A Dbiosint.h78 uint16_t bx, dx, cx, ax; member in struct:__anon14961::__anon14962::__anon14963
95 uint16_t bx, filler5, dx, filler6, cx, filler7, ax, filler8; member in struct:__anon14965::__anon14966::__anon14968
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dregisters.h20 * This type encapsulates a 16-bit register such as %ax, %bx, %cx,
84 uint16_t bx; member in union:i386_regs::__anon15047
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16thred.c372 mov bx, ds local
375 mov ds, bx
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86int10.h34 int bx; member in struct:__anon6948
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86int10.h34 int bx; member in struct:__anon7259
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86int10.h34 int bx; member in struct:__anon7622
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86int10.h34 int bx; member in struct:__anon7987
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86int10.h34 int bx; member in struct:__anon8305
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86int10.h34 int bx; member in struct:__anon8618
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86int10.h34 int bx; member in struct:__anon8938
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86int10.h34 int bx; member in struct:__anon9255
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86int10.h34 int bx; member in struct:__anon9576
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86int10.h35 int bx; member in struct:__anon4775
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86int10.h34 int bx; member in struct:__anon5101
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86int10.h34 int bx; member in struct:__anon5413
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86int10.h34 int bx; member in struct:__anon5724
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86int10.h34 int bx; member in struct:__anon6031
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86int10.h34 int bx; member in struct:__anon6334
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86int10.h34 int bx; member in struct:__anon6632
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/int10/
H A Dxf86int10.h35 int bx; member in struct:__anon3099
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86int10.h35 int bx; member in struct:__anon4348

Completed in 105 milliseconds

12