HomeSort by relevance Sort by last modified time
    Searched refs:YYTRANSLATE (Results 1 - 14 of 14) sorted by null

  /external/e2fsprogs/intl/
plural.c 159 /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
160 #define YYTRANSLATE(x) ((unsigned)(x) <= 261 ? yytranslate[x] : 18)
162 /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
163 static const char yytranslate[] = variable
470 yychar1 = YYTRANSLATE (yychar); \
885 yychar1 = YYTRANSLATE (yychar);
1148 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
1153 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
    [all...]
  /system/core/sh/
arith.c 318 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
322 #define YYTRANSLATE(YYX) \
323 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
325 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
326 static const unsigned char yytranslate[] = variable
573 yytoken = YYTRANSLATE (yychar); \
1073 yytoken = YYTRANSLATE (yychar);
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 437 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
441 #define YYTRANSLATE(YYX) \
442 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
444 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
445 static const yytype_uint8 yytranslate[] = variable
    [all...]
  /external/elfutils/src/
ldscript.c 485 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
489 #define YYTRANSLATE(YYX) \
490 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
492 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
493 static const yytype_uint8 yytranslate[] = variable
806 yytoken = YYTRANSLATE (yychar); \
    [all...]
  /external/libpcap/
grammar.c 625 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
629 #define YYTRANSLATE(YYX) \
630 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
632 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
633 static const unsigned char yytranslate[] = variable
    [all...]
  /external/bison/src/
parse-gram.c 601 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
605 #define YYTRANSLATE(YYX) \
606 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
608 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
609 static const yytype_uint8 yytranslate[] = variable
    [all...]
parse-gram.y 779 return yytname[YYTRANSLATE (type)];
  /external/bison/data/
glr.c 329 /* YYTRANSLATE(X) -- Bison symbol number corresponding to X. */
333 #define YYTRANSLATE(YYX) \
334 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
336 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
337 static const ]b4_int_type_for([b4_translate])[ yytranslate[] =
    [all...]
yacc.c 617 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
621 #define YYTRANSLATE(YYX) \
622 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
624 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
625 static const ]b4_int_type_for([b4_translate])[ yytranslate[] =
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 588 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
592 #define YYTRANSLATE(YYX) \
593 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
595 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
596 static const yytype_uint8 yytranslate[] = variable
797 yytoken = YYTRANSLATE (yychar); \
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 739 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
743 #define YYTRANSLATE(YYX) \
744 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
746 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
747 static const yytype_uint8 yytranslate[] = variable
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.cpp 576 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
580 #define YYTRANSLATE(YYX) \
581 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
583 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
584 static const yytype_uint8 yytranslate[] = variable
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 852 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
856 #define YYTRANSLATE(YYX) \
857 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
859 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
860 static const yytype_uint8 yytranslate[] = variable
    [all...]
glcpp-parse.c 585 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
589 #define YYTRANSLATE(YYX) \
590 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
592 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
593 static const yytype_uint8 yytranslate[] = variable
    [all...]

Completed in 660 milliseconds