| /xsrc/external/mit/MesaLib/dist/src/util/ |
| u_printf.cpp | 76 char junk; local 87 (void)junk; 89 size = vsnprintf(&junk, 1, fmt, args);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| glcpp-parse.y | 457 | HASH_TOKEN IFDEF IDENTIFIER junk NEWLINE { 463 | HASH_TOKEN IFNDEF IDENTIFIER junk NEWLINE { 781 junk: label
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| glcpp-parse.y | 357 | HASH_TOKEN IFDEF IDENTIFIER junk NEWLINE { 363 | HASH_TOKEN IFNDEF IDENTIFIER junk NEWLINE { 681 junk: label
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| varyings_test.cpp | 71 ir_variable *junk[VARYING_SLOT_TESS_MAX]; member in class:link_varyings 131 junk); 159 junk); 161 EXPECT_EQ(clipdistance, junk[VARYING_SLOT_CLIP_DIST0]); 186 junk); 188 EXPECT_EQ(culldistance, junk[VARYING_SLOT_CULL_DIST0]); 208 junk); 241 junk); 272 junk); 289 junk); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| varyings_test.cpp | 73 ir_variable *junk[VARYING_SLOT_TESS_MAX]; member in class:link_varyings 131 junk); 159 junk); 161 EXPECT_EQ(clipdistance, junk[VARYING_SLOT_CLIP_DIST0]); 186 junk); 188 EXPECT_EQ(culldistance, junk[VARYING_SLOT_CULL_DIST0]); 208 junk); 241 junk); 272 junk); 289 junk); [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| functions_identify.c | 69 Window junk; local 118 &x, &y, &junk);
|
| ctwm_main.c | 134 * Various junk vars for xlib calls. Many calls have to get passed these 384 Window junk; local 389 &junk);
|
| /xsrc/external/mit/xtrap/dist/ |
| xtrapin.c | 236 char junk[16L]; local 245 junk, &(tmp[0L]), &(tmp[1L]), &(tmp[2L]), &(tmp[3L]),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_blit.c | 462 struct iris_resource *src_res, *dst_res, *junk; local 463 iris_get_depth_stencil_resources(info->src.resource, &junk, &src_res); 464 iris_get_depth_stencil_resources(info->dst.resource, &junk, &dst_res);
|
| /xsrc/external/mit/libXt/dist/src/ |
| Geometry.c | 112 XtWidgetGeometry junk; local 334 returnCode = (*manager) (widget, request, &junk); 371 (reply) ? reply->width : junk.width, 372 (reply) ? reply->height : junk.height)); 495 Boolean junk; local 511 _XtMakeGeometryRequest(widget, request, reply, &junk); 519 r = _XtMakeGeometryRequest(widget, request, reply, &junk); 536 Boolean junk; local 555 _XtMakeGeometryRequest(widget, &request, &reply, &junk); 563 r = _XtMakeGeometryRequest(widget, &request, &reply, &junk); [all...] |
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| pnozz_accel.c | 96 CARD32 MaxClip, junk; variable 208 junk = pnozz_read_4(pPnozz, COMMAND_BLIT); 248 junk = pnozz_read_4(pPnozz, COMMAND_QUAD); 316 junk = *(volatile CARD32 *)(pPnozz->fb + PIXEL_1_FULL); 357 junk = pnozz_read_4(pPnozz, COMMAND_QUAD); 407 junk = pnozz_read_4(pPnozz, COMMAND_QUAD); 459 volatile CARD32 junk; local 465 junk = *(volatile CARD32 *)(pPnozz->fb + PIXEL_8); 488 CARD32 src, srcw, junk; local 501 junk = pnozz_read_4(pPnozz, COMMAND_QUAD) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_blit.c | 349 struct crocus_resource *junk, *s_res; local 350 crocus_get_depth_stencil_resources(devinfo, p_res, &junk, &s_res); 825 struct crocus_resource *junk, *s_src_res, *s_dst_res; local 826 crocus_get_depth_stencil_resources(devinfo, p_src, &junk, &s_src_res); 827 crocus_get_depth_stencil_resources(devinfo, p_dst, &junk, &s_dst_res);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_blit.c | 320 struct iris_resource *junk, *s_res; local 321 iris_get_depth_stencil_resources(p_res, &junk, &s_res); 739 struct iris_resource *junk, *s_src_res, *s_dst_res; local 740 iris_get_depth_stencil_resources(p_src, &junk, &s_src_res); 741 iris_get_depth_stencil_resources(p_dst, &junk, &s_dst_res);
|
| /xsrc/external/mit/editres/dist/ |
| utils.c | 436 * junk - ** UNUSED **. 443 _PopdownFileDialog(Widget w, XtPointer client_data, XtPointer junk) 738 XrmRepresentation junk; local 741 return(XrmQGetResource(db, names, classes, &junk, &garbage));
|
| /xsrc/external/mit/libXpm/dist/sxpm/ |
| sxpm.c | 242 XColor color, junk; local 246 if (XAllocNamedColor(dpy, colormap, "black", &color, &junk))
|
| /xsrc/external/mit/xman/dist/ |
| misc.c | 349 struct stat junk; local 352 if (stat(filename, &junk) != 0) { /* Check for existence of the file. */ 427 struct stat junk; local 430 if (stat(filename, &junk) != 0) { /* Check for existence of the file. */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| sunKbd.c | 851 char junk[8192]; local 890 if (toread > sizeof (junk)) 891 tmp = sizeof (junk); 892 (void) read (fd, junk, tmp);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| ralloc.c | 443 char junk; local 454 (void)junk; 456 size = vsnprintf(&junk, 1, fmt, args);
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| sunKbd.c | 1006 char junk[8192]; local 1045 if (toread > sizeof (junk)) 1046 tmp = sizeof (junk); 1047 (void) read (fd, junk, tmp);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| shapeproto.h | 93 CARD16 junk; /* not used */ member in struct:_ShapeMask 109 CARD8 junk; /* not used */ member in struct:_ShapeCombine
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| dri_glx.c | 429 int junk; local 498 if (!XF86DRIGetDeviceInfo(dpy, scrn, &hFB, &junk,
|
| /xsrc/external/mit/ico/dist/ |
| ico.c | 953 unsigned int junk; local 955 XParseGeometry (delta_geom, &icoDeltaX, &icoDeltaY, &junk, &junk);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| string.c | 577 parse-integer string &key start end radix junk-allowed 582 int character, junk, sign, overflow; local 626 for (junk = 0; i < end; i++, ptr++) { 632 junk = 1; 640 junk = 1; 649 junk = 1; 652 if (junk) 660 if (!junk) 665 if ((junk || ptr == string) &&
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| glxdri.c | 981 int junk; local 1108 if (!DRIGetDeviceInfo(pScreen, &hFB, &junk,
|
| /xsrc/external/mit/twm/dist/src/ |
| menus.c | 2526 Window junk; local 2539 (void) XTranslateCoordinates(dpy, t->w, Scr->Root, 0, 0, &x, &y, &junk);
|