| 95 | }; |
| 96 | |
| 97 | static inline uint8_t * |
| 98 | table_key(struct table *t, uint32_t key_id) |
| 99 | { |
| 100 | return &t->keys[(uint64_t)key_id << t->key_size_shl]; |
| 101 | } |
| 102 | |
| 103 | static inline uint64_t * |
| 104 | table_key_data(struct table *t, uint32_t key_id) |
no outgoing calls
no test coverage detected