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

Function test_hash_jhash_1word

dpdk/app/test/test_hash.c:1695–1703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1693}
1694
1695static uint32_t
1696test_hash_jhash_1word(const void *key, uint32_t length, uint32_t initval)
1697{
1698 const uint32_t *k = key;
1699
1700 RTE_SET_USED(length);
1701
1702 return rte_jhash_1word(k[0], initval);
1703}
1704
1705static uint32_t
1706test_hash_jhash_2word(const void *key, uint32_t length, uint32_t initval)

Callers

nothing calls this directly

Calls 1

rte_jhash_1wordFunction · 0.50

Tested by

no test coverage detected