Searched refs:place (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/getopt/
H A Dgetopt_long.c84 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 Dgetopt_long.c84 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 Degl.h38 #error epoxy/egl.h must be included before (or in place of) GL/egl.h
H A Dwgl.h41 #error epoxy/wgl.h must be included before (or in place of) wgl.h
H A Dglx.h40 #error epoxy/glx.h must be included before (or in place of) GL/glx.h
H A Dgl.h38 #error epoxy/gl.h must be included before (or in place of) GL/gl.h
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D09-autohint-if-no-hinting.conf12 in both cases so that most clients would takes a look at the first place only.
/xsrc/external/mit/xedit/dist/lisp/
H A Dmath.c593 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 Dcore.c242 /* 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 Devent.c104 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 DMakefile57 -@$(YAPF) --in-place --recursive --verify .
H A DREADME.md24 $ make # Build the module in-place
/xsrc/external/mit/ctwm/dist/
H A Dotp.h45 WinType wintype, int place);
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dftconfig.h.in27 * you to place a modified copy in your build directory.
/xsrc/external/mit/xtrans/dist/
H A DREADME.md6 single place to add new transport types. It is used by the X server,
/xsrc/external/mit/libX11/dist/src/
H A DEvToWire.c292 event->u.circulate.place = ev->place;
301 event->u.circulate.place = ev->place;
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimEvToWire.c295 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 Dstartx.cpp32 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 DMESA_ycbcr_texture.spec38 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 DMESA_ycbcr_texture.spec38 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 D10.5.6.rst77 - nv50/ir: only propagate saturate up if some actual folding took place
H A D17.2.5.rst49 - cherry-ignore: etnaviv: don't do resolve-in-place without valid TS
H A D17.3.3.rst106 - etnaviv: disable in-place resolve for non-supertiled surfaces
H A D18.1.8.rst108 - radv: place pointer length into cache uuid
H A D9.1.6.rst99 - i965/vs: Put lod parameter in the correct place for Gen4

Completed in 16 milliseconds

1234567891011>>