HomeSort by relevance Sort by last modified time
    Searched defs:dh_hash (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libpool/common/
dict.c 86 * dh_hash - hashing function
93 uint64_t (*dh_hash)(const void *); member in struct:dict_hdl
284 hdl->dh_hash = hash ? hash : hash_addr;
298 i = (*hdl->dh_hash)(key)%hdl->dh_size;
317 i = (*hdl->dh_hash)(key)%hdl->dh_size;
347 i = (*hdl->dh_hash)(key)%hdl->dh_size;
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_ident.h 126 dt_ident_t *dh_hash[1]; /* array of hash table bucket pointers */ member in struct:dt_idhash

Completed in 120 milliseconds