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

  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc 82 static size_t file_changes_allocated; variable
572 if (file_changes_count == file_changes_allocated)
574 if (file_changes_allocated)
575 file_changes_allocated *= 2;
577 file_changes_allocated = 16;
579 file_changes_allocated);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc 82 static size_t file_changes_allocated; variable
572 if (file_changes_count == file_changes_allocated)
574 if (file_changes_allocated)
575 file_changes_allocated *= 2;
577 file_changes_allocated = 16;
579 file_changes_allocated);

Completed in 23 milliseconds