Searched defs:PTR_DIFF (Results 1 – 4 of 4) sorted by relevance
69 #define PTR_DIFF(a,b) (PTR(a) - PTR(b)) macro
119 #define PTR_DIFF(p1, p2) ((size_t)(((const char *)(p1)) - (const 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