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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_hash.c78 ctf_hash_compute(const char *key, size_t len) function
121 h = ctf_hash_compute(str, strlen(str)) % hp->h_nbuckets;
154 ulong_t h = ctf_hash_compute(key, len) % hp->h_nbuckets;

Completed in 503 milliseconds