HomeSort by relevance Sort by last modified time
    Searched full:outext (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 879 char *out, *outext; local
892 outext = strrchr(out, '.');
893 if (outext) {
897 outext++; /* advance past '.' */
898 if (ext && strcmp(outext, ext) == 0) {
899 outext = NULL; /* indicate default should be used */
913 outext = strrchr(out, '\0'); /* point to end of the string */
914 *outext++ = '.'; /* append '.' */
919 if (outext) {
922 outext--
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 1258 char *out, *outext; local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 142 bool outExt = false;
173 outExt = true;
185 outExts.add(outExt);

Completed in 7182 milliseconds