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

  /external/e2fsprogs/intl/
plural.c 375 union yyalloc union
385 # define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
814 union yyalloc *yyptr =
815 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
plural.c 399 union yyalloc union
409 # define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
840 union yyalloc *yyptr =
841 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 378 void *yyalloc (yy_size_t );
2031 void *yyalloc (yy_size_t size ) function
    [all...]
  /external/bison/src/
scan-skel.c 28 #define yyalloc skel_alloc macro
    [all...]
parse-gram.c 531 union yyalloc union
539 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1367 YYSIZE_T yyalloc = 2 * yysize_new; local
    [all...]
scan-code.c 28 #define yyalloc code_alloc macro
    [all...]
scan-gram.c 28 #define yyalloc gram_alloc macro
    [all...]
  /external/libpcap/
scanner.c 27 #define yyalloc pcap_alloc macro
    [all...]
grammar.c 825 union yyalloc union
832 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]

Completed in 191 milliseconds