Home
last modified time | relevance | path

Searched refs:desired_hash (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/hash/
H A Drte_thash.h401 uint32_t hash, uint32_t desired_hash);
H A Drte_thash.c655 uint32_t hash, uint32_t desired_hash) in rte_thash_get_complement() argument
657 return h->compl_table[(hash ^ desired_hash) & h->lsb_msk]; in rte_thash_get_complement()
/dpdk/doc/guides/prog_guide/
H A Dtoeplitz_hash_lib.rst185 same as in ``desired_hash``.