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

  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
operations.cpp 1349 auto other_count = remove_all_impl(it->path(), ec); local
1352 count += other_count;
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 3505 int other_count = 1; local
3523 GCN_DEBUG ("Expect %d other variables in an image\n", other_count);
3524 pair = GOMP_PLUGIN_malloc ((kernel_count + var_count + other_count - 2)
3765 return kernel_count + var_count + other_count;
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 3359 int other_count = 1; local
3376 GCN_DEBUG ("Expect %d other variables in an image\n", other_count);
3377 pair = GOMP_PLUGIN_malloc ((kernel_count + var_count + other_count - 2)
3509 return kernel_count + var_count + other_count;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 4527 profile_count other_count; member in struct:gather_other_count_struct
4539 desc->other_count += cs->count.ipa ();
4637 gocs.other_count = profile_count::zero ();
4642 gocs.other_count = profile_count::zero ();
4645 other_edges_count.safe_push (gocs.other_count);
4646 redist_sum -= gocs.other_count;

Completed in 146 milliseconds