| 755 | return (void *)(uintptr_t)((unsigned)k + 1u); |
| 756 | } |
| 757 | static inline cbm_svc_kind_t svc_ptr_to_enum(void *p) { |
| 758 | return (cbm_svc_kind_t)((uintptr_t)p - 1u); |
| 759 | } |
| 760 | |
| 761 | static void svc_cache_free_key(const char *key, void *val, void *ud) { |
| 762 | (void)val; |
no outgoing calls
no test coverage detected