Home
last modified time | relevance | path

Searched refs:hashl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c487 long hashl; in calchash() local
490 hashl = 0; in calchash()
496 hashl += hltab[hashi&63]; in calchash()
500 return (hashl); in calchash()
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c501 long hashl; in calchash() local
504 hashl = 0; in calchash()
510 hashl += hltab[hashi&63]; in calchash()
514 return (hashl); in calchash()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c946 unsigned long hashl; in dcalchash() local
949 hashl = 0; in dcalchash()
955 hashl += hltab[hashi&63]; in dcalchash()
959 return (hashl); in dcalchash()