Searched defs:PTR_TO_FUNC (Results 1 – 1 of 1) sorted by relevance
42 #define PTR_TO_FUNC(x) (int (*)(int))((uintptr_t)(x) | 0x1) macro49 #define PTR_TO_FUNC(x) (int (*)(int))(x) macro