Home
last modified time | relevance | path

Searched refs:hashpjw (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gperf/lib/
Dhash.h13 extern unsigned int hashpjw (const unsigned char *string, unsigned int len);
Dhash.cc15 hashpjw (const unsigned char *x, unsigned int len) // From Dragon book, p436 in hashpjw() function
/freebsd-12-stable/contrib/gperf/src/
Dhash-table.cc145 hashpjw (reinterpret_cast<const unsigned char *>(item->_selchars), in insert()
/freebsd-12-stable/contrib/gperf/
DChangeLog1229 * lib/hashpjw.h (hashpjw): Change argument type to 'unsigned char *'.
1230 * lib/hash.cc (hashpjw): Likewise.
1679 * lib/hash.h (hashpjw): Add a length argument.
1680 * lib/hash.cc (hashpjw): Likewise. Don't stop when encountering a NUL
1692 ignore_length argument. Pass explicit length to hashpjw. Compare