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);
|