Searched defs:hashl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c489 long hashl; local
492 hashl = 0;
498 hashl += hltab[hashi&63];
502 return (hashl);
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c496 long hashl; local
499 hashl = 0;
505 hashl += hltab[hashi&63];
509 return (hashl);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c809 long hashl; local
812 hashl = 0;
818 hashl += hltab[hashi&63];
822 return (hashl);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c944 unsigned long hashl; local
947 hashl = 0;
953 hashl += hltab[hashi&63];
957 return (hashl);

Completed in 66 milliseconds