HomeSort by: relevance | last modified time | path
    Searched defs:INTEGER (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/xkbevd/dist/
tokens.h 61 #define INTEGER 61
cfgparse.c 146 INTEGER = 61, /* INTEGER */
185 #define INTEGER 61
251 YYSYMBOL_INTEGER = 30, /* INTEGER */
281 so that the code can choose integer types of a good width. */
292 signed or unsigned integer of at least N bits. In tables they can
294 helps avoid bugs in integer arithmetic. */
676 "EXCLAM", "INVERT", "STRING", "INTEGER", "FLOAT", "IDENT", "KEYNAME",
950 evaluated with infinite-precision integer arithmetic. */
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
glcpp-parse.h 77 INTEGER = 278, /* INTEGER */
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
glcpp-parse.h 71 INTEGER = 278,
glcpp-parse.c 288 INTEGER = 278,
650 "INTEGER", "INTEGER_STRING", "LINE_EXPANDED", "NEWLINE", "OTHER",
1207 evaluated with infinite-precision integer arithmetic. */
3342 case INTEGER:
3372 case INTEGER:
3487 /* Two string-valued (or integer) tokens can usually just be
3489 * integer here as well.)
3492 * is an integer (or a string representing an integer), then
3493 * the second token must also be an integer or must be
    [all...]
  /xsrc/external/mit/xkbcomp/dist/
tokens.h 85 #define INTEGER 61
xkbparse.c 174 INTEGER = 61, /* INTEGER */
244 #define INTEGER 61
363 YYSYMBOL_INTEGER = 53, /* INTEGER */
446 YYSYMBOL_Integer = 136, /* Integer */
464 so that the code can choose integer types of a good width. */
475 signed or unsigned integer of at least N bits. In tables they can
477 helps avoid bugs in integer arithmetic. */
880 "COMMA", "SEMI", "EXCLAM", "INVERT", "STRING", "INTEGER", "FLOAT",
897 "SignedNumber", "Number", "Float", "Integer", "KeyName", "Ident"
    [all...]
  /xsrc/external/mit/MesaLib/src/mesa/program/
program_parse.tab.h 77 INTEGER = 278, /* INTEGER */
181 int integer; member in union:YYSTYPE
  /xsrc/external/mit/MesaLib.old/src/mesa/program/
program_parse.tab.h 71 INTEGER = 278,
175 int integer; member in union:YYSTYPE
program_parse.tab.c 254 INTEGER = 278,
358 int integer; member in union:YYSTYPE
753 "KIL", "SWZ", "TXD_OP", "INTEGER", "REAL", "AMBIENT", "ATTENUATION",
1426 evaluated with infinite-precision integer arithmetic. */
2098 const GLbitfield tex_mask = (1U << (yyvsp[-2].integer));
2103 (yyval.inst)->Base.TexSrcUnit = (yyvsp[-2].integer);
2105 if ((yyvsp[0].integer) < 0) {
2108 (yyval.inst)->Base.TexSrcTarget = -(yyvsp[0].integer);
2111 (yyval.inst)->Base.TexSrcTarget = (yyvsp[0].integer);
2122 if ((state->prog->TexturesUsed[(yyvsp[-2].integer)] != 0
    [all...]
  /xsrc/external/mit/xcb-util/dist/atom/
atoms.c 65 const xcb_atom_t INTEGER = 19;
192 char stringpool_str17[sizeof("INTEGER")];
263 "INTEGER",
557 "INTEGER\0"
  /xsrc/external/mit/xedit/dist/lisp/
internal.h 198 /* long int integer */
201 #define INT_VALUE(object) (object)->data.integer
211 LispDestroy("%s: %s is not an integer", \
221 /* generic integer */
222 #define INTEGER(integer) LispNewInteger(integer)
227 LispDestroy("%s: %s is not an integer", \
574 long integer; member in union:_LispObj::__anon6613
584 mpi *integer; member in union:_LispObj::__anon6613::__anon6616
    [all...]
  /xsrc/external/mit/MesaLib/src/intel/genxml/
gen75_pack.h 4982 #define INTEGER 0
gen7_pack.h 4145 #define INTEGER 0
gen8_pack.h 5328 #define INTEGER 0
gen10_pack.h 6670 #define INTEGER 0
gen11_pack.h 7269 #define INTEGER 0
gen125_pack.h 8115 #define INTEGER 0
gen12_pack.h 8067 #define INTEGER 0
gen9_pack.h 6628 #define INTEGER 0
  /xsrc/external/mit/MesaLib.old/src/intel/genxml/
gen75_pack.h 4966 #define INTEGER 0
gen7_pack.h 4129 #define INTEGER 0
gen8_pack.h 5312 #define INTEGER 0
gen10_pack.h 6670 #define INTEGER 0
gen11_pack.h 6785 #define INTEGER 0

Completed in 214 milliseconds

1 2