Lines Matching refs:ctf_dynhash_lookup

352   if ((element = ctf_dynhash_lookup (set, key)) == NULL)  in make_set_element()
444 if ((ret = ctf_dynhash_lookup (d->cd_decorated_names[i], name)) == NULL) in ctf_decorate_type_name()
1087 if ((hval = ctf_dynhash_lookup (d->cd_type_hashes, type_id)) != NULL) in ctf_dedup_hash_type()
1179 if ((orig_hval = ctf_dynhash_lookup (d->cd_output_mapping_guard, id)) != NULL) in ctf_dedup_populate_mappings()
1196 if ((type_ids = ctf_dynhash_lookup (d->cd_output_mapping, in ctf_dedup_populate_mappings()
1225 (ctf_dynhash_lookup (d->cd_output_first_gid, hval)); in ctf_dedup_populate_mappings()
1267 hval = ctf_dynhash_lookup (d->cd_type_hashes, id); in ctf_dedup_populate_mappings()
1270 if ((name_counts = ctf_dynhash_lookup (d->cd_name_counts, in ctf_dedup_populate_mappings()
1286 count = (long int) (uintptr_t) ctf_dynhash_lookup (name_counts, hval); in ctf_dedup_populate_mappings()
1326 if ((citers = ctf_dynhash_lookup (d->cd_citers, hval)) == NULL) in ctf_dedup_mark_conflicting_hash()
1365 type_ids = ctf_dynhash_lookup (d->cd_output_mapping, hash); in ctf_dedup_hash_kind()
1470 type_ids = ctf_dynhash_lookup (d->cd_output_mapping, hval); in ctf_dedup_detect_name_ambiguity()
1530 max_gid = ctf_dynhash_lookup (d->cd_output_first_gid, hval); in ctf_dedup_detect_name_ambiguity()
1534 void *gid = ctf_dynhash_lookup (d->cd_output_first_gid, hval); in ctf_dedup_detect_name_ambiguity()
1541 max_gid = ctf_dynhash_lookup (d->cd_output_first_gid, hval); in ctf_dedup_detect_name_ambiguity()
1750 type_ids = ctf_dynhash_lookup (d->cd_output_mapping, hval); in ctf_dedup_multiple_input_dicts()
1815 origin = ctf_dynhash_lookup (d->cd_struct_origin, decorated); in ctf_dedup_multiple_input_dicts()
2070 hashval = ctf_dynhash_lookup (d->cd_type_hashes, type_id); \ in ctf_dedup_rwalk_one_output_mapping()
2217 type_ids = ctf_dynhash_lookup (d->cd_output_mapping, hval); in ctf_dedup_rwalk_output_mapping()
2309 one_gid = ctf_dynhash_lookup (d->cd_output_first_gid, one_hval); in sort_output_mapping()
2310 two_gid = ctf_dynhash_lookup (d->cd_output_first_gid, two_hval); in sort_output_mapping()
2529 hval = ctf_dynhash_lookup (od->cd_type_hashes, in ctf_dedup_id_to_target()
2559 target_id = ctf_dynhash_lookup (td->cd_output_emission_hashes, hval); in ctf_dedup_id_to_target()
2569 target_id = ctf_dynhash_lookup (od->cd_output_emission_hashes, hval); in ctf_dedup_id_to_target()
3168 hval = ctf_dynhash_lookup (d->cd_type_hashes, in ctf_dedup_type_mapping()