| /xsrc/external/mit/freetype/dist/builds/atari/ |
| deflinejoiner.awk | 5 junk, elm0, l ) 8 for ( l = 0; l < asorti( array, junk ) - 1; l++ ) 23 junk, elm ) 27 if ( 0 < asorti( array, junk ) ) 37 i, junk ) 40 for ( i = 0; i < asorti( break_pos, junk ); i++ ) 59 bp_len = asorti( break_pos, junk ) 65 c0, c1, i, junk, part_str ) 69 while( asorti( break_pos, junk ) > 1 ) 98 for ( k = 0; k < asorti( break_pos, junk ); k++ [all...] |
| /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/dist/src/util/ |
| u_printf.cpp | 76 char junk; local 87 (void)junk; 89 size = vsnprintf(&junk, 1, fmt, args);
|
| /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/xterm/dist/vttests/ |
| resize.sh | 65 IFS=';' read -r junk high wide 68 IFS=';' read -r junk maxhigh maxwide
|
| doublechars.sh | 87 IFS=';' read -r junk high wide
|
| /xsrc/external/mit/editres/dist/ |
| editresP.h | 360 extern void ActivateResourceWidgets ( Widget w, XtPointer node_ptr, XtPointer junk ); 365 extern void ApplyResource ( Widget w, XtPointer node_ptr, XtPointer junk ); 373 extern void DumpTreeToFile ( Widget w, XtPointer junk, XtPointer garbage ); 378 extern void FlashActiveWidgets ( Widget w, XtPointer junk, XtPointer garbage ); 384 extern void GetResourceList ( Widget w, XtPointer junk, XtPointer garbage ); 397 extern void PopdownResBox ( Widget w, XtPointer shell_ptr, XtPointer junk ); 408 extern void ResourceListCallback ( Widget list, XtPointer node_ptr, XtPointer junk ); 409 extern void SaveResource ( Widget w, XtPointer res_box_ptr, XtPointer junk ); 415 extern void SetFile ( Widget w, XtPointer junk, XtPointer garbage ); 417 extern void SetResourceString ( Widget w, XtPointer node_ptr, XtPointer junk ); [all...] |
| handler.c | 52 static void _SetResourcesFile ( Widget w, XtPointer junk, 230 FlashActiveWidgets(Widget w, XtPointer junk, XtPointer garbage) 243 GetResourceList(Widget w, XtPointer junk, XtPointer garbage) 284 * junk, garbage - ** NOT USED **. 290 DumpTreeToFile(Widget w, XtPointer junk, XtPointer garbage) 428 SetResourceString(Widget w, XtPointer node_ptr, XtPointer junk) 445 if (!((Boolean)(long) junk)) 502 * junk - UNUSED. 507 ResourceListCallback(Widget list, XtPointer node_ptr, XtPointer junk) 521 SetResourceString(list, node_ptr, junk); [all...] |
| svpopup.c | 54 static void DoSetValues ( Widget w, XtPointer junk, XtPointer garbage ); 55 static void CancelSetValues ( Widget w, XtPointer junk, XtPointer garbage ); 276 * junk, garbage - ** UNUSED **. 282 DoSetValues(Widget w, XtPointer junk, XtPointer garbage) 316 * junk, garbage - ** UNUSED **. 322 CancelSetValues(Widget w, XtPointer junk, XtPointer garbage)
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| glX_proto_common.py | 58 [dim, w, h, d, junk] = param.get_dimensions()
|
| glX_proto_send.py | 61 [dim, junk, junk, junk, junk] = param.get_dimensions() 713 [dim, w, h, d, junk] = output.get_dimensions() 785 [dim, w, h, d, junk] = p.get_dimensions() 854 [dim, junk, junk, junk, junk] = param.get_dimensions( [all...] |
| glX_XML.py | 240 [dim, junk, junk, junk, junk] = self.images[0].get_dimensions()
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| glX_proto_common.py | 60 [dim, w, h, d, junk] = param.get_dimensions()
|
| glX_proto_send.py | 63 [dim, junk, junk, junk, junk] = param.get_dimensions() 717 [dim, w, h, d, junk] = output.get_dimensions() 789 [dim, w, h, d, junk] = p.get_dimensions() 858 [dim, junk, junk, junk, junk] = param.get_dimensions( [all...] |
| glX_XML.py | 240 [dim, junk, junk, junk, junk] = self.images[0].get_dimensions()
|
| /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...] |
| pnozz_exa.c | 86 extern CARD32 MaxClip, junk; 151 junk = pnozz_read_4(pPnozz, COMMAND_BLIT); 201 junk = pnozz_read_4(pPnozz, COMMAND_QUAD);
|
| /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/xtrap/dist/ |
| xtrapin.c | 236 char junk[16L]; local 245 junk, &(tmp[0L]), &(tmp[1L]), &(tmp[2L]), &(tmp[3L]),
|
| /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/xman/dist/ |
| man.h | 219 void DirPopupCallback(Widget w, XtPointer pointer, XtPointer junk); 221 void OptionCallback(Widget w, XtPointer pointer, XtPointer 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/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/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/ctwm/dist/ |
| functions_identify.c | 69 Window junk; local 118 &x, &y, &junk);
|