Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dtoeplitz.h35 stoeplitz_cache_entry(const struct stoeplitz_cache *scache, uint8_t byte) in stoeplitz_cache_entry() function
65 hi = stoeplitz_cache_entry(scache, n16 >> 8); in stoeplitz_hash_n16()
66 lo = stoeplitz_cache_entry(scache, n16); in stoeplitz_hash_n16()
84 lo = stoeplitz_cache_entry(scache, h16); in stoeplitz_hash_h16()
85 hi = stoeplitz_cache_entry(scache, h16 >> 8); in stoeplitz_hash_h16()