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