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

  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm-options.h 49 /*@observer@*/ /*@null@*/ const char *param_desc; member in struct:opt_option_s
tasm-options.c 117 options[i].param_desc ? options[i].
118 param_desc : _("param"));
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm-options.h 52 /*@observer@*/ /*@null@*/ const char *param_desc; member in struct:opt_option_s
yasm-options.c 178 options[i].param_desc ? options[i].
179 param_desc : _("param"));
186 options[i].param_desc ? options[i].
187 param_desc : _("param"));

Completed in 155 milliseconds