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

Function test_hash_jhash_3word

dpdk/app/test/test_hash.c:1715–1723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1713}
1714
1715static uint32_t
1716test_hash_jhash_3word(const void *key, uint32_t length, uint32_t initval)
1717{
1718 const uint32_t *k = key;
1719
1720 RTE_SET_USED(length);
1721
1722 return rte_jhash_3words(k[0], k[1], k[2], initval);
1723}
1724
1725/*
1726 * add/delete key with jhash 1word

Callers

nothing calls this directly

Calls 1

rte_jhash_3wordsFunction · 0.50

Tested by

no test coverage detected