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

  /src/lib/libc/db/hash/
hash.h 86 int32_t h_charkey; /* value of hash(CHARKEY) */ member in struct:hashhdr
300 #define H_CHARKEY hdr.h_charkey
hash.c 161 (uint32_t)hashp->H_CHARKEY)
488 hashp->H_CHARKEY = hashp->hash(CHARKEY, sizeof(CHARKEY));
969 P_32_COPY(srcp->h_charkey, destp->h_charkey);
1000 M_32_SWAP(hdrp->h_charkey);

Completed in 13 milliseconds