Searched refs:cw (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_clip_tmp.h61 const GLfloat cw = from[3]; local
65 mask = (((cw < cx) << CLIP_RIGHT_SHIFT));
66 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT));
67 mask |= (((cw < cy) << CLIP_TOP_SHIFT));
68 mask |= (((cw < -cy) << CLIP_BOTTOM_SHIFT));
69 mask |= (((cw < cz) << CLIP_FAR_SHIFT));
70 mask |= (((cw < -cz) << CLIP_NEAR_SHIFT));
73 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT;
74 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT;
75 if (-cy + cw <
136 const GLfloat cw = from[3]; local
[all...]
/vbox/src/recompiler/Sun/
H A Dtestmath.c64 static __inline__ void set_cw(unsigned cw) argument
66 __asm __volatile("fldcw %0" : : "m" (cw));
71 unsigned cw; local
72 __asm __volatile("fstcw %0" : : "m" (cw));
73 return cw & 0xffff;
111 static long double check_lrd_cw(const long double lrd, const unsigned long long ull, const unsigned short us, const unsigned cw) argument
113 set_cw(cw);
114 if (cw != get_cw())
116 printf("get_cw() -> %#x expected %#x\n", get_cw(), cw);
122 static long double make_lrd_cw(unsigned long long ull, unsigned short us, unsigned cw) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2thred.c145 unsigned cw = p3->ctx_env[0]; local
146 if ((cw & MCW_EM) != MCW_EM) {
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c165 u32 cw; local
186 cw = min(qinfo->tqi_cwmin, 1024U);
188 while (qi->tqi_cwmin < cw)
193 cw = min(qinfo->tqi_cwmax, 1024U);
195 while (qi->tqi_cwmax < cw)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/
H A DMakefile50 GCC = $(ONBLD_TOOLS)/bin/$(MACH)/cw -_gcc
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/rtl818x/
H A Drtl818x.h244 u8 cw; member in struct:rtl818x_tx_desc
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c3734 WORD cw; local
3735 __asm__ volatile ("fnstcw %0" : "=m" (cw));
3736 cw = (cw & ~0xf3f) | 0x3f;
3737 __asm__ volatile ("fldcw %0" : : "m" (cw));
3739 WORD cw;
3740 __asm fnstcw cw;
3741 cw = (cw & ~0xf3f) | 0x3f;
3742 __asm fldcw cw;
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_input.c1376 register u_int cw = tp->snd_cwnd; local
1379 if (cw > tp->snd_ssthresh)
1380 incr = incr * incr / cw;
1381 tp->snd_cwnd = min(cw + incr, TCP_MAXWIN<<tp->snd_scale);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c3050 WORD cw; local
3051 __asm__ volatile ("fnstcw %0" : "=m" (cw));
3052 cw = (cw & ~0xf3f) | 0x3f;
3053 __asm__ volatile ("fldcw %0" : : "m" (cw));
3055 WORD cw;
3056 __asm fnstcw cw;
3057 cw = (cw & ~0xf3f) | 0x3f;
3058 __asm fldcw cw;
[all...]
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dvboxvideo.c369 static Bool vbox_config_resize(ScrnInfoPtr pScrn, int cw, int ch) argument
372 TRACE_LOG("width=%d, height=%d\n", cw, ch);
374 pVBox->FBSize.cx = cw;
383 return VBOXAdjustScreenPixmap(pScrn, cw, ch);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1704 int cx, cy, cheight, cw, ch, cattr, height, width, ch_attr; local
1750 cw = 8;
1752 cw = 9;
1754 cw = 16; /* NOTE: no 18 pixel wide */
1755 x_incr = cw * ((pDrv->cBits + 7) >> 3);
1772 cw != pThis->last_cw || cheight != pThis->last_ch) {
1778 pThis->last_scr_width = width * cw;
1785 pThis->last_cw = cw;
1807 if (cw == 16)
1845 if (cw !
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 125 milliseconds