Searched defs:PTR_DIFF (Results 1 – 3 of 3) sorted by relevance
119 #define PTR_DIFF(p1, p2) ((size_t)(((char *)(p1)) - (char *)(p2))) macro
2232 #define PTR_DIFF(a,b) (PTR(a) - PTR(b)) macro
3800 #define PTR_DIFF(a,b) (PTR(a) - PTR(b)) macro