/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/ |
H A D | m_clip_tmp.h | 61 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/VBox/Devices/Network/slirp/ |
H A D | tcp_input.c | 1376 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/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ath9k_mac.c | 165 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/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2thred.c | 145 unsigned cw = p3->ctx_env[0]; local 146 if ((cw & MCW_EM) != MCW_EM) {
|
/vbox/src/recompiler/Sun/ |
H A D | testmath.c | 64 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/VBox/Additions/x11/vboxvideo/ |
H A D | vboxvideo.c | 369 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/PC/ipxe/src/drivers/net/rtl818x/ |
H A D | rtl818x.h | 244 u8 cw; member in struct:rtl818x_tx_desc
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/ |
H A D | device.c | 3050 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/WINNT/Graphics/Wine_new/d3d9/ |
H A D | device.c | 3734 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/Graphics/ |
H A D | DevVGA.cpp | 1704 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 D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |