/vbox/src/recompiler/target-i386/ |
H A D | helper_template.h | 74 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80; 75 of = lshift((src1 ^ src2 ^ -1) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O; 98 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80; 99 of = lshift((src1 ^ src2 ^ -1) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O; 122 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80; 123 of = lshift((src1 ^ src2) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O; 147 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80; 148 of = lshift((src1 ^ src2) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O; 169 sf = lshift(CC_DST, 8 - DATA_BITS) & 0x80; 189 sf = lshift(CC_DS [all...] |
H A D | exec.h | 90 static inline target_long lshift(target_long x, int n) function
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | strtodg.c | 260 b = lshift(b, -bdif); 677 rvb = lshift(rvb, j); 761 bb = lshift(bb, bb2); 773 bd = lshift(bd, bd2); 778 bs = lshift(bs, bs2); 828 delta = lshift(delta,1); 941 rvb = lshift(rvb, j = nbits - rvbits); 953 ab = lshift(ab, abe); 973 rvb = lshift(rvb, 1); 1030 rvb = lshift(rv [all...] |
H A D | dtoa.c | 595 b = lshift(b, b2); 600 S = lshift(S, s2); 632 mhi = lshift(mhi, m2); 647 mhi = lshift(mhi, Log2P); 700 b = lshift(b, 1); 773 b = lshift(b, 1);
|
H A D | gdtoa.c | 604 b = lshift(b, b2); 606 S = lshift(S, s2); 637 mhi = lshift(mhi, m2); 652 mhi = lshift(mhi, 1); 713 b = lshift(b, 1); 777 b = lshift(b, 1);
|
H A D | strtod.c | 609 bb = lshift(bb, bb2); 619 bd = lshift(bd, bd2); 624 bs = lshift(bs, bs2); 662 delta = lshift(delta,Log2P); 751 delta = lshift(delta,Log2P);
|
H A D | gdtoaimp.h | 548 #define lshift __lshift_D2A macro 599 extern Bigint *lshift (Bigint*, int);
|
H A D | gethex.c | 158 b = lshift(b, n);
|
/vbox/src/VBox/Frontends/Common/VBoxKeyboard/ |
H A D | keyboard.c | 419 if ( !pHost->lctrl && !pHost->capslock && !pHost->lshift && !pHost->tab 431 if ( !checkHostKeycode(pHost->lshift, pTarget->lshift) 513 hostKB.lshift = XKeysymToKeycode(display, XK_Shift_L);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prdtoa.c | 1000 lshift function 2097 bb = lshift(bb, bb2); 2101 bd = lshift(bd, bd2); 2103 bs = lshift(bs, bs2); 2136 delta = lshift(delta,Log2P); 2225 delta = lshift(delta,Log2P); 3204 b = lshift(b, b2); 3206 S = lshift(S, s2); 3230 mhi = lshift(mhi, m2); 3240 mhi = lshift(mh [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | fbbits.h | 503 int lshift; local 514 lshift = 4 - shift; 518 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | fbbits.h | 503 int lshift; local 514 lshift = 4 - shift; 518 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | fbbits.h | 567 int lshift; local 578 lshift = 4 - shift; 583 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | fbbits.h | 569 int lshift; local 580 lshift = 4 - shift; 585 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | fbbits.h | 569 int lshift; local 580 lshift = 4 - shift; 585 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | fbbits.h | 569 int lshift; local 580 lshift = 4 - shift; 585 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | fbbits.h | 569 int lshift; local 580 lshift = 4 - shift; 585 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | fbbits.h | 569 int lshift; local 580 lshift = 4 - shift; 585 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | fbbits.h | 569 int lshift; local 580 lshift = 4 - shift; 585 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | fbbits.h | 569 int lshift; local 580 lshift = 4 - shift; 585 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | fbbits.h | 569 int lshift; local 580 lshift = 4 - shift; 585 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | fbbits.h | 569 int lshift; local 580 lshift = 4 - shift; 585 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | fbbits.h | 503 int lshift; local 514 lshift = 4 - shift; 518 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | fbbits.h | 503 int lshift; local 514 lshift = 4 - shift; 518 n = lshift;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | fbbits.h | 503 int lshift; local 514 lshift = 4 - shift; 518 n = lshift;
|