HomeSort by relevance Sort by last modified time
    Searched refs:YYTRANSLATE (Results 1 - 11 of 11) 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...]
  /toolchain/binutils/binutils-2.25/intl/
plural.c 183 /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
184 #define YYTRANSLATE(x) ((unsigned)(x) <= 261 ? yytranslate[x] : 18)
186 /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
187 static const char yytranslate[] = variable
494 yychar1 = YYTRANSLATE (yychar); \
911 yychar1 = YYTRANSLATE (yychar);
1175 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
1180 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
    [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/toybox/kconfig/
zconf.tab.c_shipped 386 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
390 #define YYTRANSLATE(YYX) \
391 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
393 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
394 static const unsigned char yytranslate[] =
763 yytoken = YYTRANSLATE (yychar); \
    [all...]
  /external/libpcap/
grammar.c 894 /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
899 #define YYTRANSLATE(YYX) \
900 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
902 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
904 static const yytype_uint8 yytranslate[] = variable
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 442 /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
447 #define YYTRANSLATE(YYX) \
448 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
450 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
452 static const yytype_uint8 yytranslate[] = variable
    [all...]
  /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/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 650 /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
655 #define YYTRANSLATE(YYX) \
656 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
658 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
660 static const yytype_uint8 yytranslate[] = variable
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 718 /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
723 #define YYTRANSLATE(YYX) \
724 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
726 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
728 static const yytype_uint16 yytranslate[] = variable
    [all...]

Completed in 510 milliseconds