Home
last modified time | relevance | path

Searched refs:hashlength (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.exec.c85 static unsigned int hashlength = 0, uhashlength = 0; variable
89 # define hash(a, b) (((a) * HSHMUL + (b)) % (hashlength))
684 hashlength = uhashlength; in dohash()
686 hashlength = hashwidth * (8*64);/* "average" files per dir in path */ in dohash()
689 xhash = xcalloc(hashlength * hashwidth, 1); in dohash()
783 if (havhash && hashlength && hashwidth) in hashstat()
785 hashlength, hashwidth*8); in hashstat()
/freebsd/tests/sys/opencrypto/
H A Dcryptotest.py343 for hashlength, lines in next(parser):
345 hashlen = int(hashlength.split("=")[1])
394 for hashlength, lines in next(parser):
396 hashlen = int(hashlength.split("=")[1])