HomeSort by: relevance | last modified time | path
    Searched defs:SPACE (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_print.cpp 429 #define SPACE() \
630 SPACE();
741 SPACE();
760 SPACE();
763 SPACE();
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
glcpp-parse.h 83 SPACE = 284, /* SPACE */
glcpp-lex.c 977 * returned at all. This is used to suprress duplicate SPACE tokens.
982 if (token != NEWLINE && token != SPACE && token != HASH_TOKEN &&
987 /* After the first non-space token in a line, we won't
991 } else if (token != SPACE) {
1003 /* Track spaces to avoid emitting multiple SPACE
1005 if (token == SPACE) {
1332 * specified) with a single space. But if the comment spanned
1479 /* In the <HASH> start condition, we don't want any SPACE token. */
1481 RETURN_TOKEN (SPACE);
1705 * start condition, since it's legal to have space between th
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_print.cpp 399 #define SPACE() \
590 SPACE();
701 SPACE();
720 SPACE();
723 SPACE();
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
glcpp-parse.h 77 SPACE = 284,
glcpp-lex.c 946 * returned at all. This is used to suprress duplicate SPACE tokens.
951 if (token != NEWLINE && token != SPACE && token != HASH_TOKEN &&
956 /* After the first non-space token in a line, we won't
960 } else if (token != SPACE) {
972 /* Track spaces to avoid emitting multiple SPACE
974 if (token == SPACE) {
1301 * specified) with a single space. But if the comment spanned
1448 /* In the <HASH> start condition, we don't want any SPACE token. */
1450 RETURN_TOKEN (SPACE);
1666 * start condition, since it's legal to have space between th
    [all...]
glcpp-parse.c 37 infringing on user name space. This should be done even for local
41 USER NAME SPACE" below. */
294 SPACE = 284,
368 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
380 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
443 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
447 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
452 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
481 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
489 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
    [all...]
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imThaiFlt.c 80 #define SPACE 32
384 *out_ch++ = SPACE;
393 *out_ch++ = SPACE;
  /xsrc/external/mit/libX11/dist/src/
Xrm.c 282 #define SPACE (NORMAL|EOQ|SEP|(XrmBits)0)
292 #define is_space(bits) ((bits) == SPACE)
307 0,SPACE,EOL,0,0,
316 SPACE,NORMAL,NORMAL,NORMAL,NORMAL,NORMAL,NORMAL,NORMAL,
1257 /* Remove white space */
  /xsrc/external/mit/MesaLib/dist/src/mesa/x86/
assyntax.h 283 /* ALIGNTEXT4ifNOP is the same as ALIGNTEXT4, but only if the space is
302 /* ALIGNTEXT4ifNOP is the same as ALIGNTEXT4, but only if the space is
320 #define SPACE CHOICE(.comm, .space, .space)
329 #define D_SPACE(n) .space n
921 /* #define SPACE */
964 /* #define SPACE */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
assyntax.h 283 /* ALIGNTEXT4ifNOP is the same as ALIGNTEXT4, but only if the space is
302 /* ALIGNTEXT4ifNOP is the same as ALIGNTEXT4, but only if the space is
320 #define SPACE CHOICE(.comm, .space, .space)
329 #define D_SPACE(n) .space n
921 /* #define SPACE */
964 /* #define SPACE */

Completed in 49 milliseconds