Searched defs:PTR_DIFF (Results 1 – 2 of 2) sorted by relevance
119 #define PTR_DIFF(p1, p2) ((size_t)(((const char *)(p1)) - (const char *)(p2))) macro
144 #define PTR_DIFF(a,b) ((lzo_ptrdiff_t) (PTR(a) - PTR(b))) macro