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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.c 928 /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message
934 *YYMSG_ALLOC to the required number of bytes. Return 2 if the
937 yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
1034 if (*yymsg_alloc < yysize)
1036 *yymsg_alloc = 2 * yysize;
1037 if (! (yysize <= *yymsg_alloc
1038 && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM))
1039 *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM;
1189 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
    [all...]
parse-events-bison.c 1298 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
    [all...]
  /external/elfutils/0.153/src/
ldscript.c 1431 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
    [all...]
  /external/bison/src/
parse-gram.c 1971 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 1670 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 1423 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
    [all...]
  /external/libpcap/
grammar.c 2045 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 2068 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
    [all...]

Completed in 388 milliseconds