HomeSort by: relevance | last modified time | path
    Searched refs:__default_hash (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/db/hash/
extern.h 59 extern uint32_t (*__default_hash)(const void *, size_t);
hash_func.c 57 uint32_t (*__default_hash)(const void *, size_t) = hash4; variable in typeref:typename:uint32_t (*)(const void *,size_t)
hash.c 143 hashp->hash = __default_hash;
292 hashp->hash = __default_hash;
  /src/lib/libc/stdlib/
hcreate.c 84 extern u_int32_t (*__default_hash)(const void *, size_t);
214 hashval = (*__default_hash)(item.key, len);

Completed in 13 milliseconds