Searched refs:HASH_hash (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/hash/
H A Dhashalloc.c120 case HASH_hash:
/ast/src/lib/libast/include/
H A Dhash.h72 #define HASH_hash 5 macro
/ast/src/cmd/nmake/
H A Dbind.c157 table.file = hashalloc(NiL, HASH_set, HASH_ALLOCATE, HASH_compare, file_compare, HASH_hash, file_hash, HASH_name, "files", 0);
159 table.rule = hashalloc(NiL, HASH_compare, rule_compare, HASH_hash, rule_hash, HASH_name, "atoms", 0);
/ast/src/cmd/html/
H A Dhtml2rtf.c1510 if (!(state.tags = hashalloc(NiL, HASH_compare, strcasecmp, HASH_hash, strcasehash, HASH_name, "tags", 0)))
/ast/src/lib/libpp/
H A Dppop.c1553 pp.symtab = hashalloc(NiL, HASH_set, tab ? HASH_ALLOCATE : 0, HASH_compare, trunccomp, HASH_hash, trunchash, HASH_name, "truncate", 0);

Completed in 50 milliseconds