Lines Matching defs:hash
239 int hash = 0 ;
242 hash = (hash * 3) + tolower (str [k]) ;
244 return hash ;
249 { int hash ;
251 hash = hash_of_str (str) ;
253 switch (hash)
279 printf ("%s : hash '%s' -> 0x%x\n", __func__, str.c_str (), hash) ;
286 { int hash ;
288 hash = hash_of_str (str) ;
290 switch (hash)
310 printf ("%s : hash '%s' -> 0x%x\n", __func__, str.c_str (), hash) ;