Home
last modified time | relevance | path

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

/original-bsd/old/libdbm/
H A Ddbm.c398 long hashl; local
401 hashl = 0;
407 hashl += hltab[hashi&63];
411 return(hashl);
/original-bsd/old/libndbm/
H A Dndbm.c437 register long hashl; local
440 hashl = 0;
446 hashl += hltab[hashi&63];
450 return (hashl);