| 108 | } |
| 109 | |
| 110 | static uint32_t l2_hash_to_index(uint32_t hash, uint32_t size) { |
| 111 | return hash & (size - 1); |
| 112 | } |
| 113 | |
| 114 | static uint32_t l2_alt_index(uint32_t hash, uint32_t size_power, |
| 115 | uint32_t index) { |
no outgoing calls
no test coverage detected