| /xsrc/external/mit/MesaLib.old/dist/src/getopt/ |
| H A D | getopt_long.c | 84 static char *place = EMSG; /* option letter processing */ variable in typeref:typename:char * 166 current_argv = place; 311 if (optreset || !*place) { /* update scanning pointer */ 314 place = EMSG; 331 if (*(place = nargv[optind]) != '-' || 332 (place[1] == '\0' && strchr(options, '-') == NULL)) { 333 place = EMSG; /* found non-option */ 369 if (place[1] != '\0' && *++place == '-' && place[ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/getopt/ |
| H A D | getopt_long.c | 84 static char *place = EMSG; /* option letter processing */ variable in typeref:typename:char * 166 current_argv = place; 311 if (optreset || !*place) { /* update scanning pointer */ 314 place = EMSG; 331 if (*(place = nargv[optind]) != '-' || 332 (place[1] == '\0' && strchr(options, '-') == NULL)) { 333 place = EMSG; /* found non-option */ 369 if (place[1] != '\0' && *++place == '-' && place[ [all...] |
| /xsrc/external/mit/libepoxy/dist/include/epoxy/ |
| H A D | egl.h | 38 #error epoxy/egl.h must be included before (or in place of) GL/egl.h
|
| H A D | wgl.h | 41 #error epoxy/wgl.h must be included before (or in place of) wgl.h
|
| H A D | glx.h | 40 #error epoxy/glx.h must be included before (or in place of) GL/glx.h
|
| H A D | gl.h | 38 #error epoxy/gl.h must be included before (or in place of) GL/gl.h
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 09-autohint-if-no-hinting.conf | 12 in both cases so that most clients would takes a look at the first place only.
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | math.c | 593 decf place &optional delta 597 LispObj *place, *delta, *number; local in function:Lisp_Decf 600 place = ARGUMENT(0); 602 if (SYMBOLP(place)) { 603 number = LispGetVar(place); 605 LispDestroy("EVAL: the variable %s is unbound", STROBJ(place)); 608 number = EVAL(place); 626 if (SYMBOLP(place)) { 627 CHECK_CONSTANT(place); 628 LispSetVar(place, numbe 832 LispObj *place, *delta, *number; local in function:Lisp_Incf [all...] |
| H A D | core.c | 242 /* Check if item is not already in place */ 3857 pop place 3862 LispObj *place; local in function:Lisp_Pop 3864 place = ARGUMENT(0); 3866 if (SYMBOLP(place)) { 3867 result = LispGetVar(place); 3869 LispDestroy("EVAL: the variable %s is unbound", STROBJ(place)); 3870 CHECK_CONSTANT(place); 3878 LispSetVar(place, value); 3884 result = EVAL(place); 4212 LispObj *item, *place; local in function:Lisp_Push 4251 LispObj *item, *place, *key, *test, *test_not; local in function:Lisp_Pushnew 5304 LispObj *place, *value; local in function:Lisp_Rplaca 5321 LispObj *place, *value; local in function:Lisp_Rplacd 5668 LispObj *setf, *place, *value, *result = NIL, *data; local in function:Lisp_Setf 5785 LispObj *setf, *place = NIL, *value, *data; local in function:Lisp_Psetf [all...] |
| /xsrc/external/mit/xcb-util/dist/event/ |
| H A D | event.c | 104 set_handler(xcb_generic_event_handler_t handler, void *data, xcb_event_handler_t *place) argument 107 *place = eventh;
|
| /xsrc/external/mit/brotli/dist/python/ |
| H A D | Makefile | 57 -@$(YAPF) --in-place --recursive --verify .
|
| H A D | README.md | 24 $ make # Build the module in-place
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | otp.h | 45 WinType wintype, int place);
|
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| H A D | ftconfig.h.in | 27 * you to place a modified copy in your build directory.
|
| /xsrc/external/mit/xtrans/dist/ |
| H A D | README.md | 6 single place to add new transport types. It is used by the X server,
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | EvToWire.c | 292 event->u.circulate.place = ev->place; 301 event->u.circulate.place = ev->place;
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imEvToWire.c | 295 event->u.circulate.place = ev->place; 304 event->u.circulate.place = ev->place; 675 ev->place = event->u.circulate.place; 684 ev->place = event->u.circulate.place;
|
| /xsrc/external/mit/xinit/dist/ |
| H A D | startx.cpp | 32 XCOMM This allows startx to be placed in a place like /usr/bin or /usr/local/bin
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_ycbcr_texture.spec | 38 operations take place. Only 2D texture images are supported (not 201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_ycbcr_texture.spec | 38 operations take place. Only 2D texture images are supported (not 201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.6.rst | 77 - nv50/ir: only propagate saturate up if some actual folding took place
|
| H A D | 17.2.5.rst | 49 - cherry-ignore: etnaviv: don't do resolve-in-place without valid TS
|
| H A D | 17.3.3.rst | 106 - etnaviv: disable in-place resolve for non-supertiled surfaces
|
| H A D | 18.1.8.rst | 108 - radv: place pointer length into cache uuid
|
| H A D | 9.1.6.rst | 99 - i965/vs: Put lod parameter in the correct place for Gen4
|