HomeSort by relevance Sort by last modified time
    Searched refs: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/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...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp 546 # ifndef YYCOPY
548 # define YYCOPY(To, From, Count) \
551 # define YYCOPY(To, From, Count) \
571 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/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...]

Completed in 253 milliseconds