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

  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c 1105 static unsigned hot_gcda_files[2]; variable
1178 hot_gcda_files[0]++;
1205 hot_gcda_files[1]++;
1353 printf (" hot files: %12u\t%12u\t%12u\n", hot_gcda_files[0],
1354 hot_gcda_files[1], both_hot_cnt);
  /src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c 1193 static unsigned hot_gcda_files[2]; variable
1266 hot_gcda_files[0]++;
1293 hot_gcda_files[1]++;
1441 printf (" hot files: %12u\t%12u\t%12u\n", hot_gcda_files[0],
1442 hot_gcda_files[1], both_hot_cnt);

Completed in 50 milliseconds