Searched refs:hashwidth (Results 1 – 1 of 1) sorted by relevance
86 static unsigned int hashwidth = 0, uhashwidth = 0; variable666 hashwidth = uhashwidth; in dohash()668 hashwidth = 0; in dohash()673 if (hashwidth <= widthof(unsigned char)) in dohash()674 hashwidth = sizeof(unsigned char); in dohash()676 hashwidth = sizeof(unsigned short); in dohash()677 else if (hashwidth <= widthof(unsigned int)) in dohash()678 hashwidth = sizeof(unsigned int); in dohash()680 hashwidth = sizeof(unsigned long); in dohash()783 if (havhash && hashlength && hashwidth) in hashstat()[all …]