Searched refs:wf (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A Dexpect-output.sh24 while ! egrep -wf $STRINGS $FILE; do
28 if egrep -wf $ERRORS $FILE; then
/xsrc/external/mit/libXt/dist/src/
H A DNextEvent.c240 wait_fds_ptr_t wf)
267 wf->fdlistlen = wf->num_dpys = app->count;
269 wf->fdlistlen = wf->num_dpys = 0;
274 wf->fdlistlen++;
277 if (!wf->fdlist || wf->fdlist == wf->stack) {
278 wf
237 InitFds(XtAppContext app,Boolean ignoreEvents,Boolean ignoreInputs,wait_fds_ptr_t wf) argument
369 IoWait(wait_times_ptr_t wt,wait_fds_ptr_t wf) argument
380 FindInputs(XtAppContext app,wait_fds_ptr_t wf,int nfds _X_UNUSED,Boolean ignoreEvents,Boolean ignoreInputs,int * dpy_no,int * found_input) argument
584 wait_fds_t wf; local in function:_XtWaitForSomething
[all...]
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dblinking-teapot.c23 static GLfloat wf, hf; variable in typeref:typename:GLfloat
47 wf = (GLfloat) w;
51 gluPerspective (60.0, wf / hf, 0.1, 100.0);
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_3d.c284 float dx1, dx2, dy1, dy2, sx1[2], sx2[2], sy1[2], sy2[2], wf; local in function:via3DEmitQuad
313 wf = 0.05;
333 OUT_RING(*((CARD32 *) (&wf)));
341 OUT_RING(*((CARD32 *) (&wf)));
349 OUT_RING(*((CARD32 *) (&wf)));
357 OUT_RING(*((CARD32 *) (&wf)));
365 OUT_RING(*((CARD32 *) (&wf)));
373 OUT_RING(*((CARD32 *) (&wf)));
/xsrc/external/mit/twm/dist/src/
H A Dutil.h67 extern void Zoom(Window wf, Window wt);
H A Dutil.c201 * \param wf window to zoom from
205 Zoom(Window wf, Window wt) argument
218 if (wf == None || wt == None)
221 XGetGeometry(dpy, wf, &wdummy, &fx, &fy, &fw, &fh, &udummy, &udummy);
/xsrc/external/mit/ctwm/dist/
H A Dwin_iconify.c35 static void Zoom(Window wf, Window wt);
438 * wf - window to zoom from
444 Zoom(Window wf, Window wt) argument
457 if(wf == None || wt == None) {
461 XGetGeometry(dpy, wf, &JunkRoot, &fx, &fy, &fw, &fh, &JunkBW, &JunkDepth);
H A Dworkspace_manager.c604 const float wf = (float)(wwidth - 2) / (float) vs->w; local in function:ResizeWorkSpaceManager
644 wl->x = (int)(tmp_win->frame_x * wf);
646 wl->width = (unsigned int)((tmp_win->frame_width * wf) + 0.5);
1179 const float wf = (float)(mw->wwidth - 1) / (float) vs->w; local in function:WMgrHandleButtonEvent
1312 winX = (int)(XSW / wf);
1796 float wf = (float)(wsw->wwidth - 2) / (float) vs->w; local in function:WMapSetupWindow
1809 wl->x = (int)(x * wf);
1817 wl->width = (unsigned int)((w * wf) + 0.5);
2146 const float wf = (float)(vs->wsw->wwidth - 2) / (float) vs->w; local in function:WMapAddWindowToWorkspace
2153 wl->x = (int)(win->frame_x * wf);
[all...]
/xsrc/external/mit/xterm/dist/
H A Dutil.c3103 #define pickXftData(width, nf, wf) (((width == 2) && ((wf) != NULL) && XftFp(wf) != NULL) ? (wf) : (nf))
3104 #define pickXftFont(width, nf, wf) (((width == 2) && ((wf) != NULL)) ? (wf) : (nf))
3106 #define pickXftData(width, nf, wf) (nf)
3107 #define pickXftFont(width, nf, wf) (nf)
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Devergreen_exa.c1164 float wf = (float)w / 255; /* A */ local in function:EVERGREENSetSolidConsts
1173 pix_a = wf; /* A */
1179 pix_a = wf; /* A */
1190 pix_b = wf; /* B */
1196 pix_b = wf; /* B */
H A Dr600_exa.c1208 float wf = (float)w / 255; /* A */ local in function:R600SetSolidConsts
1217 pix_a = wf; /* A */
1223 pix_a = wf; /* A */
1234 pix_b = wf; /* B */
1240 pix_b = wf; /* B */

Completed in 23 milliseconds