| 101 | } |
| 102 | |
| 103 | static inline uint64_t * |
| 104 | table_key_data(struct table *t, uint32_t key_id) |
| 105 | { |
| 106 | return (uint64_t *)&t->data[(uint64_t)key_id << t->data_size_shl]; |
| 107 | } |
| 108 | |
| 109 | static inline int |
| 110 | bkt_is_empty(struct bucket_extension *bkt) |
no outgoing calls
no test coverage detected