HomeSort by relevance Sort by last modified time
    Searched defs:YYCOPY (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/intl/
plural.c 401 # ifndef YYCOPY
403 # define YYCOPY(To, From, Count) \
406 # define YYCOPY(To, From, Count) \
426 YYCOPY (&yyptr->Stack, Stack, yysize); \
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 422 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
434 # ifndef YYCOPY
436 # define YYCOPY(Dst, Src, Count) \
439 # define YYCOPY(Dst, Src, Count) \
    [all...]
  /external/iproute2/tc/
emp_ematch.yacc.c 385 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
397 # ifndef YYCOPY
399 # define YYCOPY(Dst, Src, Count) \
402 # define YYCOPY(Dst, Src, Count) \
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 543 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
555 # ifndef YYCOPY
557 # define YYCOPY(Dst, Src, Count) \
560 # define YYCOPY(Dst, Src, Count) \
    [all...]
  /external/libpcap/
grammar.c 855 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
867 # ifndef YYCOPY
869 # define YYCOPY(Dst, Src, Count) \
872 # define YYCOPY(Dst, Src, Count) \
    [all...]
  /external/one-true-awk/
ytab.c 547 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
559 # ifndef YYCOPY
561 # define YYCOPY(Dst, Src, Count) \
564 # define YYCOPY(Dst, Src, Count) \
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 607 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
619 # ifndef YYCOPY
621 # define YYCOPY(Dst, Src, Count) \
624 # define YYCOPY(Dst, Src, Count) \
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
glslang_tab.cpp 813 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
825 # ifndef YYCOPY
827 # define YYCOPY(Dst, Src, Count) \
830 # define YYCOPY(Dst, Src, Count) \
    [all...]

Completed in 69 milliseconds