MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_hash_jhash_2word

Function test_hash_jhash_2word

dpdk/app/test/test_hash.c:1705–1713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1703}
1704
1705static uint32_t
1706test_hash_jhash_2word(const void *key, uint32_t length, uint32_t initval)
1707{
1708 const uint32_t *k = key;
1709
1710 RTE_SET_USED(length);
1711
1712 return rte_jhash_2words(k[0], k[1], initval);
1713}
1714
1715static uint32_t
1716test_hash_jhash_3word(const void *key, uint32_t length, uint32_t initval)

Callers

nothing calls this directly

Calls 1

rte_jhash_2wordsFunction · 0.50

Tested by

no test coverage detected