Home
last modified time | relevance | path

Searched refs:max_hcount (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-dedup.c1513 long max_hcount = -1; in ctf_dedup_detect_name_ambiguity() local
1525 if ((long int) (uintptr_t) count > max_hcount) in ctf_dedup_detect_name_ambiguity()
1527 max_hcount = (long int) (uintptr_t) count; in ctf_dedup_detect_name_ambiguity()
1531 else if ((long int) (uintptr_t) count == max_hcount) in ctf_dedup_detect_name_ambiguity()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dedup.c1514 long max_hcount = -1; in ctf_dedup_detect_name_ambiguity() local
1526 if ((long int) (uintptr_t) count > max_hcount) in ctf_dedup_detect_name_ambiguity()
1528 max_hcount = (long int) (uintptr_t) count; in ctf_dedup_detect_name_ambiguity()
1532 else if ((long int) (uintptr_t) count == max_hcount) in ctf_dedup_detect_name_ambiguity()