HomeSort by relevance Sort by last modified time
    Searched refs:YYTRANSLATE (Results 1 - 10 of 10) 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.27/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/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 881 /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
886 #define YYTRANSLATE(YYX) \
887 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
889 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
891 static const yytype_uint8 yytranslate[] = variable
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 465 /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
470 #define YYTRANSLATE(YYX) \
471 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
473 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
475 static const yytype_uint8 yytranslate[] = variable
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 586 /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
591 #define YYTRANSLATE(YYX) \
592 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
594 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
596 static const yytype_uint8 yytranslate[] = variable
    [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/build-tools/common/bison/
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...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 746 /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
751 #define YYTRANSLATE(YYX) \
752 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
754 /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
756 static const yytype_uint16 yytranslate[] = variable
    [all...]

Completed in 827 milliseconds