Searched refs:uhashwidth (Results 1 – 1 of 1) sorted by relevance
86 static unsigned int hashwidth = 0, uhashwidth = 0; variable655 uhashwidth = atoi(short2str(vv[2])); in dohash()656 if ((uhashwidth != sizeof(unsigned char)) && in dohash()657 (uhashwidth != sizeof(unsigned short)) && in dohash()658 (uhashwidth != sizeof(unsigned long))) in dohash()659 uhashwidth = 0; in dohash()665 if (uhashwidth) in dohash()666 hashwidth = uhashwidth; in dohash()