Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_nt_common.c207 unsigned long hval, hval2; in htab_hash() local
237 hval2 = 1 + hval % (htab_size - 2); in htab_hash()
241 if (idx <= hval2) in htab_hash()
242 idx = htab_size + idx - hval2; in htab_hash()
244 idx -= hval2; in htab_hash()
/external/elfutils/src/
Dldgeneric.c3873 Elf32_Word hval2 = (global_hashcodes[ndxtosym[idx2]->outdynsymidx] in sortfct_hashval() local
3876 if (hval1 < hval2) in sortfct_hashval()
3878 if (hval1 > hval2) in sortfct_hashval()