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

  /src/external/gpl3/gcc/dist/libgomp/
task.c 2380 size_t total_cnt = 0; local
2404 total_cnt += d[0];
2417 total_cnt += htab_elements (old_htab);
2419 new_htab = htab_create (total_cnt);
  /src/external/gpl3/gcc.old/dist/libgomp/
task.c 2139 size_t total_cnt = 0; local
2163 total_cnt += d[0];
2176 total_cnt += htab_elements (old_htab);
2178 new_htab = htab_create (total_cnt);

Completed in 35 milliseconds