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

  /external/libmtp/src/
unicode.c 84 char *locp = loclstr; local
91 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax);
94 *locp = '\0';
  /external/mesa3d/src/compiler/glsl/
ast.h 77 struct YYLTYPE locp; local
79 locp.source = this->location.source;
80 locp.first_line = this->location.first_line;
81 locp.first_column = this->location.first_column;
82 locp.last_line = this->location.last_line;
83 locp.last_column = this->location.last_column;
85 return locp;
93 void set_location(const struct YYLTYPE &locp)
95 this->location.source = locp.source;
96 this->location.first_line = locp.first_line
    [all...]

Completed in 68 milliseconds