HomeSort by relevance Sort by last modified time
    Searched refs:linear_strdup (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/util/
ralloc.h 517 char *linear_strdup(void *parent, const char *str);
ralloc.c 772 linear_strdup(void *parent, const char *str) function
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-parse.y 487 $$.undefined_macro = linear_strdup(parser->linalloc, $1);
780 node->str = linear_strdup(parser->linalloc, str);
    [all...]
glcpp-lex.l 104 yylval->str = linear_strdup(yyextra->linalloc, yytext); \

Completed in 583 milliseconds