HomeSort by relevance Sort by last modified time
    Searched refs:YYCOPY (Results 1 - 12 of 12) 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/elfutils/src/
ldscript.c 437 # ifndef YYCOPY
439 # define YYCOPY(To, From, Count) \
442 # define YYCOPY(To, From, Count) \
462 YYCOPY (&yyptr->Stack, Stack, yysize); \
    [all...]
  /external/libpcap/
grammar.c 571 # ifndef YYCOPY
573 # define YYCOPY(To, From, Count) \
576 # define YYCOPY(To, From, Count) \
596 YYCOPY (&yyptr->Stack, Stack, yysize); \
    [all...]
  /system/core/sh/
arith.c 264 # ifndef YYCOPY
266 # define YYCOPY(To, From, Count) \
269 # define YYCOPY(To, From, Count) \
289 YYCOPY (&yyptr->Stack, Stack, yysize); \
    [all...]
  /external/bison/data/
yacc.c 574 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
586 # ifndef YYCOPY
588 # define YYCOPY(Dst, Src, Count) \
591 # define YYCOPY(Dst, Src, Count) \
958 YYCOPY (yybottom_new, *yybottom, yysize_old);
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 394 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
406 # ifndef YYCOPY
408 # define YYCOPY(Dst, Src, Count) \
411 # define YYCOPY(Dst, Src, Count) \
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 809 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
821 # ifndef YYCOPY
823 # define YYCOPY(To, From, Count) \
826 # define YYCOPY(To, From, Count) \
    [all...]
glcpp-parse.c 542 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
554 # ifndef YYCOPY
556 # define YYCOPY(To, From, Count) \
559 # define YYCOPY(To, From, Count) \
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 540 # ifndef YYCOPY
542 # define YYCOPY(To, From, Count) \
545 # define YYCOPY(To, From, Count) \
565 YYCOPY (&yyptr->Stack, Stack, yysize); \
    [all...]
  /external/bison/src/
parse-gram.c 558 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
570 # ifndef YYCOPY
572 # define YYCOPY(Dst, Src, Count) \
575 # define YYCOPY(Dst, Src, Count) \
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 696 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
708 # ifndef YYCOPY
710 # define YYCOPY(To, From, Count) \
713 # define YYCOPY(To, From, Count) \
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.cpp 533 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
545 # ifndef YYCOPY
547 # define YYCOPY(Dst, Src, Count) \
550 # define YYCOPY(Dst, Src, Count) \
    [all...]

Completed in 45 milliseconds