HomeSort by: relevance | last modified time | path
    Searched defs:stoeplitz_cache_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
toeplitz.h 39 stoeplitz_cache_entry(const struct stoeplitz_cache *scache, uint8_t byte) function in typeref:typename:__unused uint16_t
66 hi = stoeplitz_cache_entry(scache, n16 >> 8);
67 lo = stoeplitz_cache_entry(scache, n16);
85 lo = stoeplitz_cache_entry(scache, h16);
86 hi = stoeplitz_cache_entry(scache, h16 >> 8);
toeplitz.h 39 stoeplitz_cache_entry(const struct stoeplitz_cache *scache, uint8_t byte) function in typeref:typename:__unused uint16_t
66 hi = stoeplitz_cache_entry(scache, n16 >> 8);
67 lo = stoeplitz_cache_entry(scache, n16);
85 lo = stoeplitz_cache_entry(scache, h16);
86 hi = stoeplitz_cache_entry(scache, h16 >> 8);

Completed in 22 milliseconds