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

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsocktoa.c113 u_int hashVal; local
118 hashVal = 0;
127 hashVal = 37 * hashVal + *pch;
130 hashVal = 37 * hashVal + *pch;
145 hashVal = 37 * hashVal + pch[j];
147 return (u_short)(hashVal & USHRT_MAX);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dhash.d783 enum size_t hashVal = ctfeHash(test_str);
784 assert(hashVal == bytesHash(&test_str[0], test_str.length, 0));

Completed in 196 milliseconds