Searched refs:hlog (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Decoff.c2826 unsigned int hlog)
2830 if (hlog == 0)
2837 return hash >> (32 - hlog);
2932 unsigned int hlog;
2936 hlog = 0;
2938 hlog++;
2952 hlog);
2815 ecoff_armap_hash(const char *s, unsigned int *rehash, unsigned int size, unsigned int hlog) argument
2924 unsigned int hlog; local
/haiku-buildtools/binutils/bfd/
H A Decoff.c2866 unsigned int hlog)
2870 if (hlog == 0)
2877 return hash >> (32 - hlog);
2972 unsigned int hlog;
2976 hlog = 0;
2978 hlog++;
2992 hlog);
2855 ecoff_armap_hash(const char *s, unsigned int *rehash, unsigned int size, unsigned int hlog) argument
2964 unsigned int hlog; local

Completed in 99 milliseconds