HomeSort by relevance Sort by last modified time
    Searched full:yytranslate (Results 1 - 25 of 34) sorted by null

1 2

  /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/bison/src/
tables.h 27 YYTRANSLATE = vector mapping yylex's token numbers into bison's
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/
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...]
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...]
lalr1.cc     [all...]
lalr1.java 896 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
ExpressionParser.cpp 431 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
435 #define YYTRANSLATE(YYX) \
436 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
438 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
439 static const yytype_uint8 yytranslate[] = variable
    [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/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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
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...]
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...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_tab.cpp 575 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
579 #define YYTRANSLATE(YYX) \
580 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
582 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
583 static const yytype_uint8 yytranslate[] = variable
    [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/bison/examples/calc++/
calc++-parser.cc 1012 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
    [all...]
  /external/bison/tests/
regression.at 741 [[static const yytype_uint8 yytranslate[] =
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib32/
libintl.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib32/
libintl.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib32/
libintl.a     [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib32/
libintl.a     [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib32/
libintl.a     [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib32/
libintl.a     [all...]

Completed in 966 milliseconds

1 2