Home
last modified time | relevance | path

Searched refs:crunch (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sh/
H A Dhash.c49 #define hash(str) (int)(((unsigned)(crunch(str) * FACTOR)) >> shift)
63 static unsigned int crunch();
162 crunch(key) in crunch() function
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c141 static unsigned int crunch();
442 return (crunch(key) % length); in hashd()
472 return ((int) (((unsigned) (crunch(key) * FACTOR)) >> SHIFT)); in hashm()
488 return ((int) (((unsigned) ((crunch(key) * FACTOR) << m) >> SHIFT) | 1)); in hash2m()
495 crunch(POINTER key) in crunch() function
/titanic_50/usr/src/lib/libc/port/gen/
H A Dhsearch.c142 static unsigned int crunch(POINTER);
481 return (crunch(key) % length);
496 return ((int)(((unsigned)(crunch(key) * FACTOR)) >> SHIFT)); in hashm()
508 return (((unsigned int)((crunch(key) * FACTOR) << m) >> SHIFT) | 1); in hash2m()
515 crunch(POINTER key) /* Convert multicharacter key to unsigned int */ in crunch() function
/titanic_50/usr/src/cmd/look/
H A Dwords5780 crunch
/titanic_50/usr/src/cmd/spell/
H A Dlist5779 crunch