| 265 | } |
| 266 | |
| 267 | static inline unsigned int oe_in_pack_pos(const struct packing_data *pack, |
| 268 | const struct object_entry *e) |
| 269 | { |
| 270 | return pack->in_pack_pos[e - pack->objects]; |
| 271 | } |
| 272 | |
| 273 | static inline void oe_set_in_pack_pos(const struct packing_data *pack, |
| 274 | const struct object_entry *e, |
no outgoing calls
no test coverage detected