Searched refs:POINTER_TO_UINT (Results 1 – 2 of 2) sorted by relevance
29 #ifndef POINTER_TO_UINT30 #define POINTER_TO_UINT(x) ((uint32_t) (x)) macro
31 #define POINTER_TO_UINT(p) ((unsigned int) ((uintptr_t) (p))) macro