Searched defs:HASH (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dnhash.c53 HASH(void *datap, int datalen, int hsz) function
97 (*cp)->hfunc = HASH;
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashlib.h84 #define HASH(r,n,h) if (r->local->hash) h = r->namesize ? (*r->local->hash)(n, r->namesize) : (*r->local->hash)(n);\ macro
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SSrvMsg.java65 final static char HASH = '#'; field in class:SLPV1SSrvMsg
489 if (str.charAt(0) != HASH) {
H A DAttributeVerifier.java61 private static final String HASH = "#"; field in class:AttributeVerifier
2128 buf.append(HASH);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dhsearch.c104 #define HASH hashm /* Multiplicative hash function */ macro
110 #define HASH hashd /* Division hashing routine */ macro
293 i = HASH(item.key); /* Primary hash on key */
338 unsigned int p0 = HASH(item.key); /* First probe index */
423 i = HASH(item.key); /* Table[i] contains list head */
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c104 #define HASH(s, r, m) {\ macro
320 HASH(hash_key, ix, HOSTHASHSIZE);
410 HASH(hash_key, ix, UIDHASHSIZE);
437 HASH(hash_key, ix, GIDHASHSIZE);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1455 sub HASH () { 1 } subroutine
1492 $self->[HASH]{$k} = $n;
1494 delete $self->[HASH]{$k};
1513 my $oldnode = $self->[HASH]{$key};
1544 next unless exists $self->[HASH]{$key};
1545 my $old_data = $self->[HEAP]->remove($self->[HASH]{$key});
1565 if (exists $self->[HASH]{$key}) {
1566 $self->[HEAP]->lookup($self->[HASH]{$key});
1575 my $loc = $self->[HASH]{$key};
1583 $self->[HEAP]->promote($self->[HASH]{
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.h355 typedef struct htbl HASH; typedef in typeref:struct:htbl
455 EXT HASH *symtab;
456 EXT HASH *curarghash;
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c136 typedef unsigned char HASH[HASHLEN + 1]; typedef
229 HASH Ki_send;
230 HASH Ki_receive;
232 HASH HA1; /* Kcc or Kcs */
305 static void CvtHex(HASH Bin, HASHHEX Hex)
343 HASH HA2;
344 HASH RespHash;
447 HASH HA1)
1669 HASH key, int keylen,
2348 HASH HA
[all...]

Completed in 45 milliseconds