Searched refs:max_gid (Results 1 – 2 of 2) sorted by relevance
1514 void *max_gid = NULL; in ctf_dedup_detect_name_ambiguity() local1529 max_gid = ctf_dynhash_lookup (d->cd_output_first_gid, hval); in ctf_dedup_detect_name_ambiguity()1535 if (CTF_DEDUP_GID_TO_INPUT(gid) < CTF_DEDUP_GID_TO_INPUT(max_gid) in ctf_dedup_detect_name_ambiguity()1536 || (CTF_DEDUP_GID_TO_INPUT(gid) == CTF_DEDUP_GID_TO_INPUT(max_gid) in ctf_dedup_detect_name_ambiguity()1537 && CTF_DEDUP_GID_TO_TYPE(gid) < CTF_DEDUP_GID_TO_TYPE(max_gid))) in ctf_dedup_detect_name_ambiguity()1540 max_gid = ctf_dynhash_lookup (d->cd_output_first_gid, hval); in ctf_dedup_detect_name_ambiguity()
1515 void *max_gid = NULL; in ctf_dedup_detect_name_ambiguity() local1530 max_gid = ctf_dynhash_lookup (d->cd_output_first_gid, hval); in ctf_dedup_detect_name_ambiguity()1536 if (CTF_DEDUP_GID_TO_INPUT(gid) < CTF_DEDUP_GID_TO_INPUT(max_gid) in ctf_dedup_detect_name_ambiguity()1537 || (CTF_DEDUP_GID_TO_INPUT(gid) == CTF_DEDUP_GID_TO_INPUT(max_gid) in ctf_dedup_detect_name_ambiguity()1538 && CTF_DEDUP_GID_TO_TYPE(gid) < CTF_DEDUP_GID_TO_TYPE(max_gid))) in ctf_dedup_detect_name_ambiguity()1541 max_gid = ctf_dynhash_lookup (d->cd_output_first_gid, hval); in ctf_dedup_detect_name_ambiguity()