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

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-selftests.c 134 std::map<const std::string, int> name_counts; local
157 name_counts[s]++;
158 if (run_verbose() && name_counts[s] > 1)
162 SELF_CHECK (name_counts[s] == 1);
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-selftests.c 134 std::map<const std::string, int> name_counts; local
157 name_counts[s]++;
158 if (run_verbose() && name_counts[s] > 1)
162 SELF_CHECK (name_counts[s] == 1);
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 1289 ctf_dynhash_t *name_counts; local
1298 if ((name_counts = ctf_dynhash_lookup (d->cd_name_counts, name)) == NULL)
1300 if ((name_counts = ctf_dynhash_create (ctf_hash_string,
1304 if (ctf_dynhash_cinsert (d->cd_name_counts, name, name_counts) < 0)
1306 ctf_dynhash_destroy (name_counts);
1312 count = (long int) (uintptr_t) ctf_dynhash_lookup (name_counts, hval);
1314 if (ctf_dynhash_cinsert (name_counts, hval,
1459 ctf_dynhash_t *name_counts = (ctf_dynhash_t *) v; local
1474 ctf_dynhash_iter_find (name_counts, ctf_dedup_count_types, &counters);
1484 while ((err = ctf_dynhash_cnext (name_counts, &j, &hval_, NULL)) == 0
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 1167 ctf_dynhash_t *name_counts; local
1270 if ((name_counts = ctf_dynhash_lookup (d->cd_name_counts,
1273 if ((name_counts = ctf_dynhash_create (ctf_hash_string,
1278 name_counts) < 0)
1280 ctf_dynhash_destroy (name_counts);
1286 count = (long int) (uintptr_t) ctf_dynhash_lookup (name_counts, hval);
1288 if (ctf_dynhash_cinsert (name_counts, hval,
1433 ctf_dynhash_t *name_counts = (ctf_dynhash_t *) v; local
1517 if (ctf_dynhash_elements (name_counts) <= 1)
1521 while ((err = ctf_dynhash_cnext (name_counts, &j, &key, &count)) == 0
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 1352 ctf_dynhash_t *name_counts; local
1361 if ((name_counts = ctf_dynhash_lookup (d->cd_name_counts, name)) == NULL)
1363 if ((name_counts = ctf_dynhash_create (ctf_hash_string,
1367 if (ctf_dynhash_cinsert (d->cd_name_counts, name, name_counts) < 0)
1369 ctf_dynhash_destroy (name_counts);
1375 count = (long int) (uintptr_t) ctf_dynhash_lookup (name_counts, hval);
1377 if (ctf_dynhash_cinsert (name_counts, hval,
1522 ctf_dynhash_t *name_counts = (ctf_dynhash_t *) v; local
1537 ctf_dynhash_iter_find (name_counts, ctf_dedup_count_types, &counters);
1547 while ((err = ctf_dynhash_cnext (name_counts, &j, &hval_, NULL)) == 0
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 1352 ctf_dynhash_t *name_counts; local
1361 if ((name_counts = ctf_dynhash_lookup (d->cd_name_counts, name)) == NULL)
1363 if ((name_counts = ctf_dynhash_create (ctf_hash_string,
1367 if (ctf_dynhash_cinsert (d->cd_name_counts, name, name_counts) < 0)
1369 ctf_dynhash_destroy (name_counts);
1375 count = (long int) (uintptr_t) ctf_dynhash_lookup (name_counts, hval);
1377 if (ctf_dynhash_cinsert (name_counts, hval,
1522 ctf_dynhash_t *name_counts = (ctf_dynhash_t *) v; local
1537 ctf_dynhash_iter_find (name_counts, ctf_dedup_count_types, &counters);
1547 while ((err = ctf_dynhash_cnext (name_counts, &j, &hval_, NULL)) == 0
    [all...]

Completed in 35 milliseconds