Searched defs:PtrToInt (Results 1 – 2 of 2) sorted by relevance
76 static __inline int PtrToInt (const void *p) { return ((int) (INT_PTR) p); } in PtrToInt() function109 #define PtrToInt(p) ((INT) (INT_PTR) (p)) macro
511 friend class PtrToInt; variable