HomeSort by: relevance | last modified time | path
    Searched refs:last_path_len (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 10068 unsigned int last_path_len = 0;
10199 && (unsigned int) (p - this_path) == last_path_len
10200 && ! filename_ncmp (last_path, this_path, last_path_len));
10203 last_path_len = p - this_path;
10039 unsigned int last_path_len = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 9927 unsigned int last_path_len = 0;
10058 && (unsigned int) (p - this_path) == last_path_len
10059 && ! filename_ncmp (last_path, this_path, last_path_len));
10062 last_path_len = p - this_path;
9898 unsigned int last_path_len = 0; local

Completed in 39 milliseconds