/vbox/src/VBox/ValidationKit/testmanager/htdocs/js/ |
H A D | graphwiz.js | 44 var cx = getUnscaledElementWidthById(sWidthSrcId); 45 if (cx) 47 g_cxPreviousWidth = cx; 71 var cx = getUnscaledElementWidthById(sWidthSrcId); 72 if (cx) 81 oElement.value = Math.round(cx * fpRatio); 84 g_cxPreviousWidth = cx; 91 * Fills thegraph size (cx, cy) and dpi fields with default values. 95 * @param sWidthInputId The ID of the graph width field (cx). 101 var cx [all...] |
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | inlines.h | 88 parm [es di] [dx si] [cx]; 98 parm [es di] [dx si] [cx]; 103 #pragma aux rep_insb = ".286" "rep insb" parm [es di] [cx] [dx] value [es di] modify exact [cx di]; 106 #pragma aux rep_insw = ".286" "rep insw" parm [es di] [cx] [dx] value [es di] modify exact [cx di]; 109 #pragma aux rep_insd = ".386" "rep insd" parm [es di] [cx] [dx] value [es di] modify exact [cx di]; 112 #pragma aux rep_outsb = ".286" "rep outs dx,byte ptr es:[si]" parm [es si] [cx] [dx] value [es si] modify exact [cx s [all...] |
H A D | pciutil.c | 52 "mov cx, dx" \ 58 parm [ax] [cx dx] [si] value [bx]; 67 parm [ax] [cx] [dx] [si] value [bx]; 77 parm [ax] [bx] [di] value [cx]; 84 "mov ax, cx" \ 86 parm [ax] [bx] [di] value [cx ax]; 96 parm [ax] [bx] [di] [cx]; 102 "xchg cx, dx" \ 104 "mov cx, dx" \ 106 parm [ax] [bx] [di] [dx cx]; [all...] |
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/ |
H A D | nsIProxyCreateInstance.h | 34 static NS_EXPORT_(JSObject *) InitJSClass(JSContext *cx); 35 static NS_EXPORT_(JSObject *) GetJSObject(JSContext *cx, nsIProxyCreateInstance *priv);
|
/vbox/src/VBox/Devices/Graphics/BIOS/ |
H A D | inlines.h | 69 parm [es di] [dx si] [cx]; 72 #pragma aux rep_insb = ".286" "rep insb" parm [es di] [cx] [dx] value [es di] modify exact [cx di]; 75 #pragma aux rep_insw = ".286" "rep insw" parm [es di] [cx] [dx] value [es di] modify exact [cx di]; 78 #pragma aux rep_insd = ".386" "rep insd" parm [es di] [cx] [dx] value [es di] modify exact [cx di]; 81 #pragma aux rep_outsb = ".286" "rep outs dx,byte ptr es:[si]" parm [es si] [cx] [dx] value [es si] modify exact [cx si]; 84 #pragma aux rep_outsw = ".286" "rep outs dx,word ptr es:[si]" parm [es si] [cx] [d [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/ |
H A D | m_clip_tmp.h | 58 const GLfloat cx = from[0]; local 65 mask = (((cw < cx) << CLIP_RIGHT_SHIFT)); 66 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT)); 73 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT; 74 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT; 92 vProj[i][0] = cx * oow; 133 const GLfloat cx = from[0]; local 140 mask = (((cw < cx) << CLIP_RIGHT_SHIFT)); 141 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT)); 148 if (-cx 184 const GLfloat cx = from[0], cy = from[1], cz = from[2]; local 217 const GLfloat cx = from[0], cy = from[1]; local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | glxext.h | 41 extern void __glXAddToContextList(__GLXcontext *cx);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | glxext.h | 41 extern Bool __glXAddContext(__GLXcontext * cx);
|
/vbox/src/VBox/Devices/PC/ipxe/src/tests/comboot/ |
H A D | version.asm | 22 push cx 62 pop cx 63 push cx 64 mov ax, cx 72 pop cx 73 mov ax, cx 110 mov cx, 10 114 div cx
|
H A D | shuffle-simple.asm | 9 mov cx, 80*24*2 29 mov cx, num_shuffle_descriptors
|
/vbox/src/VBox/Main/src-all/ |
H A D | DisplayPNGUtil.cpp | 70 int DisplayMakePNG(uint8_t *pu8Data, uint32_t cx, uint32_t cy, argument 81 if (!fLimitSize || (cx < kMaxSizePNG && cy < kMaxSizePNG)) 85 cbBitmap = cx * 4 * cy; 86 cxBitmap = cx; 92 if (cx > cy) 95 cyBitmap = (kMaxSizePNG * cy) / cx; 100 cxBitmap = (kMaxSizePNG * cx) / cy; 113 int srcW = cx; 115 int iDeltaLine = cx * 4; 129 LogFlowFunc(("%dx%d -> %dx%d\n", cx, c [all...] |
/vbox/src/VBox/Additions/haiku/VBoxTray/ |
H A D | VBoxDisplay.cpp | 131 uint32_t cx, cy, cBits, iDisplay; local 132 int rc2 = VbglR3GetDisplayChangeRequest(&cx, &cy, &cBits, &iDisplay, NULL, NULL, NULL, NULL, true); 133 LogFlow(("rc2=%d screen %d size changed (%d, %d, %d)\n", rc2, iDisplay, cx, cy, cBits)); 142 mode.timing.h_display = cx; 145 mode.virtual_width = cx; 149 {0, cx, 0, 0, cBits * cx / 8, cy, 0, 0, cBits * cy / 8, 0}, 151 cx, cy, 0, 0, 0
|
/vbox/src/VBox/Devices/BiosCommonCode/ |
H A D | support.asm | 43 ; @param cx:bx Divisor. 45 ; cx:bx Reminder. 59 mov cx, bx 66 mov cx, dx 84 ; @param cx:bx Divisor. 86 ; cx:bx Reminder. 100 mov cx, bx 107 mov cx, dx 125 ; @param cx:bx Factor 2. 140 mov cx, b [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/ |
H A D | dskprefix.S | 57 xorw %cx,%cx 58 movw %cx,%es /* access segment 0 */ 74 movw %cx,%ds /* access segment 0 */ 84 /* Note that es is already set up. Also cx is 0 from rep movsw above. */ 105 xchgw %cx,%ax /* cx = track and sector */ 114 movw $msg1end-msg1, %cx 183 movw %ax,%cx 184 shlw $9, %cx [all...] |
/vbox/src/VBox/ValidationKit/testmanager/webui/ |
H A D | wuihlpgraphbase.py | 97 def setWidth(self, cx): 99 self._cxGraph = cx;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86Pci.h | 607 } cx; member in struct:pci_cfg_regs 692 #define pci_cb_secondary_status cfgspc.regs.cx.cg.secondary_status 693 #define pci_cb_bus_register cfgspc.regs.cx.cg.cgbr.cg_bus_reg 694 #define pci_cb_primary_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.primary_bus_number 695 #define pci_cb_cardbus_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.cardbus_bus_number 696 #define pci_cb_subordinate_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.subordinate_bus_number 697 #define pci_cb_latency_timer cfgspc.regs.cx.cg.cgbr.cgbr.latency_timer 698 #define pci_cb_membase0 cfgspc.regs.cx.cg.mem_base0 699 #define pci_cb_memlimit0 cfgspc.regs.cx.cg.mem_limit0 700 #define pci_cb_membase1 cfgspc.regs.cx [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86Pci.h | 607 } cx; member in struct:pci_cfg_regs 692 #define pci_cb_secondary_status cfgspc.regs.cx.cg.secondary_status 693 #define pci_cb_bus_register cfgspc.regs.cx.cg.cgbr.cg_bus_reg 694 #define pci_cb_primary_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.primary_bus_number 695 #define pci_cb_cardbus_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.cardbus_bus_number 696 #define pci_cb_subordinate_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.subordinate_bus_number 697 #define pci_cb_latency_timer cfgspc.regs.cx.cg.cgbr.cgbr.latency_timer 698 #define pci_cb_membase0 cfgspc.regs.cx.cg.mem_base0 699 #define pci_cb_memlimit0 cfgspc.regs.cx.cg.mem_limit0 700 #define pci_cb_membase1 cfgspc.regs.cx [all...] |
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/ |
H A D | xf86Pci.h | 579 } cx; member in struct:pci_cfg_regs 671 #define pci_cb_secondary_status cfgspc.regs.cx.cg.secondary_status 672 #define pci_cb_bus_register cfgspc.regs.cx.cg.cgbr.cg_bus_reg 673 #define pci_cb_primary_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.primary_bus_number 674 #define pci_cb_cardbus_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.cardbus_bus_number 675 #define pci_cb_subordinate_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.subordinate_bus_number 676 #define pci_cb_latency_timer cfgspc.regs.cx.cg.cgbr.cgbr.latency_timer 677 #define pci_cb_membase0 cfgspc.regs.cx.cg.mem_base0 678 #define pci_cb_memlimit0 cfgspc.regs.cx.cg.mem_limit0 679 #define pci_cb_membase1 cfgspc.regs.cx [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86Pci.h | 608 } cx; member in struct:pci_cfg_regs 693 #define pci_cb_secondary_status cfgspc.regs.cx.cg.secondary_status 694 #define pci_cb_bus_register cfgspc.regs.cx.cg.cgbr.cg_bus_reg 695 #define pci_cb_primary_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.primary_bus_number 696 #define pci_cb_cardbus_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.cardbus_bus_number 697 #define pci_cb_subordinate_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.subordinate_bus_number 698 #define pci_cb_latency_timer cfgspc.regs.cx.cg.cgbr.cgbr.latency_timer 699 #define pci_cb_membase0 cfgspc.regs.cx.cg.mem_base0 700 #define pci_cb_memlimit0 cfgspc.regs.cx.cg.mem_limit0 701 #define pci_cb_membase1 cfgspc.regs.cx [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86Pci.h | 608 } cx; member in struct:pci_cfg_regs 694 #define pci_cb_secondary_status cfgspc.regs.cx.cg.secondary_status 695 #define pci_cb_bus_register cfgspc.regs.cx.cg.cgbr.cg_bus_reg 696 #define pci_cb_primary_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.primary_bus_number 697 #define pci_cb_cardbus_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.cardbus_bus_number 698 #define pci_cb_subordinate_bus_number cfgspc.regs.cx.cg.cgbr.cgbr.subordinate_bus_number 699 #define pci_cb_latency_timer cfgspc.regs.cx.cg.cgbr.cgbr.latency_timer 700 #define pci_cb_membase0 cfgspc.regs.cx.cg.mem_base0 701 #define pci_cb_memlimit0 cfgspc.regs.cx.cg.mem_limit0 702 #define pci_cb_membase1 cfgspc.regs.cx [all...] |
/vbox/src/VBox/Additions/x11/VBoxClient/ |
H A D | display.cpp | 49 unsigned cx; member in struct:screenInformation 148 static void updateScreenInformation(struct DISPLAYSTATE *pState, unsigned cx, unsigned cy, unsigned cBPP, unsigned iDisplay, argument 164 pState->paScreenInformation[iDisplay].cx = cx; 184 && pState->paScreenInformation[i].cx != 0 && pState->paScreenInformation[i].cy != 0) 185 paSizeHints[i] = (pState->paScreenInformation[i].cx & 0x8fff) << 16 | (pState->paScreenInformation[i].cy & 0x8fff); 186 else if (pState->paScreenInformation[i].cx != 0 && pState->paScreenInformation[i].cy != 0) 208 && pState->paScreenInformation[0].cx > 0 && pState->paScreenInformation[0].cy > 0) 211 pState->pcszXrandr, pState->paScreenInformation[0].cx, pState->paScreenInformation[0].cy); 279 unsigned cx local 307 uint32_t cx = 0, cy = 0, cBPP = 0, iDisplay = 0, x = 0, y = 0; local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | glxext.h | 57 extern Bool __glXAddContext(__GLXcontext * cx);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | glxext.h | 57 extern Bool __glXAddContext(__GLXcontext * cx);
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/ |
H A D | s_aatritemp.h | 234 /* (cx,cy) = center of fragment */ 235 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F; 243 array->z[count] = (GLuint) solve_plane(cx, cy, zPlane); 246 array->rgba[count][RCOMP] = solve_plane_chan(cx, cy, rPlane); 247 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane); 248 array->rgba[count][BCOMP] = solve_plane_chan(cx, cy, bPlane); 249 array->rgba[count][ACOMP] = solve_plane_chan(cx, cy, aPlane); 252 array->index[count] = (GLint) solve_plane(cx, cy, iPlane); 303 /* (cx,cy) = center of fragment */ 304 const GLfloat cx [all...] |
/vbox/src/VBox/Debugger/ |
H A D | VBoxDbgGui.cpp | 236 VBoxDbgGui::adjustRelativePos(int x, int y, unsigned cx, unsigned cy) argument 239 if (cx < 640) 240 cx = m_cx; 242 const bool fResize = cx != m_cx || cy != m_cy; 247 m_cx = cx;
|