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

  /external/libmtp/src/
unicode.c 83 char *locp = loclstr; local
90 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax);
93 *locp = '\0';
  /external/mesa3d/src/glsl/
ast.h 92 struct YYLTYPE locp; local
94 locp.source = this->location.source;
95 locp.first_line = this->location.line;
96 locp.first_column = this->location.column;
97 locp.last_line = locp.first_line;
98 locp.last_column = locp.first_column;
100 return locp;
108 void set_location(const struct YYLTYPE &locp)
    [all...]

Completed in 42 milliseconds